On Mon, 2003-12-01 at 19:44, [EMAIL PROTECTED] wrote: > Alan, > > since I'm also involved in Maven, could you send me an email detailing the > issues and I'll get things moving as well?
We can probably take care of it on this list. The basic problem is property inheritance which there is a stop-gap solution for using Vincent's property hack outside any Jelly goal. I think the problem with the rc1 release is that Vincent introduced the Jelly tags that make this work after the rc1 release. I offered to put together a snapshot which included the required Jelly tags and a patch to the build that used Vincent's technique. There is a POM that is extended in the etc/ directory as well as a maven.xml file where Vincent's method could be employed. The top-level maven.xml could also use some work as it employs some creative methods that I've never seen to produce the biggest maven.xml file I've ever seen :-) The little bubba weighs in at a not so svelt 20k. So using Vincent's method for property inheritance and a general cleanup of the top-level maven.xml would go a long way to fixing most of the problems. > -- > dIon Gillard, Multitask Consulting > Blog: http://blogs.codehaus.org/people/dion/ > > > > "Alan D. Cabrera" <[EMAIL PROTECTED]> wrote on 02/12/2003 04:03:36 AM: > > > I have the same problem w/ the maven site build and hand juggle multiple > > versions of maven to get the site to build. I am waiting for Jason from > > Maven to send us the patch to fix this. > > > > I build the site every day and push it up to > > incubator.apache.org/geronimo. > > > > You can get away w/ a simple maven build by issuing the command: > > > > maven > > > > > > Regards, > > Alan > > > > > > > > -----Original Message----- > > From: Simon Matic Langford > > Sent: Mon 12/1/2003 9:25 AM > > To: [EMAIL PROTECTED] > > Cc: > > Subject: Re: can't build from cvs > > i just did "maven site" nothing fancy. > > > > simon > > > > On Mon, 01 Dec 2003 00:11:36 +0100 > > Jacek Laskowski <[EMAIL PROTECTED]> wrote: > > >Simon Langford wrote: > > >>hi, > > >> > > >>i checked out from cvs last night, and it doesn't seem to > > >>build, anyone > > >>know where geronimo-spec-j2ee-management-DEV.jar and > > >>geronimo-spec-j2ee-deployment-DEV.jar are? > > > > > >Hi, > > > > > >How do you invoke the build? The files are created during > > >the build and although they're not available at > > >ibiblio.org the build ought not to fail. I have even > > >deleted the mentioned and other files in geronimo-spec > > >directory and run the build with 'maven -o build' to make > > >sure it'd work. And it does. > > > > > >/geronimo > > >> maven -o build > > >... > > > [echo] Processing geronimo-spec:geronimo-spec-jms... > > >BUILD SUCCESSFUL > > >Total time: 3 minutes 3 seconds > > >Finished at: Mon Dec 01 00:06:56 CET 2003 > > > > > >See this for details -> > > >http://wiki.apache.org/geronimo/BuildingAndRunning. > > > > > >Also have a read of Geronimo's README.txt. It's in the > > >home directory. > > > > > >Jacek > > > > > > > The information contained in this e-mail is intended only for the person > > or > > entity to which it is addressed and may contain confidential and/or > > privileged material. If You are not the intended recipient of this > > e-mail, > > the use of this information or any disclosure, copying or distribution > > is > > Prohibited and may be unlawful. If you received this in error, please > > contact the sender and delete the material from any computer. The views > > expressed in this e-mail may not necessarily be the views of The PCMS > > Group > > plc and should not be taken as authority to carry out any instruction > > contained. > > > > > > > > > > [attachment "winmail.dat" deleted by dIon Gillard/Multitask > Consulting/AU] -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society
