in J2EE world one must be aware of which CL one where a class load happens
does maven have a architecture document which delineates classloader boundaries? e.g. System CL starts and passes to Plexus Container Plexus container is initialised Plexus initialises plugins I assume Plexus is implementing its own CL? or is this still system CL? does Plexus container quiesce and handoff to system CL occur during an execution of ant? it would be helpful to have these architectural issues identified and mapped out ..I know Its a dumb question but i needed to ask.. thanks, Martin Gainty ______________________________________________ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Ez az üzenet bizalmas. Ha nem ön az akinek szánva volt, akkor kérjük, hogy jelentse azt nekünk vissza. Semmiféle továbbítása vagy másolatának készítése nem megengedett. Ez az üzenet csak ismeret cserét szolgál és semmiféle jogi alkalmazhatósága sincs. Mivel az electronikus üzenetek könnyen megváltoztathatóak, ezért minket semmi felelöség nem terhelhet ezen üzenet tartalma miatt. Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Wed, 15 Jun 2011 11:37:51 -0400 > Subject: Re: An example of a plugin that uses the <dependencies/> as an > actual live classpath ... > From: [email protected] > To: [email protected] > > Why? It just wants to construct a list of jars and pass them to the > compiler, not actually include them in a classloader. Not that's it is > especially hard to get from one to the other. > > On Wed, Jun 15, 2011 at 11:12 AM, Jochen Wiedmann > <[email protected]> wrote: > > The maven-compiler-plugin should do exactly that. > > > > On Wed, Jun 15, 2011 at 5:09 PM, Benson Margulies <[email protected]> > > wrote: > >> I find myself looking to create a plugin where, as part of execution, > >> it wants to create a classpath composed of the declared dependencies. > >> Can anyone suggest a model? > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > >> > > > > > > > > -- > > Capitalism is the astounding belief that the most wickedest of men > > will do the most wickedest of things for the greatest good of > > everyone. > > > > John Maynard Keynes (http://en.wikiquote.org/wiki/Keynes) > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
