AW: Conditionally execute copy task

2008-09-29 Thread Spilker, Jörg
Hello, thank you both for your answers. I was completely wrong because i was looking for as a special task. I didn´t recognize that´s an attribute of a target. Greeting, Jörg - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re: Build fails when 'java' task's "arg line" contains a directory path with spaces

2008-09-29 Thread Andy Stevens
2008/9/29 Vivek Payala <[EMAIL PROTECTED]>: > Our build fails while executing the following task. It fails only when the > application is installed in a directory having space. > > errorproperty="runerror"> > > > > > > > > If the @{conf

Re: Ant 1.7.1 install on Ubuntu problem

2008-09-29 Thread James Abley
2008/9/29 Patrick Waugh <[EMAIL PROTECTED]>: > James, > > I downloaded it twice, and the "lib" directory was empty in both > copies. The other version was just fine. I'm using Ubuntu Hardy, and > have no problem with other zip's. > > Patrick Hi Patrick, Just so that I'm clear in my own head, yo

Usage of classpath/path constructs

2008-09-29 Thread Pareti, Joseph
I have modified an existing build file wrt a construct within the javac target: My intention is to expand the classpath already defined in jboss.jars with additional libraries under /usr/java/jdk1.5.0_02/jre/lib However (being a novice) I am not sure the code I have written does what I want,

Build fails when 'java' task's "arg line" contains a directory path with spaces

2008-09-29 Thread Vivek Payala
Hello, Our build fails while executing the following task. It fails only when the application is installed in a directory having space. If the @{configDir} directory does not have spaces then the build succeeds. W

Re: Ant 1.7.1 install on Ubuntu problem

2008-09-29 Thread Patrick Waugh
James, I downloaded it twice, and the "lib" directory was empty in both copies. The other version was just fine. I'm using Ubuntu Hardy, and have no problem with other zip's. Patrick On Mon, Sep 29, 2008 at 8:49 AM, James Abley <[EMAIL PROTECTED]> wrote: > 2008/9/27 Patrick Waugh <[EMAIL PROT

Re: Ant 1.7.1 install on Ubuntu problem

2008-09-29 Thread James Abley
2008/9/27 Patrick Waugh <[EMAIL PROTECTED]>: > Found the problem. The .tar.gz archieve is missing the lib files. I > downloaded the .bz2, and all was fine. > > Patrick The tar.gz works for me and doesn't appear to have changed since it was released; i.e. Last-Modified of early July 2008 for the

Re: genkey verbose="true" terminates ant

2008-09-29 Thread gerke.forcare.junk
Have you tried with 1.7.1, it's faster in classpath setup stuff ;-), who knows, this might be fixed too. wkr, gerke.forcare.junk Zsolt Koppany wrote: > > Hi, > > with ant-1.7.0 if I use verbose="true" the ant process termintes. > > How can I fix that? > > Zsolt > > > > > >

Re: How to check whether database exists and then proceed ?

2008-09-29 Thread Steve Loughran
Kothari, Shivani wrote: Hi stevel, I did the same with using sql command in try catch block. I was wandering if there is any better approach available. not really, no. According to Lamport's definition of liveness of a distributed system, asking the far end to do useful work and timing out