Re:jar ant task

2010-10-25 Thread codecook
OK,I have found a solution,sample file likes this : At 2010-10-26 09:50:05,codecook wrote: >Hi,All >Could anyone tell me how can I assign an exsiting manifest file to the jar >task? > > >Thanks

Re: Number expression in Ant?

2010-10-25 Thread Henk van Voorthuijsen
If the property is in a property file you can use the "PropertyFile" task: On Oct 25, 2010, at 4:31 AM, hezjing wrote: > Hi > > Imagine that I have a property with the value "100", then I want to add 50 > to it and get the result as 150. > > How can I do this in Ant? > > > -- > > Hez

Re: Number expression in Ant?

2010-10-25 Thread Gilbert Rebhan
Original Message Subject: Number expression in Ant? From: hezjing To: ant-users Date: 25.10.2010 04:31 > Hi > > Imagine that I have a property with the value "100", then I want to add 50 > to it and get the result as 150. > > How can I do this in Ant? Not with vanilla ant.

RE: antcall

2010-10-25 Thread Jonathan Rosenberg
What happens if you echo a constant string, instead of a variable dereference? -- Jonathan Rosenberg Founder & Executive Director, Tabby's Place http://www.tabbysplace.org/ -Original Message- From: ext-simon.stei...@nokia.com [mailto:ext-simon.stei...@nokia.com] Sent: Monday,

RE: Multiple artifacts

2010-10-25 Thread David Sills
Kirby: Many thanks for the suggestion. What I use are the defaults, so the problem hasn't arisen, but I take your point that being specific is the better approach. David Sills

RE: antcall

2010-10-25 Thread ext-simon.steiner
ant test-1 > -Original Message- > From: ext Jonathan Rosenberg [mailto:j...@tabbysplace.org] > Sent: 25 October 2010 16:45 > To: 'Ant Users List' > Subject: RE: antcall > > How are you "calling" test-1? > > -- > Jonathan Rosenberg > Founder & Executive Director, Tabby's Place > http://ww

RE: antcall

2010-10-25 Thread Jonathan Rosenberg
How are you "calling" test-1? -- Jonathan Rosenberg Founder & Executive Director, Tabby's Place http://www.tabbysplace.org/ -Original Message- From: ext-simon.stei...@nokia.com [mailto:ext-simon.stei...@nokia.com] Sent: Monday, October 25, 2010 11:42 AM To: user@ant.apache.org Subject:

antcall

2010-10-25 Thread ext-simon.steiner
Hi, How come if I call test-1, test-3 doesn't print ref2? ${toString:ref1} Thanks - To unsubscribe, e-m

Re: Single input tag asking input twice

2010-10-25 Thread Catherine_i
Hi Stefan Bodewig! Yes, I have task before and adding inputstring="" attribute to that task fixed the problem. Thank you! Thank you everybody! Catherine -- View this message in context: http://ant.1045680.n5.nabble.com/Single-input-tag-asking-input-twice-tp3228317p3235536.html Sent from the

Cache problem?

2010-10-25 Thread James Poli
Hello, I'm evaluating moving to Ivy 2.2.0 from 2.0.0 for our builds. I've noticed one of our integration tests on Windows started failing at 2.2.0. It's finding a module in the cache now when it didn't before. I've included the pseudo code below. Note we do some special processing of the mod

AW: avoid ftp get if files are too old?

2010-10-25 Thread Jan.Materne
This will upload only the 'modified' files (independ of the date). Jan >-Ursprüngliche Nachricht- >Von: dangerop [mailto:nabbl...@hotmail.com] >Gesendet: Samstag, 9. Oktober 2010 01:34 >An: user@ant.apache.org >Betreff: avoid ftp get if files are too old? > > >Hi, > >I've got a situa