RE: Why is the java command not executing
compile, so compile is run. compile depends on init, so init is run. That's all that is happening, so of course the execute doesn't happen.. Make archive depends="compile, execute". Then it will do - init - compile - execute - archive Rob > -Original Message----- &
Why is the java command not executing
Output: The Build is sucessfuly creating the jar file but not executing the Java file. Any idea why the java is not executing the file. Regards, Venu.