Re: Need Suggestion in build.properties

2009-08-05 Thread Haiqi Wei
works for me. -Haiqi. On Wed, Aug 5, 2009 at 6:20 AM, Rajesh Kumar (IN4774) < rajesh_kum...@mindtree.com> wrote: > I am trying to use variable defined in build.properties file in Solaris > Machine but below script is not working > > > > Please suggest. > > Regards, > Rajesh > > >

Re: AW: Reading a property from a file

2009-02-19 Thread Haiqi Wei
Add to your build.xml assuming your file.properties is at ${basedir} Then in your target do wsdl=${PROVISIONING_SERVICE_WSDL_URL} On Thu, Feb 19, 2009 at 10:00 AM, wrote: > Again, I really appreciate all the advice I'm getting, but being so > inexperienced with Ant, I'm still missing the solu

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

union, fileset and war

2009-01-09 Thread Haiqi Wei
Hi everyone, I have a questions regarding the tag of the task. I have a union of filesets which includes all the jars required for the war. I am able to refer this union in compile path like this: I want to do the same thing when build the war, but unfortunately,