OK, resolved. The echo task in the topl level maven.xml file contained illegal markup characters (---->). Erasing those did the trick. Just finished a successful build. Thanks for your efforts.
BTW: Where have the facilities gone to (jmx, db, ...)? Take care, Olaf > -----Original Message----- > From: Stephen McConnell [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 22, 2004 8:09 AM > To: Avalon Developers List > Cc: Avalon framework users > Subject: Re: Building from CVS > > > > OK - things seem to be working: > > $ maven plugins <--- builds core plugins > $ maven meta <--- builds framework, meta and meta-plugin > $ maven merlin <--- builds util, repository, logging, > composition, activation and merlin > > Steve. > > > Stephen McConnell wrote: > > > > You may want to hold off on this for an hour or two - seems > like we have > > an issue to resolve. > > > > SJM > > > > Stephen McConnell wrote: > > > >> > >> Olaf: > >> > >> I've just finished a bunch of build system updates. To build merlin > >> from cvs you need to go though three steps following completion of a > >> checkout or update. From the root avalon directory issue the > >> following commands: > >> > >> $ maven plugins > >> $ maven meta > >> $ maven merlin > >> > >> The reason for the multiple steps is that the maven system does not > >> update itself in terms of plugin builds - so we need to build the > >> initial set of core plugins, then build meta and its plugin, then > >> build merlin and its plugin. > >> > >> Stephen. > >> > >> > >> Olaf Bergner wrote: > >> > >>> FYI: The file maven.xml under avalon/ declares "avalon:install" as its > >>> default goal (default="avalon:install") yet never defines this goal. > >>> It's > >>> probably a copy and paste error. Thus if you issue an innocent > >>> 'maven' from > >>> the avalon-directory you will get 'no goal: [avalon:install]'. > >>> > >>> Another question: once the dust has settled, what will be the > >>> recommended > >>> build procedure? > >>> > >>> Cheers, > >>> Olaf > >>> > >>> > >>>> -----Original Message----- > >>>> From: Stephen McConnell [mailto:[EMAIL PROTECTED] > >>>> Sent: Tuesday, April 20, 2004 5:19 PM > >>>> To: Avalon framework users > >>>> Subject: Re: Building from CVS > >>>> > >>>> > >>>> Niclas Hedhman wrote: > >>>> > >>>> > >>>>> On Tuesday 20 April 2004 21:36, Olaf Bergner wrote: > >>>>> > >>>>> > >>>>> > >>>>>> Should I rather wait until the grounds stop > >>>>>> shifting? > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> Yes, but thanks for pointing it out. Stephen reported to me that it > >>>>> now > >>>>> builds, but I am normally the 'double-checker' and I haven't > >>>> > >>>> > >>>> > >>>> had time to do > >>>> > >>>>> so yet. > >>>> > >>>> > >>>> > >>>> Just for reference - Timothy ran into a problem yesterday - > seems that > >>>> we have a bug in the build system somewhere concerning the default > >>>> merlin properties. I'm digging into that at the moment. > >>>> > >>>> Steve. > >>>> > >>>> > >>>> > >>>>> Expect it to be fixed in one or two days max. > >>>>> > >>>>> > >>>>> Niclas > >>>>> > >>>> > >>>> > >>>> -- > >>>> > >>>> |---------------------------------------| > >>>> | Magic by Merlin | > >>>> | Production by Avalon | > >>>> | | > >>>> | http://avalon.apache.org | > >>>> |---------------------------------------| > >>>> > >>>> --------------------------------------------------------------------- > >>>> 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] > >>> > >>> > >> > >> > > > > > > > -- > > |---------------------------------------| > | Magic by Merlin | > | Production by Avalon | > | | > | http://avalon.apache.org | > |---------------------------------------| > > --------------------------------------------------------------------- > 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]
