[jira] [Closed] (IVY-444) provide versioned doc online

2017-09-01 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin closed IVY-444. Resolution: Fixed Indeed, and it's been for a while! Thanks for pointing that out. > provide versioned

svn commit: r790046 - /ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/IvyNodeCallers.java

2009-06-30 Thread xavier
Author: xavier Date: Wed Jul 1 05:55:38 2009 New Revision: 790046 URL: http://svn.apache.org/viewvc?rev=790046view=rev Log: FIX: NPE when a conf is unknown (related to IVY-983) Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/IvyNodeCallers.java Modified: ant/ivy/core

[jira] Created: (IVY-1097) configuration groups

2009-06-28 Thread Xavier Hanin (JIRA)
configuration groups Key: IVY-1097 URL: https://issues.apache.org/jira/browse/IVY-1097 Project: Ivy Issue Type: New Feature Components: Core Reporter: Xavier Hanin Assignee: Xavier

svn commit: r789095 - in /ant/ivy/core/trunk: ./ doc/ivyfile/ src/java/org/apache/ivy/core/module/descriptor/ test/java/org/apache/ivy/core/resolve/ test/repositories/2/mod5.1/ test/repositories/2/mod

2009-06-28 Thread xavier
Author: xavier Date: Sun Jun 28 13:02:10 2009 New Revision: 789095 URL: http://svn.apache.org/viewvc?rev=789095view=rev Log: NEW: configuration groups (IVY-1097) Added: ant/ivy/core/trunk/src/java/org/apache/ivy/core/module/descriptor/ConfigurationGroup.java (with props) ant/ivy/core

svn commit: r787597 - /ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/IvyNodeUsage.java

2009-06-23 Thread xavier
Author: xavier Date: Tue Jun 23 09:28:56 2009 New Revision: 787597 URL: http://svn.apache.org/viewvc?rev=787597view=rev Log: FIX: NPE in some cases, related to IVY-1083 implementation Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/IvyNodeUsage.java Modified: ant/ivy/core

svn commit: r783755 - in /ant/ivy/core/trunk: ./ doc/ivyfile/ src/java/org/apache/ivy/core/module/descriptor/ src/java/org/apache/ivy/core/resolve/ test/java/org/apache/ivy/core/resolve/ test/reposito

2009-06-11 Thread xavier
Author: xavier Date: Thu Jun 11 13:12:32 2009 New Revision: 783755 URL: http://svn.apache.org/viewvc?rev=783755view=rev Log: NEW: configuration intersections (IVY-1093) Added: ant/ivy/core/trunk/src/java/org/apache/ivy/core/module/descriptor/ConfigurationIntersection.java (with props

[jira] Created: (IVY-1083) transitive dependencies and conflict management

2009-05-26 Thread Xavier Hanin (JIRA)
: 2.1.0-RC1, 2.0 Reporter: Xavier Hanin Assignee: Xavier Hanin let's say we have the following modules: {noformat} mod20.4 - mod20.3;1.0 mod20.2;1.0 mod20.3;1.0 - mod20.1;1.0 mod20.2;1.0 - mod20.1;1.1 (transitive false) mod20.1;1.0 - mod1.2;1.0 mod20.1;1.1 - mod1.2;1.0

[jira] Resolved: (IVY-1083) transitive dependencies and conflict management

2009-05-26 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin resolved IVY-1083. --- Resolution: Fixed Fix Version/s: trunk I've added a unit test and fixed the problem

svn commit: r778767 - in /ant/ivy/core/trunk/test/repositories/1/org20: ./ mod20.1/ mod20.1/ivys/ mod20.2/ mod20.2/ivys/ mod20.3/ mod20.3/ivys/ mod20.4/ mod20.4/ivys/

2009-05-26 Thread xavier
Author: xavier Date: Tue May 26 15:49:48 2009 New Revision: 778767 URL: http://svn.apache.org/viewvc?rev=778767view=rev Log: FIX: transitive dependencies and conflict management (IVY-1083) Added: ant/ivy/core/trunk/test/repositories/1/org20/ ant/ivy/core/trunk/test/repositories/1/org20

svn commit: r778769 - in /ant/ivy/core/trunk: ./ doc/settings/ src/java/org/apache/ivy/core/event/retrieve/ src/java/org/apache/ivy/core/retrieve/ test/java/org/apache/ivy/core/retrieve/

2009-05-26 Thread xavier
Author: xavier Date: Tue May 26 15:50:41 2009 New Revision: 778769 URL: http://svn.apache.org/viewvc?rev=778769view=rev Log: IMPROVEMENT: Pre and post retrieve artifact events (IVY-1084) Added: ant/ivy/core/trunk/src/java/org/apache/ivy/core/event/retrieve/EndRetrieveArtifactEvent.java

svn commit: r778773 - /ant/ivy/core/trunk/src/java/org/apache/ivy/core/event/retrieve/EndRetrieveArtifactEvent.java

2009-05-26 Thread xavier
Author: xavier Date: Tue May 26 15:52:37 2009 New Revision: 778773 URL: http://svn.apache.org/viewvc?rev=778773view=rev Log: IMPROVEMENT: Pre and post retrieve artifact events (IVY-1084) fix mistake in event name Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/core/event/retrieve

[jira] Created: (IVY-1084) post-retrieve-artifact-trigger

2009-05-26 Thread Xavier Hanin (JIRA)
Reporter: Xavier Hanin Assignee: Xavier Hanin adding an event after an artifact has been retrieved to final destination would be useful -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Commented: (IVY-987) Error message: impossible to get artifacts when data has not been loaded , on certain modules only

2009-03-08 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12680003#action_12680003 ] Xavier Hanin commented on IVY-987: -- Sorry for the delay on this issue, too hard to find free

svn commit: r751536 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/core/resolve/IvyNode.java

2009-03-08 Thread xavier
Author: xavier Date: Sun Mar 8 21:32:52 2009 New Revision: 751536 URL: http://svn.apache.org/viewvc?rev=751536view=rev Log: FIX: Error message: impossible to get artifacts when data has not been loaded , on certain modules only (IVY-987) - no unit test :-( Modified: ant/ivy/core/trunk

[jira] Commented: (IVY-987) Error message: impossible to get artifacts when data has not been loaded , on certain modules only

2009-03-08 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12680018#action_12680018 ] Xavier Hanin commented on IVY-987: -- I've investigated using the dependencies description

[jira] Commented: (IVY-1027) resolver, which can do automatic build of dependencies

2009-02-06 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12671166#action_12671166 ] Xavier Hanin commented on IVY-1027: --- I've not had the time to have a look at the code

[jira] Commented: (IVY-987) Error message: impossible to get artifacts when data has not been loaded , on certain modules only

2009-02-05 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12670872#action_12670872 ] Xavier Hanin commented on IVY-987: -- I'll try to find some time, but I'm currently overbooked

[jira] Commented: (IVY-996) Remove excessive HEAD requests for URL repository

2009-02-02 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12669636#action_12669636 ] Xavier Hanin commented on IVY-996: -- Thanks to Nicolas Lalevée, an update site with trunk

[jira] Updated: (IVY-1022) Forced resolver behavior is inappropriate for ivy:install

2009-01-29 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin updated IVY-1022: -- Issue Type: Improvement (was: Bug) I don't classify this as a bug, because if you use a forced resolver

[jira] Commented: (IVY-987) Error message: impossible to get artifacts when data has not been loaded , on certain modules only

2009-01-29 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12668391#action_12668391 ] Xavier Hanin commented on IVY-987: -- Maybe in this situation the conflict manager should

[jira] Closed: (IVY-1018) include jsch classes in ivy jar

2009-01-27 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-1018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin closed IVY-1018. - Resolution: Fixed Including jsch in our distribution is the best we can do, we won't package

[jira] Commented: (IVY-1016) Patch to add an ivy:eclipse ant task that generates Eclipse .classpath files

2009-01-27 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12667648#action_12667648 ] Xavier Hanin commented on IVY-1016: --- And don't forget to talk about it on the user mailing

[jira] Created: (IVY-1017) add refresh parameter to post resolve tasks

2009-01-26 Thread Xavier Hanin (JIRA)
: 2.0 Reporter: Xavier Hanin Assignee: Xavier Hanin The refresh parameter available on the resolve task is not available on post resolve tasks. Therefore if one wants to set refresh there is no other option than calling resolve explicitly -- This message is automatically

svn commit: r737669 - in /ant/ivy/core/trunk: CHANGES.txt doc/use/postresolvetask.html src/java/org/apache/ivy/ant/IvyPostResolveTask.java

2009-01-26 Thread xavier
Author: xavier Date: Mon Jan 26 10:45:12 2009 New Revision: 737669 URL: http://svn.apache.org/viewvc?rev=737669view=rev Log: IMPROVEMENT: add refresh parameter to post resolve tasks (IVY-1017) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/doc/use/postresolvetask.html

[jira] Commented: (IVY-1011) Enhance download options

2009-01-26 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12667214#action_12667214 ] Xavier Hanin commented on IVY-1011: --- a vertical progress bar sounds like a nice idea, I

[jira] Resolved: (IVY-1017) add refresh parameter to post resolve tasks

2009-01-26 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin resolved IVY-1017. --- Resolution: Fixed Fix Version/s: trunk I've implemented this on trunk. In the documentation

[jira] Commented: (IVY-1016) Patch to add an ivy:eclipse ant task that generates Eclipse .classpath files

2009-01-26 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12667216#action_12667216 ] Xavier Hanin commented on IVY-1016: --- Thanks for this contribution Jing! But does it really

svn commit: r737584 - in /ant/ivy: core/branches/2.0.0/doc/printTemplate.html site/build.xml site/history/ site/toc.json

2009-01-25 Thread xavier
Author: xavier Date: Sun Jan 25 21:40:47 2009 New Revision: 737584 URL: http://svn.apache.org/viewvc?rev=737584view=rev Log: upgrade printTemplate.html, introduce latest-release, and update toc to point to latest-release for better navigation tree handling and permanent link Modified: ant

svn commit: r737587 - in /ant/ivy/site/target: ./ history/ history/2.0.0-alpha2/ history/2.0.0-alpha2/configuration/ history/2.0.0-alpha2/configuration/macrodef/ history/2.0.0-alpha2/configuration/nam

2009-01-25 Thread xavier
Author: xavier Date: Sun Jan 25 21:59:46 2009 New Revision: 737587 URL: http://svn.apache.org/viewvc?rev=737587view=rev Log: regenerate site [This commit notification would consist of 51 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r737605 [30/30] - in /ant/ivy/site/target/history/latest-release: ./ configuration/ configuration/caches/ configuration/macrodef/ configuration/namespace/ dev/ ivyfile/ resolver/ settings/

2009-01-25 Thread xavier
Modified: ant/ivy/site/target/history/latest-release/use/settings.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/latest-release/use/settings.html?rev=737605r1=737604r2=737605view=diff == ---

[jira] Commented: (IVY-1011) Enhance download options

2009-01-24 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12666858#action_12666858 ] Xavier Hanin commented on IVY-1011: --- One issue with parallel downloading is download

[jira] Created: (IVYDE-157) [regression] when possible, do not resolve issues on startup, only refresh last resolve from cache

2009-01-24 Thread Xavier Hanin (JIRA)
-157 Project: IvyDE Issue Type: Improvement Components: classpath container Affects Versions: 2.0.0.beta1 Reporter: Xavier Hanin Assignee: Xavier Hanin In previous IvyDE version, on eclipse startup dependencies where not fully resolved

[jira] Resolved: (IVYDE-157) [regression] when possible, do not resolve issues on startup, only refresh last resolve from cache

2009-01-24 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVYDE-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin resolved IVYDE-157. Resolution: Invalid I missed the implementation of IVYDE-74 which makes this issue invalid

[jira] Created: (IVY-1012) TTL does not work as expected

2009-01-24 Thread Xavier Hanin (JIRA)
TTL does not work as expected - Key: IVY-1012 URL: https://issues.apache.org/jira/browse/IVY-1012 Project: Ivy Issue Type: Bug Affects Versions: 2.0 Reporter: Xavier Hanin Assignee

svn commit: r737330 - in /ant/ivy/core/trunk: ./ src/java/org/apache/ivy/core/cache/ src/java/org/apache/ivy/plugins/resolver/ test/java/org/apache/ivy/core/resolve/ test/java/org/apache/ivy/plugins/r

2009-01-24 Thread xavier
Author: xavier Date: Sat Jan 24 11:00:40 2009 New Revision: 737330 URL: http://svn.apache.org/viewvc?rev=737330view=rev Log: FIX: TTL does not work as expected (IVY-1012) Added: ant/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-mod1.2-1.5.xml (with props) Modified: ant/ivy

[jira] Resolved: (IVY-1012) TTL does not work as expected

2009-01-24 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-1012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin resolved IVY-1012. --- Resolution: Fixed Fix Version/s: trunk I've done some investigation and figured out that TTL

[jira] Assigned: (IVY-879) Using ivy in offline mode

2009-01-24 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin reassigned IVY-879: Assignee: Xavier Hanin Using ivy in offline mode - Key

svn commit: r737336 - in /ant/ivy/core/trunk: doc/settings/caches/ttl.html src/java/org/apache/ivy/core/cache/DefaultRepositoryCacheManager.java

2009-01-24 Thread xavier
Author: xavier Date: Sat Jan 24 11:49:04 2009 New Revision: 737336 URL: http://svn.apache.org/viewvc?rev=737336view=rev Log: add 'eternal' option to ttl and review how expiration is handled so that ttl is evaluated when checking the cache and not when storing the resolved revision, which makes

[jira] Commented: (IVY-879) Using ivy in offline mode

2009-01-24 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12666896#action_12666896 ] Xavier Hanin commented on IVY-879: -- I've fixed the problem with TTL in IVY-1012, and also

[jira] Created: (IVY-1013) support resolve refresh in command line

2009-01-24 Thread Xavier Hanin (JIRA)
support resolve refresh in command line --- Key: IVY-1013 URL: https://issues.apache.org/jira/browse/IVY-1013 Project: Ivy Issue Type: Improvement Reporter: Xavier Hanin Assignee

[jira] Resolved: (IVY-1013) support resolve refresh in command line

2009-01-24 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin resolved IVY-1013. --- Resolution: Fixed Fix Version/s: trunk I've implemented this with -refresh argument support

[jira] Created: (IVY-1014) add -version option on command line

2009-01-24 Thread Xavier Hanin (JIRA)
add -version option on command line --- Key: IVY-1014 URL: https://issues.apache.org/jira/browse/IVY-1014 Project: Ivy Issue Type: Improvement Reporter: Xavier Hanin Assignee: Xavier

svn commit: r737349 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/Main.java

2009-01-24 Thread xavier
Author: xavier Date: Sat Jan 24 12:42:15 2009 New Revision: 737349 URL: http://svn.apache.org/viewvc?rev=737349view=rev Log: IMPROVEMENT: add -version option on command line (IVY-1014) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/java/org/apache/ivy/Main.java Modified

[jira] Assigned: (IVY-996) Remove excessive HEAD requests for URL repository

2009-01-24 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin reassigned IVY-996: Assignee: Xavier Hanin Remove excessive HEAD requests for URL repository

[jira] Resolved: (IVY-1014) add -version option on command line

2009-01-24 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-1014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin resolved IVY-1014. --- Resolution: Fixed Fix Version/s: trunk I've implemented this on trunk. add -version option

svn commit: r737354 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/plugins/resolver/AbstractPatternsBasedResolver.java src/java/org/apache/ivy/plugins/resolver/util/ResolverHelper.java

2009-01-24 Thread xavier
Author: xavier Date: Sat Jan 24 13:00:16 2009 New Revision: 737354 URL: http://svn.apache.org/viewvc?rev=737354view=rev Log: IMPROVEMENT: Remove excessive HEAD requests for URL repository (IVY-996) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/java/org/apache/ivy

[jira] Resolved: (IVY-996) Remove excessive HEAD requests for URL repository

2009-01-24 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin resolved IVY-996. -- Resolution: Fixed Fix Version/s: trunk I've made some modifications on trunk which should fix

svn commit: r737358 - in /ant/ivy/core/trunk: src/java/org/apache/ivy/plugins/resolver/AbstractResolver.java test/java/org/apache/ivy/plugins/resolver/MockResolver.java

2009-01-24 Thread xavier
Author: xavier Date: Sat Jan 24 14:05:24 2009 New Revision: 737358 URL: http://svn.apache.org/viewvc?rev=737358view=rev Log: fix problems introduced with IVY-1012 Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/resolver/AbstractResolver.java ant/ivy/core/trunk/test/java

[jira] Created: (IVYDE-146) source and javadoc attachment regression

2008-12-30 Thread Xavier Hanin (JIRA)
Versions: 2.0.0.beta1 Reporter: Xavier Hanin Assignee: Xavier Hanin Fix For: 2.0.0.final In 2.0.0.beta1 version, the source and javadoc attachment does not work as well as before: only artifacts got when resolving dependencies are used to find source and javadoc

svn commit: r730083 - in /ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse: CHANGES.txt src/java/org/apache/ivyde/eclipse/cpcontainer/IvyResolveJob.java

2008-12-30 Thread xavier
Author: xavier Date: Tue Dec 30 02:12:32 2008 New Revision: 730083 URL: http://svn.apache.org/viewvc?rev=730083view=rev Log: FIX: source and javadoc attachment regression (IVYDE-146) Modified: ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/CHANGES.txt ant/ivy/ivyde/trunk

[jira] Resolved: (IVYDE-146) source and javadoc attachment regression

2008-12-30 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVYDE-146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin resolved IVYDE-146. Resolution: Fixed I've fixed this issue, looking for source and javadoc artifacts in module

[jira] Created: (IVYDE-144) NPE when a project:/// path is used and path does not exist

2008-12-29 Thread Xavier Hanin (JIRA)
: classpath container Affects Versions: 2.0.0.beta1 Reporter: Xavier Hanin If IvyDE is misconfigured with a project:/// path for the settings which does not correspond to an existing file, an NPE is thrown: {noformat} java.lang.NullPointerException

[jira] Resolved: (IVYDE-144) NPE when a project:/// path is used and path does not exist

2008-12-29 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVYDE-144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin resolved IVYDE-144. Resolution: Fixed Fix Version/s: 2.0.0.final Assignee: Xavier Hanin I've fixed

[jira] Created: (IVYDE-145) project://[projectname]/ scheme for settings only work with java projects, not simple projects

2008-12-29 Thread Xavier Hanin (JIRA)
Project: IvyDE Issue Type: Bug Components: classpath container Affects Versions: 2.0.0.beta1 Reporter: Xavier Hanin Assignee: Xavier Hanin Fix For: 2.0.0.final if the settings are in a simple eclipse project, not a java project

[jira] Resolved: (IVYDE-145) project://[projectname]/ scheme for settings only work with java projects, not simple projects

2008-12-29 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVYDE-145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin resolved IVYDE-145. Resolution: Fixed The project:// now works with any kind of project project://[projectname

[jira] Commented: (IVY-742) Support ivy.xml parent mechanism

2008-10-30 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12644090#action_12644090 ] Xavier Hanin commented on IVY-742: -- That sounds like a much more flexible and interesting way

[jira] Commented: (IVY-931) Ivy badly attempt to locate a 'working@host' dependency revision when the dependency revision is not set in a pom

2008-10-06 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12637125#action_12637125 ] Xavier Hanin commented on IVY-931: -- I'm pretty sure it fails, but a try with the latest

[jira] Commented: (IVY-933) Maven2 parser checks version in the POM with the expected version

2008-10-03 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12636540#action_12636540 ] Xavier Hanin commented on IVY-933: -- Actually this behaviour is supported in Ivy, but it isn't

[jira] Commented: (IVY-933) Maven2 parser checks version in the POM with the expected version

2008-10-03 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12636598#action_12636598 ] Xavier Hanin commented on IVY-933: -- I think Ivy trust the dependency declaration

[jira] Commented: (IVY-931) Ivy badly attempt to locate a 'working@host' dependency revision when the dependency revision is not set in a pom

2008-10-03 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12636595#action_12636595 ] Xavier Hanin commented on IVY-931: -- Indeed, maybe it's the best option, but if we want to go

[jira] Created: (IVY-931) Ivy badly attempt to locate a 'working@host' dependency revision when the dependency revision is not set in a pom

2008-10-02 Thread Xavier Hanin (JIRA)
://issues.apache.org/jira/browse/IVY-931 Project: Ivy Issue Type: Bug Affects Versions: 2.0-RC1 Reporter: Xavier Hanin If in a pom a dependency is declared without revision, Ivy interprets it as a 'working@host' revision, which is very confusing. This may happen

[jira] Created: (IVY-927) NullPointerException when Ivy cannot locate pom parent

2008-10-01 Thread Xavier Hanin (JIRA)
Compatibility Affects Versions: 2.0-RC1 Reporter: Xavier Hanin Assignee: Xavier Hanin When Ivy cannot locate a pom parent, it results in a NullPointerException: {noformat} java.lang.NullPointerException at org.apache.ivy.plugins.parser.m2

svn commit: r700792 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorParser.java

2008-10-01 Thread xavier
Author: xavier Date: Wed Oct 1 07:41:39 2008 New Revision: 700792 URL: http://svn.apache.org/viewvc?rev=700792view=rev Log: FIX: NullPointerException when Ivy cannot locate pom parent (IVY-927) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/java/org/apache/ivy/plugins

svn commit: r700798 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/plugins/resolver/AbstractPatternsBasedResolver.java

2008-10-01 Thread xavier
Author: xavier Date: Wed Oct 1 07:50:18 2008 New Revision: 700798 URL: http://svn.apache.org/viewvc?rev=700798view=rev Log: FIX: NullPointerException in AbstractPatternsBasedResolver when organization is null (IVY-928) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src

[jira] Resolved: (IVY-928) NullPointerException in AbstractPatternsBasedResolver when organization is null

2008-10-01 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin resolved IVY-928. -- Resolution: Fixed Fix Version/s: trunk Assignee: Xavier Hanin Fixed on trunk, still have

svn commit: r699200 - /ant/ivy/core/tags/2.0.0-rc1/

2008-09-26 Thread xavier
Author: xavier Date: Fri Sep 26 00:20:47 2008 New Revision: 699200 URL: http://svn.apache.org/viewvc?rev=699200view=rev Log: Tag release 2.0.0-rc1 Added: ant/ivy/core/tags/2.0.0-rc1/ (props changed) - copied from r699199, ant/ivy/core/branches/2.0.0-rc1/ Propchange: ant/ivy/core

svn commit: r699204 - in /ant/ivy/site/ivyde/updatesite: ./ features/ plugins/

2008-09-26 Thread xavier
Author: xavier Date: Fri Sep 26 00:50:20 2008 New Revision: 699204 URL: http://svn.apache.org/viewvc?rev=699204view=rev Log: update updatesite with Ivy 2.0.0.cr1 Added: ant/ivy/site/ivyde/updatesite/features/org.apache.ivy.feature_2.0.0.cr1.jar (with props) ant/ivy/site/ivyde

svn commit: r699211 - in /ant/ivy/site: build.xml download.html history/ images/ivy-dl-2.0.0-rc1.png images/ivy-dl.xcf index.html toc.json

2008-09-26 Thread xavier
Author: xavier Date: Fri Sep 26 01:14:56 2008 New Revision: 699211 URL: http://svn.apache.org/viewvc?rev=699211view=rev Log: update site with 2.0.0-rc1 Added: ant/ivy/site/images/ivy-dl-2.0.0-rc1.png (with props) Modified: ant/ivy/site/build.xml ant/ivy/site/download.html ant

svn commit: r699239 - /ant/ivy/site/printTemplate.html

2008-09-26 Thread xavier
Author: xavier Date: Fri Sep 26 02:15:48 2008 New Revision: 699239 URL: http://svn.apache.org/viewvc?rev=699239view=rev Log: update printTemplate (was still referencing incubator) Modified: ant/ivy/site/printTemplate.html Modified: ant/ivy/site/printTemplate.html URL: http://svn.apache.org

svn commit: r699240 - /ant/ivy/core/branches/2.0.0-rc1/doc/release-notes.html

2008-09-26 Thread xavier
Author: xavier Date: Fri Sep 26 02:16:17 2008 New Revision: 699240 URL: http://svn.apache.org/viewvc?rev=699240view=rev Log: update release notes with announcement Modified: ant/ivy/core/branches/2.0.0-rc1/doc/release-notes.html Modified: ant/ivy/core/branches/2.0.0-rc1/doc/release

[jira] Updated: (IVY-906) Ability to grab non standardly placed artifacts from a local filesystem resolver without downloading to cache.

2008-09-26 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin updated IVY-906: - Fix Version/s: (was: unspecified) Ability to grab non standardly placed artifacts from a local

svn commit: r699247 - in /ant/ivy/site/target: ./ history/ history/2.0.0-alpha2/ history/2.0.0-alpha2/configuration/ history/2.0.0-alpha2/configuration/macrodef/ history/2.0.0-alpha2/configuration/nam

2008-09-26 Thread xavier
Author: xavier Date: Fri Sep 26 02:36:22 2008 New Revision: 699247 URL: http://svn.apache.org/viewvc?rev=699247view=rev Log: generate site [This commit notification would consist of 642 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r699298 - /ant/ivy/core/trunk/version.properties

2008-09-26 Thread xavier
Author: xavier Date: Fri Sep 26 05:32:09 2008 New Revision: 699298 URL: http://svn.apache.org/viewvc?rev=699298view=rev Log: target trunk version is probably 2.1.something Modified: ant/ivy/core/trunk/version.properties Modified: ant/ivy/core/trunk/version.properties URL: http

[jira] Commented: (IVY-907) Environment properties in ivy settings are no longer resolved

2008-09-19 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12632544#action_12632544 ] Xavier Hanin commented on IVY-907: -- Maarten: do you mean JIRA lost sg from you? I only added

[jira] Commented: (IVY-907) Environment properties in ivy settings are no longer resolved

2008-09-19 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12632571#action_12632571 ] Xavier Hanin commented on IVY-907: -- bq. Don't we already do a variable subsitution when we

[jira] Commented: (IVY-907) Environment properties in ivy settings are no longer resolved

2008-09-19 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12632573#action_12632573 ] Xavier Hanin commented on IVY-907: -- Erik: if this doesn't go in rc1, it will go in 2.0 final

[jira] Commented: (IVY-907) Environment properties in ivy settings are no longer resolved

2008-09-18 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12632394#action_12632394 ] Xavier Hanin commented on IVY-907: -- Ok, I think I've found the problem: the default cache

svn commit: r696178 - in /ant/ivy/core/branches/2.0.x: ./ src/java/org/apache/ivy/util/FileResolver.java test/java/org/apache/ivy/util/ConfiguratorTest.java

2008-09-17 Thread xavier
Author: xavier Date: Wed Sep 17 00:07:47 2008 New Revision: 696178 URL: http://svn.apache.org/viewvc?rev=696178view=rev Log: merge IVY-905 fix from trunk (696013:696031) Modified: ant/ivy/core/branches/2.0.x/ (props changed) ant/ivy/core/branches/2.0.x/src/java/org/apache/ivy/util

[jira] Commented: (IVY-907) Environment properties in ivy settings are no longer resolved

2008-09-17 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12631837#action_12631837 ] Xavier Hanin commented on IVY-907: -- Are you sure it worked with the previous version? I mean

[jira] Updated: (IVY-904) support ant properties propagation to ant build with ant-build trigger

2008-09-15 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin updated IVY-904: - Fix Version/s: (was: 2.0-RC1) support ant properties propagation to ant build with ant-build trigger

[jira] Resolved: (IVY-891) Change 'alwaysUseExactRevision' default value to false

2008-09-15 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin resolved IVY-891. -- Resolution: Fixed I've already implemented this, just forgot to mark it as resolved Change

svn commit: r695390 - in /ant/ivy/core/trunk/src/java/org/apache/ivy: core/cache/ plugins/parser/m2/ plugins/repository/sftp/ plugins/repository/url/ plugins/resolver/ util/ util/url/

2008-09-15 Thread xavier
Author: xavier Date: Mon Sep 15 02:17:13 2008 New Revision: 695390 URL: http://svn.apache.org/viewvc?rev=695390view=rev Log: fix style Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/core/cache/DefaultRepositoryCacheManager.java ant/ivy/core/trunk/src/java/org/apache/ivy/core

[jira] Commented: (IVY-900) Parsing of m2 pom does not handle properties correctly.

2008-09-10 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12629728#action_12629728 ] Xavier Hanin commented on IVY-900: -- Thanks for your contribution Kevin, but could you be more

[jira] Commented: (IVY-896) Add GDF as a report output format

2008-09-06 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12628846#action_12628846 ] Xavier Hanin commented on IVY-896: -- Hi Nascif, Thanks for sharing this with Ivy community! I

[jira] Commented: (IVY-897) Add VPF as a report output format

2008-09-06 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12628847#action_12628847 ] Xavier Hanin commented on IVY-897: -- Nice trick, thanks for sharing! I'm not sure how

svn commit: r691538 - in /ant/ivy/core/trunk: src/java/org/apache/ivy/plugins/parser/xml/ test/java/org/apache/ivy/plugins/parser/xml/

2008-09-03 Thread xavier
Author: xavier Date: Wed Sep 3 01:19:46 2008 New Revision: 691538 URL: http://svn.apache.org/viewvc?rev=691538view=rev Log: IMPROVEMENT: write home page, description and license info in XmlModuleDescriptorWriter. This is useful to be sure we don't lose information parsed in poms, license

[jira] Resolved: (IVY-874) can't use gotoNode with a node which has not been visited yet

2008-09-03 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin resolved IVY-874. -- Resolution: Fixed Well, actually this is not a bug, at least from what I reproduce on my own. The point

[jira] Commented: (IVY-874) can't use gotoNode with a node which has not been visited yet

2008-09-03 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12628119#action_12628119 ] Xavier Hanin commented on IVY-874: -- Well, I don't know exactly why it was different in alpha2

[jira] Updated: (IVY-387) Better and more homogeneous relative paths handling

2008-09-02 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin updated IVY-387: - Issue Type: Improvement (was: Bug) Summary: Better and more homogeneous relative paths handling

svn commit: r691210 [2/2] - in /ant/ivy/core/trunk: ./ doc/ src/java/org/apache/ivy/core/cache/ src/java/org/apache/ivy/core/deliver/ src/java/org/apache/ivy/core/settings/ src/java/org/apache/ivy/plu

2008-09-02 Thread xavier
Modified: ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver/ChainResolverTest.java URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver/ChainResolverTest.java?rev=691210r1=691209r2=691210view=diff

[jira] Resolved: (IVY-387) Better and more homogeneous relative paths handling

2008-09-02 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin resolved IVY-387. -- Resolution: Fixed I've implemented what Gilles suggested: now relative paths in settings files

[jira] Resolved: (IVY-349) Endless recursion in Report

2008-09-02 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin resolved IVY-349. -- Resolution: Cannot Reproduce Fix Version/s: (was: 2.0-RC1) No news on this issue, so I mark

[jira] Updated: (IVY-855) Overuse of XML attributes where subelements would be more appropriate

2008-09-02 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin updated IVY-855: - Issue Type: Improvement (was: Bug) Overuse of XML attributes where subelements would be more appropriate

[jira] Resolved: (IVY-875) post-download-artifact trigger file.property points to cache location

2008-09-02 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin resolved IVY-875. -- Resolution: Invalid This is actually the expected behaviour. Indeed files are downloaded to Ivy cache

[jira] Resolved: (IVY-874) can't use gotoNode with a node which has not been visited yet

2008-09-02 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin resolved IVY-874. -- Resolution: Fixed I've reproduced the bug in a unit test, and fixed the problem. Thanks for reporting

[jira] Commented: (IVY-387) Absolute and relative path

2008-09-01 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12627415#action_12627415 ] Xavier Hanin commented on IVY-387: -- Your proposition makes sense. We can allow relative paths

svn commit: r690952 - /ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorParser.java

2008-09-01 Thread xavier
Author: xavier Date: Mon Sep 1 05:10:09 2008 New Revision: 690952 URL: http://svn.apache.org/viewvc?rev=690952view=rev Log: FIX: NPE for modules with 'pom' packaging (no main artifact) Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorParser.java

[jira] Assigned: (IVY-887) HelloWorld chainedresolvers tutorial broken on trunk

2008-08-30 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin reassigned IVY-887: Assignee: Xavier Hanin HelloWorld chainedresolvers tutorial broken on trunk

svn commit: r690477 - /ant/ivy/core/trunk/src/example/chained-resolvers/chainedresolvers-project/ivy.xml

2008-08-30 Thread xavier
Author: xavier Date: Fri Aug 29 23:49:03 2008 New Revision: 690477 URL: http://svn.apache.org/viewvc?rev=690477view=rev Log: FIX: HelloWorld chainedresolvers tutorial broken on trunk (IVY-887) Modified: ant/ivy/core/trunk/src/example/chained-resolvers/chainedresolvers-project/ivy.xml

[jira] Resolved: (IVY-887) HelloWorld chainedresolvers tutorial broken on trunk

2008-08-30 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin resolved IVY-887. -- Resolution: Fixed Fix Version/s: 2.0-RC1 I've fixed the problem, thanks for reporting

  1   2   3   4   5   6   7   >