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
>
>
>
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
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 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,