File prefix when building a jar

2006-01-13 Thread Steve Pruitt
I cannot find a way to configure a task building a jar to include files with a directory prefix. The war tag allows webinf tags which have a prefix attribute. But, I can't something that works inside the jar tag. Can someone provide a small sample? -S

RE: Hard relative pathname problem

2005-07-28 Thread Steve Pruitt
attribute? --- Steve Pruitt <[EMAIL PROTECTED]> wrote: > > My build file is located here: > > C:\top\A\B\build.xml > > and I need to include the file found here: > > C:\top\C\D\E\F\somefile.xml You can do it in the following way: Although you specify the location

Hard relative pathname problem

2005-07-27 Thread Steve Pruitt
example or instruction on how to do this. Regards, Steve Pruitt email: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Execute failed: java.io.IOException: CreateProcess: - I have tried about everything

2004-09-08 Thread Steve Pruitt
I cannot get an exec to work. I get an error that seems to be caused by not ant not knowing where to find the executable. If I explicitly set Path with the executable dir it works fine. As soon as I remove it from Path and try setting it through ant. It fails. My project looks like... : :