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
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
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]
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...
:
: