Title: Message
We use the standard java task to do this:
 
 <target name="dasho-client" depends="jar-dmsclient" if="dasho.present">
  <java classname="DashoPro" fork="yes" failonerror="true" >
   <arg line="-v -f ${basedir}/${src.dir}/dasho/${client}.dop" />
   <jvmarg value="-mx96000000" />
   <classpath>
    <pathelement path="${java.class.path}" />
   </classpath>
  </java>
 </target>
"dasho.present" is set in our initialize target
    <available property="dasho.present" classname="DashoPro" />
 
-----Original Message-----
From: Michael Laccetti [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 19, 2001 12:58 PM
To: Ant List
Subject: Has anybody...

Ever invoked DashO from Ant?  I'd like to compile, then obfuscate the code...
 
Sound at all possible?
 

-------------------------------------
Michael Laccetti

Developer, Eldan Software
[EMAIL PROTECTED]
 

Reply via email to