Hi,

i'm using a tool that need the classpath as parameter,
something like that:

<exec executable="myexe">
  <arg value="-classpath"/>
  <arg value="${myclasspath}"/>
  ....
</exec>

the problem is that the program "myexe" recognize only
the platform dependent path separators (':' or ';'),
so any separator i use is not portable.
There is a way for tell to ANT of process a variable
as a path?

Davide


=====
Davide Mora

--------------------------------------------------------
Perfekt-UML
Open Source UML Tool (http://perfekt.sourceforge.net)

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/

Reply via email to