Having looked at your project.xml, you can be assured that 1.1-beta-2 will properly validate the XML rather than just pick and choose invalid tags to use.
You've got an <id>0</id> in a developer tag outside <developers>, so it ignores the unknown <developer> tag, then thinks <id> is a top level element - overriding artifactId. comment out the cloned developer and all is well. - Brett On 8/5/05, Brett Porter <[EMAIL PROTECTED]> wrote: > I may not have uncovered an issue as I didn't test it, but took your > word for it :) > > Seems like that bug might not exist in jexl after all. > > Your project.xml would be helpful - thanks. > > - Brett > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
