Re: Problems with

2011-01-11 Thread Kevin Jackson
> what about trying to remove the classpath attribute from the manifest of the > jar that you are building ? > > Also, the manifestclasspath source code tells me that a classpath attribute > in a manifest is separated by spaces, > not semicolons. > > Or generate the classpath of your jar using mani

runAnt.bat

2011-01-11 Thread ritchie
I am trying to run the runAnt.bat from the command line and i get a error as shown below. sync: this target completes successfully. createbar: [delete] Deleting directory C:\nbkoldy_rp_all_new\MBroker\rp_11.2\build\temp [mkdir] Created dir: C:\nbkoldy_rp_all_new\MBroker\rp_11.2\build\te

Re: Untar task in Ant

2011-01-11 Thread Lin Sun
Hi Stefan Thanks for your kind reply on both list. I have been testing the Ant Untar task and it works reasonably well. In my test I used a tgz that is 13 GB and 2 entries are around 6 GB. Thanks again Lin On Sat, Jan 8, 2011 at 2:50 PM, Stefan Bodewig wrote: > On 2011-01-07, Lin Sun wrote:

Re: Problems with

2011-01-11 Thread Antoine Levy-Lambert
Hello Kevin, what about trying to remove the classpath attribute from the manifest of the jar that you are building ? Also, the manifestclasspath source code tells me that a classpath attribute in a manifest is separated by spaces, not semicolons. Or generate the classpath of your jar using

Re: make a string lowercase

2011-01-11 Thread wolfgang haefelinger
> The simplest is to use Antelope tasks:   > http://antelope.tigris.org/nonav/docs/manual/bk03ch13.html Rather simple is also which you would get by enabling Flaka's [1] property helper. Also checkout [2] for many other 'String' properties and functions working on (String) objects. For exampl

Re: nohup and Ant question

2011-01-11 Thread dfreis
had the same issue with nohup and a forked java task. The problem was that the input of the forked java task was still taken from the console and the java task was hanging. Adding input="/dev/null" to my java task solved the problem! -- View this message in context: http://ant.1045680.n5.nabble