On Mon, 13 Dec 2004, Brett Porter <[EMAIL PROTECTED]> wrote: > - is property valid for the Maven builder,
Yes. They should end up in build.properties and work just the same way they do for Ant. > I'm having trouble finding the actual code... I'll dig around more > later. I've just dug around the related code during the past week for the make and configure builders. 8-) <property> as nested elements are supported via Builder.expandDomProperties in gump/core/model/builder.py - and are turned into something useful in Maven.generateMavenProperties in gump/core/build/maven.py. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
