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

Multilayer CSV to filtered excel -

Listboxes in c# -

ios - Why must I define variables twice in the Header file? -