While I'm trying to move my xml files from ant 1.3 to 1.4, I've hit an other 
problem.

We use some execon tasks to call some utilities within the compilation. For 
example:

    <!--execon executable="java" parallel="true">
      <arg value="PreProcess"/>
      <fileset dir="." includes="DatabaseClass.java"/>
      <fileset dir="." includes="server/JdbcDebug*
      <fileset dir="." includes="viewer/noawt/NoAWT*.java
    </execon-->

Since execon is deprecated, I want to get rid of it. I can't find an 
equivalent way of doing this job using <java>. One of my problems is also 
execon isn't working the way I want. It spawns a java VM but I cannot pass 
the classpath from the refid. Is there a way to do this? It simply cannot 
find the executable class in any case, so I'm stuck in two ways.
 
-- 
Hakan Koseoglu

PCMS Datafit Ltd.
3 Avro Court
Ermine Business Park
Huntingdon
Cambs PE29 6XS

Tel: +44-1480-435456
Fax: +44-1480-434012
________________________________________________

The information contained in this e-mail is intended only for the person
or entity to which it is addressed and may contain confidential and/or
privileged material. If you are not the intended recipient of this
e-mail, the use of this information or any disclosure, copying or
distribution is prohibited and may be unlawful.

If you received this in error, please contact the sender and delete the
material from any computer.

The views expressed in this e-mail may not necessarily be the views of
The PCMS Group plc and should not be taken as authority to carry out any
instruction contained.



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to