There is no clean up script. We install Glassfish like this:
java -Xmx256m -jar glassfish-installer-v2ur2-b04.jar
cd glassfish
chmod -R +x lib/ant/bin
lib/ant/bin/ant -f setup.xml
and then immediately start the domain:
cd glassfish/bin/
./asadmin start-domain domain1
The explanation would seem to have to be that the files never get compiled but that is not consistent with what is seen in the logfiles. If the compilation fails would that be reported in the logfiles?
[Message sent by forum member 'scotty76' (scotty76)]
http://forums.java.net/jive/thread.jspa?messageID=326153