Subversion Commit failed, file out of date error

2009-06-09 Thread Nafter
I'm using maven and within maven I use ANT (maven-ant-plugin). In ANT I have some actions to: 1) entirely delete 3 directories on the server 2) recreate the same 3 directories again, and do a checkout on 3 different svn urls. 3) now just to be sure I do an svn update on the 3 directories again. 4

AW: ant 1.7.1 bug in with antcall !?

2009-06-09 Thread Grimm, Markus
Hi Gilbert, at that time I found a workaround for my problem at http://marc.info/?l=ant-user&m=123900769210029&w=2 If we look at the same sample script, so you have to open the log-file in the first target, that is executed and close it in the last target:

Re: Ant works in Dos Window but not Cygwin Window

2009-06-09 Thread Scot P. Floess
Well, you might just want to swap the slashes around and be sure to escape any spaces that may be in the contents of ANT_HOME like: ANT_HOME=c:/java/ant\ 1.7.1 On Tue, 9 Jun 2009, Chad McHenry wrote: $ANT_HOME and $JAVA_HOME should be windows format, e.g. ANT_HOME=C:\java\ant JAVA_

ant 1.7.1 bug in with antcall !?

2009-06-09 Thread Gilbert Rebhan
Hi, after (finally) upgrading from ant 1.6.5 to ant 1.7.1 a teammate discovered some strange behaviour = He makes heavy use of antcall and uses the task. Now with ant 1.7.1 there are a lot of 0 byte lines in the logs, his editor jumps automatically in hexmode when opening such a logfile. Compa

Re: Ant works in Dos Window but not Cygwin Window

2009-06-09 Thread Chad McHenry
$ANT_HOME and $JAVA_HOME should be windows format, e.g. ANT_HOME=C:\java\ant JAVA_HOME=C:\java\jdk I set these via the system so they are available in DOS or bash. When Java is running on a windows machine (regardless of cygwin's presence) it wants windows style paths. We also have to qu

Re: Ant works in Dos Window but not Cygwin Window

2009-06-09 Thread Scot P. Floess
How is ANT_HOME defined? I think you'll have to be careful if you are trying the c:\ as your ANT_HOME - perhaps /cygdrive/c and the rest of the path? On Tue, 9 Jun 2009, jaybytez wrote: I just pulled down the latest 1.7.1 to try and resolve an issue I have been having lately with my Ant in

Ant works in Dos Window but not Cygwin Window

2009-06-09 Thread jaybytez
I just pulled down the latest 1.7.1 to try and resolve an issue I have been having lately with my Ant instance 1.7.0. I am not sure if I should really be posting this on Cygwin's forum, but I can open an instance of DOS prompt and type ant -version and correctly get the version echoed to the scre

Re: scriptmapper doesn't support the "setbeans" attribute

2009-06-09 Thread Stefan Bodewig
On 2009-06-09, wrote: > Hi, > I get 'scriptmapper doesn't support the "setbeans" attribute' > It says it does here: > http://ant.apache.org/manual/CoreTypes/mapper.html The page lies, sorry. This must be some kind of copy-paste error since scriptfilter and scriptcondition also claim they woul

RE: scriptmapper doesn't support the "setbeans" attribute

2009-06-09 Thread ext-simon.steiner
Hi, I have ant 1.7.1 and bsf, its just the "setbeans" attribute. Thanks > -Original Message- > From: ext Martin Gainty [mailto:mgai...@hotmail.com] > Sent: 09 June 2009 15:22 > To: Ant Users List > Subject: RE: scriptmapper doesn't support the "setbeans" attribute > > > Toivottavasti!

RE: scriptmapper doesn't support the "setbeans" attribute

2009-06-09 Thread Martin Gainty
Toivottavasti! http://ant.apache.org/manual/CoreTypes/mapper.html scriptmapper is supported in 1.7.x which would enable you to either UpperCase or LowerCase the source as in this example self.addMappedName(source.toUpperCase()); self.addMappedName(source.toLowerCase()); BTW: you'll need b

scriptmapper doesn't support the "setbeans" attribute

2009-06-09 Thread ext-simon.steiner
Hi, I get 'scriptmapper doesn't support the "setbeans" attribute' It says it does here: http://ant.apache.org/manual/CoreTypes/mapper.html print 'hi' Th