[ http://jira.codehaus.org/browse/MNG-1020?page=comments#action_47173 ]
Holger Hoffstätte commented on MNG-1020: ---------------------------------------- But we don't have anything in ext, and neither should we! The overriding is supposed to happen by jar ordering on the regular classpath; the overridden jar (jaxrpc) is delivered as app dependency and the patch cannot be installed into ext or any bootclasspaths (what a horrible idea). I know it sounds odd but in this case introducing an 'inconsistency' between the maven classpath and the generated eclipse classpath really is the correct solution (since it allows us to catch the error in the IDE beforehand). Seriously: I do understand the problem and that maven tries to provide a consistent environment (by keeping the rt in front both for compilatoin and runtime), it's just that in our case this is exactly the wrong thing to do. I don't know offhand how to solve this either since this is essentially an unsolvable problem. However - speaking about m1/m2 (without eclipse ;) - I would definitely like to have control about the JRE_CONTAINER at least optionally. Let it be in front as default but let me customize it when necessary. Again, thanks for your input. > Improve JRE_CONTAINER classpath entry > ------------------------------------- > > Key: MNG-1020 > URL: http://jira.codehaus.org/browse/MNG-1020 > Project: Maven 2 > Type: Bug > Components: maven-eclipse-plugin > Versions: 2.0-beta-1 > Reporter: Mark Hobson > > > Same as MPECLIPSE-104 but for m2, although this only really makes sense for > dependencies in the bootclasspath as only they can override the JRE. Hence > this issue depends on MNG-973. -- 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]
