Re: New maven-runtime shared component

2007-05-31 Thread Mark Hobson
Hi Jason, On 31/05/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: Couple comments: 1. Classloaders are dictated by how ClassWorlds works and simply looking at URLClassloaders isn't going to give you the whole picture and might be misleading as ClassWorlds supports imports and can change the direc

Re: New maven-runtime shared component

2007-05-31 Thread Jason van Zyl
On 31 May 07, at 11:25 AM 31 May 07, Mark Hobson wrote: Hi there, I've submitted a new shared component, maven-runtime, which can be used to introspect a runtime Maven environment: http://jira.codehaus.org/browse/MNG-3026 I remember a long while back there was some talk on this list about re

New maven-runtime shared component

2007-05-31 Thread Mark Hobson
Hi there, I've submitted a new shared component, maven-runtime, which can be used to introspect a runtime Maven environment: http://jira.codehaus.org/browse/MNG-3026 I remember a long while back there was some talk on this list about reading pom.properties from a given ClassLoader. Hopefully t