Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.1-beta-2
-
None
-
Linux (Ubuntu 7.04), Groovy 1.1 beta2
Description
When starting the groovyc compiler in the new Joint Compilation mode then the specified classpath is only used by the groovyc compiler, not by the Javac compiler.
In almost all cases these two compilers need the same classpath. But right now it's necessary to pass the same classpath a second time as a jointCompilationOption "-Jclasspath=..."
It would be great when this duplicate could get removed and the 2 compilers use the same classpath by default.