Hi, I am a bit puzzled by the issue. I agree it makes the whole work for MEAR-141 useless on Linux or Ubuntu but I really don't understand why it's failing for you or Jenkins.
I am actually on MacOS and I can't reproduce the issue. If you can't reproduce the issue on Windows, it remains a linux specific issue. Looking at the code, I don't see what could be wrong. Can you maybe try to track down the issue a bit? My best guess is GenerateApplicationXmlMojo#buildEnvEntries which may not found the <env-entries> element at all in the pom. But that would be a plexus bug then. Thanks, S. On Thu, Feb 2, 2012 at 10:46 PM, Dennis Lundberg <[email protected]> wrote: > Hi > > We have a problem with the current trunk of the EAR Plugin. > > The pseudo-IT project-077 fails on our Jenkins Ubuntu slave with the > following message. On my local Ubuntu it also fails. It works for me on > Windows though. > > "Failed tests: > testProject077(org.apache.maven.plugin.ear.it.EarMojoIT): Wrong > deployment descriptor generated for[application.xml], > org.custommonkey.xmlunit.Diff" > > The expected <env-entry>s are not there. > > > I think the problems started with the patch for MEAR-141 that was > applied in r1235631. It's a bit difficult to tell because at that time > the builds in Jenkins failed due to Maven Archiver 2.5 not being > available during the release of it and EAR Plugin 2.7. > > -- > Dennis Lundberg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
