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
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
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
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="${