Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Agroni

    Parallel building of Sub Projects

    Hi, How can I tell ANT compile 4 or 8 projects simultaneously. What I want is that when projects are in sequence that don't depend from each other to compile simultaneously, I don't want ANT to compile the first 4 projects one after the other. What's the syntax? Thanks, //Agroni
  2. Agroni

    Conditional Compilation

    Hi, My ANT is compiling all sub-projects every time the parent project changes. How can I tell the <target> of the sub-project to only compile if at least one of the source files is newer that the output file? Thanks, //Agroni

Part and Inventory Search

Back
Top