Re: zipfileset dir vs src

2007-05-30 Thread yitzle
Thanks. I had misinterpreted it. That clears it up! On 5/30/07, Stefan Bodewig <[EMAIL PROTECTED]> wrote: On Wed, 30 May 2007, <[EMAIL PROTECTED]> wrote: > On 5/30/07, Stefan Bodewig <[EMAIL PROTECTED]> wrote: >> On Tue, 29 May 2007, <[EMAIL PROTECTED]> wrote: >> > I am trying to add a single fi

Re: zipfileset dir vs src

2007-05-29 Thread Stefan Bodewig
On Wed, 30 May 2007, <[EMAIL PROTECTED]> wrote: > On 5/30/07, Stefan Bodewig <[EMAIL PROTECTED]> wrote: >> On Tue, 29 May 2007, <[EMAIL PROTECTED]> wrote: >> > I am trying to add a single file to a jar. >> >> Where is the file? Inside a ZIP/JAR/WAR archive or in a plain >> directory on your disk?

Re: zipfileset dir vs src

2007-05-29 Thread yitzle
On 5/30/07, Stefan Bodewig <[EMAIL PROTECTED]> wrote: On Tue, 29 May 2007, <[EMAIL PROTECTED]> wrote: > I am trying to add a single file to a jar. Where is the file? Inside a ZIP/JAR/WAR archive or in a plain directory on your disk? You use src for the former and dir in the directory case. >

Re: zipfileset dir vs src

2007-05-29 Thread Stefan Bodewig
On Tue, 29 May 2007, <[EMAIL PROTECTED]> wrote: > I am trying to add a single file to a jar. Where is the file? Inside a ZIP/JAR/WAR archive or in a plain directory on your disk? You use src for the former and dir in the directory case. > This works: > So it is in a directory. > This gives a

zipfileset dir vs src

2007-05-29 Thread yitzle
I am trying to add a single file to a jar. This works: This gives an error about not being able to access the file: Am I doing something wrong with the src? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands