Refers to the act of finalizing a software building process for distribution to end-users. Do not use this tag if your question is about indicating that a chunk of memory can be reclaimed. Instead, use [memory-management].
0
votes
0answers
8 views
How to make concrete release for project deploy
This is the question for the experts who has done logic about project solution deploy. My situation is so that I have:
Mercurial (repository storage)
Jenkinson (control build sys.)
Nuget packaging ...
0
votes
1answer
24 views
+50
How to send an email from Jenkins only in a release?
I was trying to resolve this issue, and searching forums etc. and trying for myself, without success.
We have a jenkins job and there we use the Release Plugin (with a standard configuration)
In ...
0
votes
1answer
19 views
Using install shield from CLI ,is it possible?
I have some existing install shield 2009 projects and every time i want to create a newer version of them i perform some specific tasks that i want to automate with a script.
This are the operations ...
0
votes
0answers
10 views
How to build a hadoop release version of my modefied version?
I've made some modifications of the hadoop branch-1, and I'm wanting to build and release version, so I can install it and do some real test in distributed mode. But I stuck in build the release ...
1
vote
0answers
18 views
Is there a solution for handling non-linear release schedules with Git-flow?
The Git flow model is working well for our company so far, but we're wondering about a solution for handling this hypothetical situation. I searched around a bit, but I think my lack of proper ...
0
votes
0answers
29 views
UIMutableIndexPath release for UITableView reloadData
I sometimes get a crash with this error [UIMutableIndexPath release]: message sent to deallocated instance 0x205a2930 when I try to execute :
[self.detailsTableView reloadData];
The ...
0
votes
0answers
7 views
How to release only a part of the artifacts in Nexus Staging repository
Is there a way to release only some artifacts from a Nexus staging repository?
I'm using Maven release plugin to push the artifacts to a Nexus pro staging repository.
Then the QA team takes over, and ...
0
votes
0answers
6 views
GCM Release App with Google App Engine
I was exploring ways of deploying my GCM based App for Release and Usage by Android Device owners. Google App Engine (https://developers.google.com/appengine/) provides option to test my debug version ...
-2
votes
0answers
20 views
Releasing new data strategy for mobile applications
I'm developing a mobile application which has a backend website to update its contents.
In the backend website users can add/update/delete everything they want.
I'm thinking to 2 different solutions ...
1
vote
1answer
51 views
Maven release:perform overwriting first ever release for every subsequent release
Update I am flagging this question to be closed as there seems to be no solution - the plugin is simply not behaving as it should and no-one seems to know why. I have ended up writing a small program ...
5
votes
0answers
96 views
Infinite recursion bug in Maven release / scm tag / Plexus DirectoryScanner?
I'm seeing my Maven release fail at the scm tagging phase with an apparent infinite recursion inside the release plugin:
... (hundreds more times)
at ...
0
votes
2answers
47 views
Local DB for development and SQL Azure DB for production
I would like to use my local SQL Server for development. I know how to sync data down from SQL Azure to local db. What I'd like is configuration that will allow the debug version to access local db ...
-3
votes
0answers
26 views
JVM not release the RAM memory [closed]
I need help with the next situation. I have settings in my JVM with the following parameters:
-XX:+CMSIncrementalMode -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC -XX:MaxPermSize=512m ...
0
votes
0answers
34 views
Does embedded.mobileprovision exist during app review?
In my app I'm checking if my app was released in production using this technique used by Hockey app in the hockey SDK.
...
0
votes
1answer
41 views
VB icon won't change in .exe
I have made a simple program that is pretty much useless but I have made it for practice to get some training. I have managed to set the icon that shows up when the program is running to the one I ...
0
votes
0answers
13 views
apple app catch button release events in a loop
I am trying to implement a button in an apple app
that will turn a page of an e-book on a short touch
and fast-forward the pages on a long touch (>2 sec.).
I thus want to use a loop or a timer in ...
0
votes
0answers
16 views
Lookup Xcode Issue Numbers
Is there somewhere to lookup Xcode Issue numbers that are found in the release notes at:
https://developer.apple.com/library/mac/#releasenotes/DeveloperTools/RN-Xcode/
I tried searching ...
-3
votes
0answers
47 views
Visual Studio 2012. Code works in debug and release, but not release with debugging [closed]
I understand the reason behind code working in debug and not in release, but how can it work in release without debugging and not release with debugging, and its not just that in release without ...
-1
votes
1answer
68 views
Visual Studio 2012 Release only error
There are a number of errors going on here but I'm sure they are all linked, so first off I'm getting Access violation reading location exceptions at locations (generally near 0x00000000)
but I only ...
1
vote
1answer
29 views
Groovy XmlParser -> Needs to be closed?
i am reading a xml- file with the groovy XmlParser e.g.:
def myXMLContent = new XmlParser().parse(new File("myFile.xml"))
But i don't find a close Method for the XmlParser. Don't i have to release ...
0
votes
1answer
32 views
Testing that there are no more non-space characters in the stream
Suppose I am writing an interpreter, and one of its commands has the form
define variable
where variable may only be a lowercase latin letter.
Here's what I am doing. After having determined that ...
0
votes
3answers
157 views
Runtime how to determine Debug or release mode in visual studio c++
I am doing my school assignment. During debug mode I would like to turn on my console mode and during release turn off console.
I have try marco as recommended in stackoverflow but it is not working. ...
1
vote
1answer
28 views
Php configuration file using loader class for multiple branches
I have multiple branches and need to have different configuration based on the branch. I am using prepend loader class for configuration purpose.I would like to know the best way to do this. I have 2 ...
5
votes
1answer
199 views
How do i build a release exe with DEV C++?
I want to build the exe to work on another computer. I believe I have found the dll's the program needs and included them in the same directory with the application along with all the files the ...
1
vote
3answers
86 views
How can i find out what DLL's my C++ program uses?
Even when i build an exe in release mode, when i try to execute the program on another PC, i get DLL not found errors. So i need to find out which dlls my program needs and copy them with the exe. But ...
1
vote
2answers
80 views
Treat button release as keyboard interrupt tkinter
I am using tkinter in Python 3 to create a program and I'm stuck...
I have infinite loop that is triggered by button press:
def task13():
while True:
#do stuff
...
button13 = ...
2
votes
1answer
42 views
Testing SNAPSHOT's vs. release artifacts
We use what I think is a pretty standard maven-release-plugin style of development. The master branch contains development toward our next release (pom labeled x.y-SNAPSHOT). When we go into code ...
0
votes
1answer
34 views
Accounts package doesn't work in meteorite 0.5.9 test release
I have been working on meteor since the 0.5.1 release. Now with the 0.6.x releases some of my functions don't work any more...
With the Meteor --release I can only simulate 0.6.0, but not 0.5.7 for ...
1
vote
1answer
71 views
How to release the ViewController Object when added to NavigationController?
First i have added my ViewController to NavigationController like this,
SecondViewController *viewControllerObj = [[SecondViewController alloc] init];
[self.navigationController ...
0
votes
0answers
1k views
Will Debian 7.0 have GNOME 3.8? [closed]
Do you know if the next Debian big release, Debian 7.0 (Wheezy) will have GNOME 3.8, or at least GNOME 3.0?
Do you have a single idea when Debian 7.0 will be released? Normaly it should be soon... Do ...
0
votes
0answers
53 views
Release viewcontroller in the stack (after didReceiveMemoryWarning)
I want to remove all viewcontrollers (except Root) in the stack to release memory after "memory warning".
I popToRootViewController in the last controller.
Process: Root (push)-> AController ...
-1
votes
1answer
72 views
Android: no difference found between an apk file signed for release and for debug
I have just built for release my first Android App. I signed it with a key using keytool.exe.
Then, I did the following. I uploaded to a website both files, the apk signed for release and the apk ...
0
votes
0answers
29 views
Why Xcode clean command deletes both debug and release mode files?
The clean command in XCode, removes both 'debug' and 'release' mode executables.
So, I could not compare the output of two modes.
Please suggest, how to 'clean' only the 'selected' mode of files ...
0
votes
0answers
68 views
BB10 cascades c , export build release but Bar file is too huge(100mb)!
Firstly, i am sure i have not done something wrong to export build release bar file, for my project. Few weeks ago i have built one release bar for my project, only 1mb.
I did exactly as the ...
-5
votes
1answer
43 views
error in running exe [closed]
I am trying to make an exe version of my code, this code that has 3 arguments running perfectly in "debugging" and "release" mode on code blocks, the problem is that when I am trying to run the ".exe" ...
1
vote
4answers
89 views
Why does release not set the pointer to nil instead of leaving it pointing to freed memory?
In the code below, alert was allocated and initialized, displayed, and then released. Before and after release, alert still points to the same address. Why does the system not set the alert pointer to ...
0
votes
2answers
32 views
Objective-c release called so many times
the release method of my root view controller is called 38 times but I not calling release, why it occur?
@implementation AppDelegate
- (void)dealloc
{
[_window release];
[_viewController ...
0
votes
1answer
72 views
Debug version runs but release gives 0xc000007b - missing dlls?
When running my Visual Studio C++ application debug version through VS2010 by Project Only > ProjectName the generated exe runs well. However when I generate a release version and go to the folder ...
0
votes
2answers
159 views
Setter method really do in Obj-C?
Here is implement of a setter method:
- (void)setCount:(NSNumber *)newCount {
[newCount retain];
[_count release];
// Make the new assignment.
_count = newCount;
}
If retainCount of ...
0
votes
1answer
33 views
multiple maven projects release against a common timestamp
We have several projects undergoing, and there are dependencies relationships among them. All projects makes up a final software.
We set up a DEV build environment to do snapshots build by using ...
0
votes
0answers
66 views
An attempt was made to load a program with an incorrect format, only in relase
I get
"An attempt was made to load a program with an incorrect format."
exception when I compile my code in release, in debug all works fine.
Debug and release has the same configuration: main ...
0
votes
1answer
33 views
In QT,how to distinguish debug and relase in someway like preprocessor
I know we can use #if DEBUG #else #endif in c#,so i think Qt has the same way to do that,like this:
QString Paths::sqlScriptPath()
{
#if DEBUG
return ...
0
votes
2answers
96 views
Why do some C programs work in debug but not in release?
Ok,
So I am stuck here. I have code for a program that systematically executes people standing in a circle based off an algorithm, but I am having a problem with it crashing in release mode. My code ...
3
votes
1answer
53 views
ABAP feature lists
So I just discovered String templates and they are amazing.
Is there a resource where I can find what each SAP release brings to ABAP ?
Not strictly an SO question, but it will make all ABAP ...
0
votes
0answers
34 views
Why xcode debug library size is smaller than release library
I'm building a Xcode library project which contains the another static library of size 5.1 MB.
In Release mode, the output library size is 5.1 MB.
But in Debug mode, the output library size is 2.6 MB ...
1
vote
2answers
43 views
Is there a way to inject a script into SVN (or its properties ..) to notify an application (that i am developping) that a user made a commit?
I am building an application that will interact with the code of the developer (a release management app) (a meeting with my director is scheduled to decide if we'll go for an application or an ...
0
votes
2answers
43 views
Cocos2D how to remove/release/clean up CCMenu
How can I add/remove CCMenu when the same button is clicked? I have added some code..
Thanks in advance..
CCMenu *menu;
if (!isMenuVisible) {
CCMenuItemSprite *item = ...
1
vote
1answer
50 views
Android Drag event
I am trying to make a wordsearch game in android. All my words are inside a GridView. what I want to do is, have a Drag event. Once the event ends, I want to store all the grids the user has traversed ...
1
vote
1answer
74 views
Difference between debug and release
I have an app that runs a synchronization algorithm.
When I build and run it in debug mode (onto my iPhone 5) it all works fine.
However, when I archive it and upload it to TestFlight and then ...
1
vote
0answers
23 views
Preparing site build for release
Our company developing websites for over 1 year. At this stage we rised a question: What is algorithm of moving web site from local enviroment to the production? We already have our own flow, but ...


