Most voted "release" questions
It refers to the act of finalizing a software construction process for distribution to end users. Do not use this tag if your question is about what indicates that a memory block can be recovered. Instead, use [memory-management].
Learn more…16 questions
Sort by count of
-
9
votes2
answers3152
viewsBuild generation in the Maven project
I would like to generate a Java build using Maven, where the generated file name . jar was the same number as the last revision of the SVN repository. Example: My last build generated has the…
-
9
votes1
answer3112
viewsDebug and Release mode in Visual Studio, what is it for?
In my Visual Studio I’ve noticed that there are two configurations that I can’t understand what they’re for, it’s them Debug and Release, is part of the option Solution Confugurations. Could someone…
-
7
votes2
answers321
viewsWhich 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…
-
6
votes1
answer1949
viewsWhat is the difference between Debug and Release?
I started having the error: "Microsoft C++ Runtime error library". And I got many problems trying to fix this error. I was using Qt Creator with mingw32 in mode debug, but I realized that this mode…
-
4
votes1
answer107
viewsTwo different builds same source Visual Studio
I have a Solution with several projects. I need to create two "profiles" of builds different for two situations. This is possible? In build A I will show the menus X, Y and Z. In build B I will show…
-
3
votes1
answer49
viewsDebug vs Release in Cmake
How to specify the flags for debug release vs C/C++.
-
3
votes2
answers1301
viewsSize difference (Release/Debug)
In Delphi there is Build Configurations (Release and Debug), choosing the Release the size of the executable decreases, I wanted to know what it fails to include in the Release, because the size had…
-
3
votes1
answer790
viewsHow to do Semantic Versioning (Semver) with GIT?
One question that I’ve always had and gives me a lot of headache is about how I should do Semantic Versioning with GIT. I should take into consideration the commit, one "release" of the project, or…
-
2
votes0
answers1018
viewsDelphi compiled program does not open
Good afternoon, I have software written in Delphi and noticed that the following problem occurs: If I use the option to compile in debug mode, the executable is 32MB and works correctly. If I use…
-
1
votes1
answer809
viewsIs there a way to generate release releases in the old Delphis directly from the IDE?
In the latest versions of Delphi we can easily generate a version of the executable for distribution by simply running the compilation by the option Release. This removes several useful points for…
-
1
votes1
answer202
viewsMy app stops in release mode. How to fix?
I’m developing an app with Android Studio version 3.0 Canary, but I’m going through a boring problem. Got like Activity initial with login through the Facebook. I’ve managed the key release to…
-
0
votes1
answer69
views -
0
votes1
answer122
viewsRelease with Report does not run on other Pcs
I created a Winform that contains Reports searching for data on an object DataSet (which is programmatically populated using an SQL Server source). The release is stored on the server and can be…
-
0
votes0
answers69
viewsXamarin Forms closes in Relase
I have a problem. my application works in debug however, in release it opens the splash screen and closes presenting an error on the screen: "application stopped" below this the output application.…
-
0
votes0
answers18
viewsProblem when generating apk in flutter
Good morning! Everything was working normally, after making some changes in communication with the api, started to give this error, had already been able to generate the apk other times in this…
-
-1
votes1
answer21
viewsI can’t run my application for Ios anymore
I used to be able to run my application smoothly, but now little had disappeared from the debug list the option to run on Io became only android and uwp. Now it’s back up, only I can’t spin anymore.…