Hi
I am relatively new to ANT
On solaris (on XP this works fine). the following script throws a memory
exception (attached)
<?xml version="1.0"?>
<project name="test" basedir="."
default="go" >
<property environment="env"/>
<target name="go">
<echo message="Hello World" />
</target>
</project>
If I take our the line
<property environment="env"/>
it works fine.
What could be the problem ?
Matt
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]