> > The problem is that I don't know what the Eclipse module loader strategy > would be. Is it to have one copy per subproject or to have a single source > of that module?
There would be a single source (a plugin) for that module which all other modules needing it would then depend on. Brian On Mon, Oct 6, 2008 at 11:41 AM, Linus Tolke <[EMAIL PROTECTED]> wrote: > Yes Thomas! > > The antlr should be eventually removed. The question is when. > > I think we should strive towards an Eclipse module loader strategy for > this. The problem is that I don't know what the Eclipse module loader > strategy would be. Is it to have one copy per subproject or to have a single > source of that module? > > /Linus > > > > 2008/10/6 Thomas N. <[EMAIL PROTECTED]> > >> Hi Bob, >> >> +1 for that, I just never made a hierarchy of dependent modules, is this >> possible? Do we have an example? >> >> Even if this is done immediately (which I'd do), still the question >> remains: when could antlr be removed from argouml-app? We probably should >> apply the deprecation process and keep it in 0.28. >> >> Thomas >> >> -------- Original-Nachricht -------- >> > Datum: Mon, 6 Oct 2008 14:35:48 +0100 >> > Von: "Bob Tarling" <[EMAIL PROTECTED]> >> > An: [email protected] >> > Betreff: Re: [argouml-dev] The developer release 0.27.1 is uploaded >> since a few hours >> >> > Do we really need this in every import module? >> > >> > If it's not to be in core ArgoUML could we have a generic source import >> > module that contains antlr (plus any of our common utility classes) and >> > have that module required by any specific language import module? >> > >> > Bob. >> > >> > >> > 2008/10/6 Thomas N. <[EMAIL PROTECTED]> >> > >> > > Hi Linus, >> > > >> > > though I removed all parsers from argouml-app, I left the antlr jars >> > > untouched. But you make a good point, which brings me to the question: >> > when >> > > can antlr be removed from argouml-app? We must ensure that all import >> > > modules have their own antlr copy instead of relying on the one in >> > > argoum-app! >> > > >> > > Thomas >> > > >> > > -------- Original-Nachricht -------- >> > > > Datum: Sat, 4 Oct 2008 17:01:33 +0200 >> > > > Von: "Linus Tolke" <[EMAIL PROTECTED]> >> > > > An: [email protected] >> > > > Betreff: [argouml-dev] The developer release 0.27.1 is >> > uploaded >> > > since a few hours >> > > >> > > > Please check that the work you commited is working also in the >> > release. >> > > > >> > > > I had problems with the idl, php, and cpp projects that relied on >> the >> > > > argouml/trunk/src/argouml-app/src/default.properties file for the >> > > location >> > > > of the antlr jar file. >> > > > >> > > > /Linus >> > > >> > > -- >> > > Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit >> > allen: >> > > http://www.gmx.net/de/go/multimessenger >> > > >> > > --------------------------------------------------------------------- >> > > To unsubscribe, e-mail: [EMAIL PROTECTED] >> > > For additional commands, e-mail: [EMAIL PROTECTED] >> > > >> > > >> >> -- >> GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen! >> Jetzt dabei sein: >> http://www.shortview.de/[EMAIL PROTECTED] >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >
