java - Resume a stopped build process with Apache Ant -


yesterday had stop ant build process of pentaho-kettle taking long; , today starts processes (tests, packaging, ..) beginning. there way can resume building process point stopped? tests could not skipped option:

ant dist -dmaven.test.skip=true

and didn't find out how tell ant, not build packages if exist.

have successful build on machine? have not indicated steps taking long time.

i notice project using apache ivy manage dependencies. first time build runs longest since dependencies must first downloaded , cached. subsequent builds should run faster.

as setting "maven.test.skip" applies maven based builds. maven different build tool.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -