Every time I run my compile, I get the following order of steps:

:ashlar-compiler:ensureJavaccHome UP-TO-DATE
:ashlar-compiler:makeJavaccSrcDir SKIPPED
:ashlar-compiler:generateFromJJTree UP-TO-DATE
:ashlar-compiler:generateFromJavacc UP-TO-DATE
:ashlar-lang:compileJava UP-TO-DATE
:ashlar-lang:compileGroovy UP-TO-DATE
:ashlar-lang:processResources UP-TO-DATE
:ashlar-lang:classes UP-TO-DATE
:ashlar-lang:jar
:ashlar-shared:compileJava UP-TO-DATE
:ashlar-shared:compileScala UP-TO-DATE
:ashlar-shared:processResources UP-TO-DATE
:ashlar-shared:classes UP-TO-DATE
:ashlar-shared:jar
:ashlar-compiler:compileJavacc
...

Now, since ashlar-lang and ashlar-shared both updated their jar, all
the following dependencies are going to have to be redone.  How would
I go about telling the jar tasks to not execute if classes and
processResources were both up to date and there is a jar already in
existence?

~~ Robert.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to