Re: [ivy] XmlModuleDescriptorWriterTest fails locally

2014-08-18 Thread Jean-Louis Boudart
Hi Stefan,

I have the same issue locally. But all tests passed on jenkins.
I've already spent a few hours on it but don't know where the real issue
came from. Any ideas are welcome.

2014-08-12 12:50 GMT+02:00 Stefan Bodewig bode...@apache.org:

 Hi

 XmlModuleDescriptorWriterTest uses String comparisons to compare XML
 files.  In one of the tests (testExtraInfosFromMaven) my local result
 contains some elements in a different order than expected (I get
 commons-collections after commons-logging).

 I could fix this by introducing a dependency on XMLUnit, by faking
 XMLUnit's behavior for the specific test or by ignoring the error (when
 I run the test, not inside the code).  Since I'll likely not run the
 tests too often, I'd prefer to leave the decision to people who really
 work on the code base.

 Stefan

 -
 To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
 For additional commands, e-mail: dev-h...@ant.apache.org




-- 
Jean Louis Boudart
Independent consultant
Apache EasyAnt commiter http://ant.apache.org/easyant/


[GitHub] ant-ivyde pull request: Fix for the user-selected configurations n...

2014-08-18 Thread cpfeiffer
GitHub user cpfeiffer opened a pull request:

https://github.com/apache/ant-ivyde/pull/1

Fix for the user-selected configurations not being checked in the viewer

When you have an ivy.xml that extends another module and that other
module defines some configurations, it occurred that calling

  settingsSetupTab.init(conf.isSettingsProjectSpecific(),
conf.getIvySettingsSetup());

would cause the configurations being set again, because the
ModifyListener of ivyUserDirEditor would fire and cause
reinitialization.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/cpfeiffer/ant-ivyde master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ant-ivyde/pull/1.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1


commit 79e3dd4c238f6438e53baf0ab6c1f5688b961d91
Author: Carsten Pfeiffer carsten.pfeif...@gebit.de
Date:   2014-08-18T14:20:46Z

Fix for the user-selected configurations not being checked in the viewer

When you have an ivy.xml that extends another module and that other
module defines some configurations, it occurred that calling

  settingsSetupTab.init(conf.isSettingsProjectSpecific(),
conf.getIvySettingsSetup());

would cause the configurations being set again, because the
ModifyListener of ivyUserDirEditor would fire and cause
reinitialization.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



Ivy-test jobs configuration in jenskins

2014-08-18 Thread Jean-Louis Boudart
HI there,

Looks like ivy-tests can't run on ubuntu nodes as it try to use ant-1.7
which is not installed there.
Can someone with sufficient karma fix this ?
I even can't update configuration of the job :/

-- 
Jean Louis Boudart
Independent consultant
Apache EasyAnt commiter http://ant.apache.org/easyant/