users@glassfish.java.net

Re: I am getting an error while installing glassfish

From: <glassfish_at_javadesktop.org>
Date: Tue, 18 Nov 2008 00:05:21 PST

Hi

There are two dependencies for the glassfish

1)java 1.5 or later.
2)ant 1.6.5 or later

I think ant is missing in your system.

Check whether ant is installed in your system or not by following these steps:


1)ant -version
and you should see this:
Apache Ant version 1.7.1 compiled on June 27 2008
2)ant
and you should see this:
Buildfile: build.xml does not exist!
Build failed

If ant is not installed,install ant and try the cmd ant -f setup-cluster.xml
[Message sent by forum member 'samuser' (samuser)]

http://forums.java.net/jive/thread.jspa?messageID=317186