Questions tagged as 'release'

2
answers

Build build in the Maven project

I would like to generate a Java build using Maven, where the generated .jar file name was the same as the last revision number of the SVN repository.    Example: My last generated build has the following numbering:   1.0.0.51. And during the...
asked by 22.01.2014 / 21:08
2
answers

Which tool to use to generate releases in Java?

I am developing my first project in Java, the application is an API using several libraries, among them: Jetty, Hibernate, HttpClient, JasperReport ... In this project I use the Maven framework, I would like to know which tools to use to gene...
asked by 13.12.2013 / 12:36
2
answers

Size difference (Release / Debug)

In Delphi has Build Configurations (Release and Debug), by choosing the Release the size of the executable decreases, I wanted to know what it does not include in the Release because the size had a considerable decrease in relation to Debug....
asked by 12.08.2016 / 18:12
1
answer

What is the difference between Debug and Release mode?

I started to get the error: "Microsoft C ++ runtime error library". And I got a lot of trouble trying to fix this error. I was using Qt Creator with mingw32 in debug mode , but I realized that this mode depends on many compiler DLLs. I kn...
asked by 30.08.2016 / 17:47
1
answer

Debug vs Release in CMake

How to specify the flags for debug vs C / C ++ release.     
asked by 02.07.2015 / 16:12
0
answers

Program compiled in Delphi does not open

Good afternoon, I have a software written in Delphi and I noticed that the following problem occurs: If you use the option to compile in debug mode, the executable comes with 32MB and works correctly. If you use the option to compile in...
asked by 10.01.2017 / 18:52
1
answer

Is there a way to generate release versions in the old Delphis directly by IDE?

In newer versions of Delphi we can easily generate a version of the executable for distribution just by performing the compilation by Release . This removes several useful points for the debugger and leaves the executable smaller. Is th...
asked by 29.03.2014 / 00:55
1
answer

My application for release mode. How to correct?

I'm developing an app with the Android Studio version 3.0 Canary , however I'm going through an annoying problem. I have initial activity with the login through Facebook . I already generated the release key to validate the login. Th...
asked by 19.03.2018 / 15:09
1
answer

Error generating maven / gitflow release

Hello, I have a Java application and I use Maven + gitflow to generate releases. I can make the clone via ssh / key without problem. But in the hour of running the command mvn jgitflow:release-start The following error is thrown: Caused b...
asked by 27.02.2015 / 17:38
0
answers

Performance in Delphi 7

I have a binary search function used on a system in Delphi 7. When run within Delphi (which in theory would be the debug), its performance is 4x faster than compiled. I've already unbuttoned the Debug Info options in the build, but the p...
asked by 25.07.2018 / 14:58