RE: Question regarding the Jar task

2006-02-22 Thread bill/wilandra
- From: Barak Yaish [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 22, 2006 5:53 AM To: Ant Users List Subject: RE: Question regarding the Jar task It's me again. There is something bothering me - when I'm running the ant script written below (from my previous mail), I don&#x

RE: Question regarding the Jar task

2006-02-22 Thread Barak Yaish
Barak Yaish Sent: ?? 22 ?? 2006 10:30? To: Ant Users List Subject: RE: Question regarding the Jar task Hello again, Here is the target I configured in the build.xml, but it doesn't seems to be work:

RE: Question regarding the Jar task

2006-02-22 Thread Barak Yaish
er /tmp has the new value "do_not_allow_mirror". Can you advice on that, please? Thanks, Barak. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: ?? 22 ?? 2006 10:04? To: user@ant.apache.org Subject: AW: Question regarding the Jar task Because e

AW: Question regarding the Jar task

2006-02-22 Thread Jan.Materne
ruar 2006 08:33 >An: user@ant.apache.org >Betreff: Question regarding the Jar task > >Hello all, > >Is it possible using the Jar task to add a file to a specific >location in a jar file? >For example, if there is a jar containing a folder named z >inside a folder name

Question regarding the Jar task

2006-02-21 Thread Barak Yaish
Hello all, Is it possible using the Jar task to add a file to a specific location in a jar file? For example, if there is a jar containing a folder named z inside a folder named x (/x/z). How should I use the Jar task to add some file into the z folder inside the jar file? Thanks, Barak.