[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 versi

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=790046&view=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/

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

2009-06-28 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin resolved IVY-1097. --- Resolution: Fixed Fix Version/s: trunk I've just implemented the feature as described

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=789095&view=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

[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: 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=787597&view=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

svn commit: r787585 - in /ant/ivy/core/trunk: src/java/org/apache/ivy/core/module/descriptor/ test/java/org/apache/ivy/core/resolve/ test/repositories/1/org2/mod2.8/ test/repositories/1/org2/mod2.8/iv

2009-06-23 Thread xavier
Author: xavier Date: Tue Jun 23 08:26:29 2009 New Revision: 787585 URL: http://svn.apache.org/viewvc?rev=787585&view=rev Log: improvement in configuration intersection support: support *->@+something (IVY-1093) Added: ant/ivy/core/trunk/test/repositories/1/org2/mod2.8/ ant/i

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=783755&view=rev Log: NEW: configuration intersections (IVY-1093) Added: ant/ivy/core/trunk/src/java/org/apache/ivy/core/module/descriptor/ConfigurationIntersection.java (with p

[jira] Created: (IVY-1093) configuration intersections

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

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

2009-05-26 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin resolved IVY-1084. --- Resolution: Fixed Fix Version/s: trunk I've implemented, unit tested and documented tw

[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.

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=778773&view=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/retr

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=778769&view=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.

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=778767&view=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/o

[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 pr

svn commit: r778742 - in /ant/ivy/core/trunk: ./ src/java/org/apache/ivy/core/resolve/ test/java/org/apache/ivy/core/resolve/

2009-05-26 Thread xavier
Author: xavier Date: Tue May 26 15:17:04 2009 New Revision: 778742 URL: http://svn.apache.org/viewvc?rev=778742&view=rev Log: FIX: transitive dependencies and conflict management (IVY-1083) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/java/org/apache/ivy/core/res

[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;

[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-tabpanel&focusedCommentId=12680018#action_12680018 ] Xavier Hanin commented on IVY-987: -- I've investigated using the dependencies de

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=751536&view=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/

[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-tabpanel&focusedCommentId=12680003#action_12680003 ] Xavier Hanin commented on IVY-987: -- Sorry for the delay on this issue, too hard to find

[jira] Commented: (IVY-1037) Buildnumber task does not work for chained resolvers

2009-03-03 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-1037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12678618#action_12678618 ] Xavier Hanin commented on IVY-1037: --- >From the functional point of view, I agr

[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-tabpanel&focusedCommentId=12671166#action_12671166 ] Xavier Hanin commented on IVY-1027: --- I've not had the time to have a look at the

[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-tabpanel&focusedCommentId=12670872#action_12670872 ] Xavier Hanin commented on IVY-987: -- I'll try to find some time, but I'm curren

[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-tabpanel&focusedCommentId=12669636#action_12669636 ] Xavier Hanin commented on IVY-996: -- Thanks to Nicolas Lalevée, an update site with t

[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-tabpanel&focusedCommentId=12668391#action_12668391 ] Xavier Hanin commented on IVY-987: -- Maybe in this situation the conflict manager sh

[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 res

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

2009-01-28 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667992#action_12667992 ] Xavier Hanin commented on IVY-996: -- Mmm, this is not straightforward to use a nightl

[jira] Commented: (IVY-325) declare source and javadoc artifacts in maven2 modules

2009-01-28 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667970#action_12667970 ] Xavier Hanin commented on IVY-325: -- Maybe we should have a flag to disable this feature

[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-tabpanel&focusedCommentId=12667648#action_12667648 ] Xavier Hanin commented on IVY-1016: --- And don't forget to talk about it on the use

[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 i

[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-tabpanel&focusedCommentId=12667216#action_12667216 ] Xavier Hanin commented on IVY-1016: --- Thanks for this contribution Jing! But does it re

[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 document

[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-tabpanel&focusedCommentId=12667214#action_12667214 ] Xavier Hanin commented on IVY-1011: --- a vertical progress bar sounds like a nice ide

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=737669&view=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.

[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: 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=737605&r1=737604&r2=737605&view=diff == --- ant/ivy/

svn commit: r737602 - /ant/ivy/site/build.xml

2009-01-25 Thread xavier
Author: xavier Date: Sun Jan 25 23:16:53 2009 New Revision: 737602 URL: http://svn.apache.org/viewvc?rev=737602&view=rev Log: add latest-release to init-imported history too Modified: ant/ivy/site/build.xml Modified: ant/ivy/site/build.xml URL: http://svn.apache.org/viewvc/ant/ivy/

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=737587&view=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: 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=737584&view=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:

[jira] Resolved: (IVY-1015) Flag to disable System property lookups by Ivy

2009-01-25 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin resolved IVY-1015. --- Resolution: Fixed Fix Version/s: (was: 2.0.x) trunk Assignee

svn commit: r737546 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/core/settings/IvySettings.java

2009-01-25 Thread xavier
Author: xavier Date: Sun Jan 25 17:47:24 2009 New Revision: 737546 URL: http://svn.apache.org/viewvc?rev=737546&view=rev Log: IMPROVEMENT: catch AccessControlException on System.getProperties() (IVY-1015) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/java/org/apache

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=737358&view=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/

[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: 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=737354&view=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

[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 -versio

[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 reposit

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=737349&view=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.

[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

[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 >

svn commit: r737345 - 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:27:08 2009 New Revision: 737345 URL: http://svn.apache.org/viewvc?rev=737345&view=rev Log: IMPROVEMENT: support resolve refresh in command line (IVY-1013) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/java/org/apache/ivy/Main.

[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] 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-tabpanel&focusedCommentId=12666896#action_12666896 ] Xavier Hanin commented on IVY-879: -- I've fixed the problem with TTL in IVY-1012,

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=737336&view=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

[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 m

[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 tha

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=737330&view=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

[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

[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: (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] 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-tabpanel&focusedCommentId=12666858#action_12666858 ] Xavier Hanin commented on IVY-1011: --- One issue with parallel downloading is down

[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 m

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=730083&view=rev Log: FIX: source and javadoc attachment regression (IVYDE-146) Modified: ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/CHANGES.txt ant/ivy/ivyde/t

[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

[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://[projectn

svn commit: r729881 - in /ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse: CHANGES.txt src/java/org/apache/ivyde/eclipse/cpcontainer/IvyClasspathContainerConfiguration.java src/java/org/apache/ivyde/ecli

2008-12-29 Thread xavier
Author: xavier Date: Mon Dec 29 04:20:49 2008 New Revision: 729881 URL: http://svn.apache.org/viewvc?rev=729881&view=rev Log: - FIX: project://[projectname]/ scheme for settings only work with java projects, not simple projects (IVYDE-145) - default to '*' when no module co

[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-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

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

2008-12-29 Thread xavier
Author: xavier Date: Mon Dec 29 03:54:59 2008 New Revision: 729874 URL: http://svn.apache.org/viewvc?rev=729874&view=rev Log: FIX: NPE when a project:/// path is used and path does not exist (IVYDE-144) Modified: ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/CHANGES.txt ant/ivy/i

[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 at

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

2008-11-17 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648132#action_12648132 ] Xavier Hanin commented on IVY-742: -- I agree with Gilles, publishing merged metadata is

[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-tabpanel&focusedCommentId=12644090#action_12644090 ] Xavier Hanin commented on IVY-742: -- That sounds like a much more flexible and interes

[jira] Commented: (IVY-931) Ivy badly attempt to locate a 'working@' 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-tabpanel&focusedCommentId=12637125#action_12637125 ] Xavier Hanin commented on IVY-931: -- I'm pretty sure it fails, but a try with 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-tabpanel&focusedCommentId=12636598#action_12636598 ] Xavier Hanin commented on IVY-933: -- I think Ivy trust the dependency declaration, and

[jira] Commented: (IVY-931) Ivy badly attempt to locate a 'working@' 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-tabpanel&focusedCommentId=12636595#action_12636595 ] Xavier Hanin commented on IVY-931: -- Indeed, maybe it's the best option, but if we w

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

2008-10-02 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636540#action_12636540 ] Xavier Hanin commented on IVY-933: -- Actually this behaviour is supported in Ivy, bu

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

2008-10-02 Thread Xavier Hanin (JIRA)
URL: https://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@' revision, which is very confusing.

svn commit: r701026 - in /ant/ivy/core/trunk/src/java/org/apache/ivy: plugins/parser/m2/PomModuleDescriptorBuilder.java plugins/parser/m2/PomModuleDescriptorParser.java plugins/parser/m2/PomReader.jav

2008-10-02 Thread xavier
Author: xavier Date: Thu Oct 2 01:05:49 2008 New Revision: 701026 URL: http://svn.apache.org/viewvc?rev=701026&view=rev Log: fix style Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorBuilder.java ant/ivy/core/trunk/src/java/org/apache

[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: 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=700798&view=rev Log: FIX: NullPointerException in AbstractPatternsBasedResolver when organization is null (IVY-928) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk

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

2008-10-01 Thread Xavier Hanin (JIRA)
Issue Type: Bug Components: Core Affects Versions: 2.0-RC1 Reporter: Xavier Hanin When a mrid organization is null (it can happen when there is no groupId in m2 pom for instance), AbstractPatternsBasedResolver run into a NullPointException: {noformat

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

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

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=700792&view=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/plu

[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: 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=699298&view=rev Log: target trunk version is probably 2.1. Modified: ant/ivy/core/trunk/version.properties Modified: ant/ivy/core/trunk/version.properties URL: http://svn.apache

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=699247&view=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.]

[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 lo

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=699240&view=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/rel

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=699239&view=rev Log: update printTemplate (was still referencing incubator) Modified: ant/ivy/site/printTemplate.html Modified: ant/ivy/site/printTemplate.html URL:

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=699211&view=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

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=699204&view=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/i

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=699200&view=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/

[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-tabpanel&focusedCommentId=12632573#action_12632573 ] Xavier Hanin commented on IVY-907: -- Erik: if this doesn't go in rc1, it will go in

[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-tabpanel&focusedCommentId=12632571#action_12632571 ] Xavier Hanin commented on IVY-907: -- bq. Don't we already do a variable subsitutio

[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-tabpanel&focusedCommentId=12632544#action_12632544 ] Xavier Hanin commented on IVY-907: -- Maarten: do you mean JIRA lost sg from you? I only a

[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-tabpanel&focusedCommentId=12632394#action_12632394 ] Xavier Hanin commented on IVY-907: -- Ok, I think I've found the problem: the defa

[jira] Updated: (IVY-910) Filesystem resolver: talks about "patterns" but does not mention these must become absolute file paths

2008-09-17 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin updated IVY-910: - Fix Version/s: (was: 2.0) 2.0.x bq. avier: I've specified "2.0"

[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-tabpanel&focusedCommentId=12631837#action_12631837 ] Xavier Hanin commented on IVY-907: -- Are you sure it worked with the previous version? I

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=696178&view=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/

[jira] Commented: (IVYDE-119) Split the configuration panel

2008-09-16 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVYDE-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12631443#action_12631443 ] Xavier Hanin commented on IVYDE-119: Your proposal sounds nice. I also think

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=695390&view=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/

  1   2   3   4   5   6   7   8   9   10   >