
| Key: |
MNG-1214
|
| Type: |
New Feature
|
| Status: |
Closed
|
| Resolution: |
Won't Fix
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Damien Raude-Morvan
|
| Votes: |
0
|
| Watchers: |
2
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Ubuntu breezy with GCJ 4.0.1
|
|
|
It would make maven2 more "GNU Classpath" friendly if there is less flexibility in maven 2 bootstraping ode.
For example in maven-mboot2/src/main/java/compile/JavacCompiler.java, the class "com.sun.tools.javac.Main" is hardcoded. This result in a NullPointerException when trying to build maven2 with GCJ.
|
|
Description
|
It would make maven2 more "GNU Classpath" friendly if there is less flexibility in maven 2 bootstraping ode.
For example in maven-mboot2/src/main/java/compile/JavacCompiler.java, the class "com.sun.tools.javac.Main" is hardcoded. This result in a NullPointerException when trying to build maven2 with GCJ. |
Show » |
|
Anyway, we should definitely have other alternatives in the bootstrap. We could probably download the plexus compilers we use instead of having one hardcoded in the bootstrap