Java Mailing List Archive

http://www.ant-tasks.com/

Home » Ant Users List »

AW: Setting classpath for nested ant call

Knuplesch, Jürgen

2008-09-08

Replies: Find Java Web Hosting

Author LoginPost Reply
Hello,

What fails?
A task or the whole ant?

You can set the classpath in the tasks you call.



--
Jürgen Knuplesch

Geschäftsführer: Uwe Seltmann
HRB Stuttgart 17655
USt-IdNr.: DE 811944121
-----Ursprüngliche Nachricht-----
Von: merlin_the_happy_pig [mailto:mattyearle@(protected)]
Gesendet: Freitag, 5. September 2008 17:00
An: user@(protected)
Betreff: Setting classpath for nested ant call


Ant newbie here. I need to call another ant task in a different build file, so I do:

<project name...
<target name...
  <ant dir= antfile= target= inheritRefs="true" inheritAll="true"
...

The problem is is that this nested ant call fails because the classpath is wrong. Normally this target is called after a setenv.bat file has been called, which generates the correct classpath. I would like to do something
like:

<project name...
<classpath>
  <!- add all libs needed to classpath -->
<target name...
  <!-- inherit this correct classpath -->
  <ant dir= antfile= target= inheritRefs="true" inheritAll="true"


I can't find a way of doing this!?
--
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.