On Thu, 2002-12-12 at 18:39, Lester Ward wrote: > > There is a maven descriptor in the velocity repository. I just cleaned > > it up a bit too and should work. > > The one in the most recent release label (VEL_1_3_1_RC2) doesn't work for > me. What changes did you make? Are they checked in?
It's in CVS HEAD. > > Bug David Taylor :-) I know he's been wanting to get the Maven build > > working. > > I think I've been annoying enough today :-). > > > I would take a day and help get the Jetspeed POM working and save > > yourself a lot of grief. > > Too late! :-) Like I said, I have a hacky thing working right now. > > > Jetspeed is the only project that needs work, > > then you can use the reactor. > > Question: when using the reactor, how to you override properties for > subprojects? In CVS the inheritance mechanism for properties isn't in place yet. The reactor assumes each project can be build independently. This will change, just telling you how it is right now. > As I mentioned before, I want all the classes for all projects > to be built in the same directory. Why on earth are you doing that? > When using Ant or the command line, it is > pretty easy to pass properties (i.e. maven.build.dest) into the subproject > process, but I didn't see a way to do this with the reactor (not that I > understand it that well). Or, is the way to do it to generate > build.properties files for all the subprojects? I guess I could just copy > the root build.properties to the subproject directories before invoking the > reactor. > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- 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 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
