> it works and if I put together an ant script to do the same thing:
> <project name="Cl" default="xtest" basedir=".">
> <target name="xtest" description="Runx tests">
> <java classname="engine.ComputeEngine" classpath="." />
> </target>
> </project>
If I include the systme classpath and include fork, it works for me:
<target name="xtest" description="Runx tests">
<java fork="yes" classname="engine.ComputeEngine"
classpath="${java.class.path}:." />
</target>
Kyle
--
------------------------------------------------------------------------------
Wisdom and Compassion are inseparable.
-- Christmas Humphreys
[EMAIL PROTECTED] http://www.voicenet.com/~mortis
------------------------------------------------------------------------------
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>