[ http://jira.codehaus.org/browse/MNG-1214?page=comments#action_48727 ]
Trygve Laugstol commented on MNG-1214: -------------------------------------- Damien: I have a set of tools that builds Maven 2 with free tools only. I haven't use any of the GNU tools, only the java-based ones but it shouldn't be hard adding support for GCJ and co. I can publish these somewhere if there's an interest in that. Brett: The biggest issue with the MBoot for the Linux distros is that it's downloading stuff of the internet which is not something that builds are allowed to do. I have a technique in my scripts that basically builds everything (including dependencies) from source. > Build Maven2 on free java SDK > ----------------------------- > > Key: MNG-1214 > URL: http://jira.codehaus.org/browse/MNG-1214 > Project: Maven 2 > Type: New Feature > Environment: Ubuntu breezy with GCJ 4.0.1 > Reporter: Damien Raude-Morvan > Priority: Minor > > > 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. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]