Re: Task for Reading POMs

2004-08-18 Thread Brett Porter
We have built exactly this, however it is not really in a release state just yet. It will be used in Maven 1.1. I'd be happy to discuss it further on the Maven developer list. Cheers, Brett On Wed, 18 Aug 2004 10:36:53 -0400, Kyle Adams <[EMAIL PROTECTED]> wrote: > Brett Porter wrote: > > > This

Re: Task for Reading POMs

2004-08-18 Thread Kyle Adams
Brett Porter wrote: > This probably isn't going to be as easy as you hope - for instance > POMs often rely on property interpolation and inheritence of other > files. Which is why I'm extending XmlProperty. XmlProperty provides the property interpolation (with semanticAttributes turned on) and b

Re: Task for Reading POMs

2004-08-17 Thread Brett Porter
This probably isn't going to be as easy as you hope - for instance POMs often rely on property interpolation and inheritence of other files. Is there any reason not to use org.apache.maven.MavenUtils? - Brett On Mon, 16 Aug 2004 12:45:24 -0400, Kyle Adams <[EMAIL PROTECTED]> wrote: > Brett Porte

Re: Task for Reading POMs

2004-08-16 Thread Kyle Adams
Brett Porter wrote: > I think that's what "JAM" does. Don't know the URL off the top of my head. The URL is http://www.javagen.com/jam.jsp and I'm actually working on this task in relation to JAM :-) JAM can't directly read a POM; rather there are Maven plugins provided as part of JAM that allow

Re: Task for Reading POMs

2004-08-14 Thread Brett Porter
I think that's what "JAM" does. Don't know the URL off the top of my head. On Fri, 13 Aug 2004 11:56:41 -0400, Kyle Adams <[EMAIL PROTECTED]> wrote: > Before I go re-inventing the wheel, I wanted to check and see if anyone > else was working/had worked on scratching the same itch: > > I'd like to

Task for Reading POMs

2004-08-13 Thread Kyle Adams
Before I go re-inventing the wheel, I wanted to check and see if anyone else was working/had worked on scratching the same itch: I'd like to be able to utilize Maven's POM for describing a project; XmlProperty gets me most of the way there, but there are a few things (like imported POMs) that it d