Re: Making my JAR file include everything

2009-02-05 Thread Stefan Bodewig
On 2009-02-04, wrote: > Hi, > I'm using Ant 1.6 on Solaris 9. When I created a JAR file, I'm > trying to include everything in my base directory ("basedir") as > well as an additional properties file ... >basedir="${build}" > includes="${nps-config-cli

Re: Making my JAR file include everything

2009-02-04 Thread dave.alvarado
Great idea. That's what I did and everything is fine now. - > ---Original Message--- > From: Haiqi Wei > Subject: Re: Making my JAR file include everything > Sent: Feb 04 '09 17:05 > > I have not tested this. But can you copy the property files in

Re: Making my JAR file include everything

2009-02-04 Thread Haiqi Wei
I have not tested this. But can you copy the property files into the basedir beforehand, then do basedir="${build}"/> Haiqi. On Wed, Feb 4, 2009 at 10:51 AM, wrote: > Hi, > > I'm using Ant 1.6 on Solaris 9. When I created a JAR file, I'm trying to > include eve

Making my JAR file include everything

2009-02-04 Thread dave.alvarado
Hi, I'm using Ant 1.6 on Solaris 9. When I created a JAR file, I'm trying to include everything in my base directory ("basedir") as well as an additional properties file ... But this command creates a JAR file without the contents of the basedir. If I remove the 'includes="${