jboss.home not set
jboss.home not set
jboss.home not set
jboss.home not set
......................................................................................................
All available targets :
ant -Dprofile=dev -Dapplication=PDQPDSSimulator deploy : compile the code, create the ear and copy the ear to the jboss server
ant -Dprofile=dev -Dapplication=PDQPDSSimulator : compile the code and deploy on dev release
ant -Dprofile=prod -Dapplication=PDQPDSSimulator : compile the code and deploy on prod release
ant deploy : compile the code, create the ear and copy the ear to the jboss server
ant -Dprofile=dev : compile the code and deploy on dev release
ant -Dprofile=prod : compile the code and deploy on prod release
ant jar : create the correspondant jar file
ant war : create the war file
ant ear : create the ear file
ant stage : create the ear, the jar and the war
ant undeploy : undeploy the project from the server
ant clean : delete generated file and jars
ant javadoc : generate the javadoc
ant zipcode : create a zip file from the code of the project
ant zipdoc : create a zip file from the documentation of the project
ant test : launch test suite
......................................................................................................
You are using an incompatible JDK 6. Please use Sun JDK 6 Update 4 (1.6.0_04) or newer or use Open JDK 6.