Java Mailing List Archive

http://www.ant-tasks.com/

Home » Ant Users List »

<property environment="env"/> causing memory issue

Matt

2008-07-10

Replies: Find Java Web Hosting

Author LoginPost Reply
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: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.