Re: Need help getting our plugins to build successfully in Jenkins

2011-04-28 Thread Olivier Lamy
Thanks hervé. BTW I have moved the builds to ubuntu nodes which have better support of patch and gpg cli. Note I have added more builds for testing : maven-plugins-ITs-2.2.x-with-maven-plugin (build with 2.2.1 with jenkins native maven plugin) maven-plugins-ITs-3.x-with-maven-plugin (build with

Re: Need help getting our plugins to build successfully in Jenkins

2011-04-26 Thread Dennis Lundberg
Benson Margulies skrev 2011-04-25 22:48: fix the tests to have a catalog to point to local copies Yes, it is always best to use local copies of DTDs and XSDs for tests, but in this case that would be difficult to do. We are testing to see that the generated deployment descriptor matches the

Re: Need help getting our plugins to build successfully in Jenkins

2011-04-26 Thread Benson Margulies
Then use a resolver to do the check instead of actually fetching? On Tue, Apr 26, 2011 at 1:30 PM, Dennis Lundberg denn...@apache.org wrote: Benson Margulies skrev 2011-04-25 22:48: fix the tests to have a catalog to point to local copies Yes, it is always best to use local copies of DTDs and

Re: Need help getting our plugins to build successfully in Jenkins

2011-04-26 Thread Dennis Lundberg
Hi, The problem here is that the actual fetching is done inside XmlUnit, which is only a tool we use to assert that the generated deployment descriptor is equal to the expected one. Do you know if it's possible to tell XmlUnit to *not* fetch the DTDs? I haven't used XmlUnit myself, I'm only

Re: Need help getting our plugins to build successfully in Jenkins

2011-04-26 Thread Benson Margulies
Tell me an svn url and I'll see what I can patch. On Tue, Apr 26, 2011 at 3:24 PM, Dennis Lundberg denn...@apache.org wrote: Hi, The problem here is that the actual fetching is done inside XmlUnit, which is only a tool we use to assert that the generated deployment descriptor is equal to the

Re: Need help getting our plugins to build successfully in Jenkins

2011-04-26 Thread Hervé BOUTEMY
job done in r1096914 - http://svn.apache.org/viewvc?rev=1096914view=rev you can build the document yourself instead of letting XmlUnit build it from the InputStream Regards, Hervé Le mardi 26 avril 2011, Benson Margulies a écrit : Tell me an svn url and I'll see what I can patch. On Tue,

Re: Need help getting our plugins to build successfully in Jenkins

2011-04-25 Thread Dennis Lundberg
Hi The job maven-plugins-ITs-2.x [3] is also failing. It is the ITs for Maven EAR Plugin that fails. I did some digging around and have found out the cause. The ITs use XmlUnit to check that the deployment descriptors are correct. When XmlUnit loads the deployment descriptor it reads its DTD

Re: Need help getting our plugins to build successfully in Jenkins

2011-04-25 Thread Benson Margulies
fix the tests to have a catalog to point to local copies On Apr 25, 2011, at 4:28 PM, Dennis Lundberg denn...@apache.org wrote: Hi The job maven-plugins-ITs-2.x [3] is also failing. It is the ITs for Maven EAR Plugin that fails. I did some digging around and have found out the cause. The

Need help getting our plugins to build successfully in Jenkins

2011-04-22 Thread Dennis Lundberg
Hi There are a numbers of problems that prevents our plugins from building successfully in the ASF Jenkins instance. I've fixed what I can, but there are some outstanding issues that I need help fixing. Maven GPG Plugin When building plugins with ITs [1] the build fails in Jenkins because

Re: Need help getting our plugins to build successfully in Jenkins

2011-04-22 Thread Jesse Glick
On 04/22/2011 05:51 AM, Dennis Lundberg wrote: There are a numbers of problems that prevents our plugins from building successfully in the ASF Jenkins instance. bui...@apache.org might be the better place to post, at least for issues related to the build server itself.

Re: Need help getting our plugins to build successfully in Jenkins

2011-04-22 Thread Brett Porter
On 22/04/2011, at 7:52 PM, Dennis Lundberg denn...@apache.org wrote: Hi There are a numbers of problems that prevents our plugins from building successfully in the ASF Jenkins instance. I've fixed what I can, but there are some outstanding issues that I need help fixing. Maven GPG Plugin