Re: is there exitCode in Ant?

2009-03-31 Thread Jeremy Kie
And they don't seem to recognize the failonerror > > > > -- > David Nemer > Sent from Kaiserslautern, RP, Germany > > On Wed, Apr 1, 2009 at 12:05 AM, Jeremy Kie wrote: > > > Take a look at the java Ant task and its 'failonerror' parameter. > &

Re: is there exitCode in Ant?

2009-03-31 Thread Jeremy Kie
Take a look at the java Ant task and its 'failonerror' parameter. -jeremy On Tue, Mar 31, 2009 at 3:51 PM, David Nemer wrote: > Hello Martin, > > Thank you. I'm using coding the Ant execution in Java code... so how do I > call the failonerror of a build process?? > > Cheers, > -- > David Nemer

Re: Using ANT via Remote Desktop

2007-08-24 Thread Jeremy Kie
Just to add onto that theory: http://security-protocols.com/advisory/sp-x16-advisory.txt If remote desktop can only use a certain amount of memory, that could explain memory cannot be allocated for object heap. When in front of the physical machine, that memory limit does not exist. Jeremy On

Re: Suppressing outputted lines labels for ant task

2006-12-14 Thread Jeremy Kie
ant -emacs On 12/14/06, Bogdan Tudor <[EMAIL PROTECTED]> wrote: Is there a way to get rid of the labels that appear on every outputted line when ant is running a task? For instance I have an ant task that looks like this: