[GitHub] [ant] jaikiran commented on issue #105: Fix regression introduced by commit "Use commandline argument file fo…

2019-10-23 Thread GitBox
jaikiran commented on issue #105: Fix regression introduced by commit "Use 
commandline argument file fo…
URL: https://github.com/apache/ant/pull/105#issuecomment-545744053
 
 
   @slobokot Thank you for this patch. Looks good to me. This has been merged 
upstream.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [ant] asfgit closed pull request #105: Fix regression introduced by commit "Use commandline argument file fo…

2019-10-23 Thread GitBox
asfgit closed pull request #105: Fix regression introduced by commit "Use 
commandline argument file fo…
URL: https://github.com/apache/ant/pull/105
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



Re: [VOTE] Release Ivy 2.5.0 based on RC1

2019-10-23 Thread Stefan Bodewig
+1

Stefan

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



[GitHub] [ant] asf-ci commented on issue #105: Fix regression introduced by commit "Use commandline argument file fo…

2019-10-23 Thread GitBox
asf-ci commented on issue #105: Fix regression introduced by commit "Use 
commandline argument file fo…
URL: https://github.com/apache/ant/pull/105#issuecomment-545723131
 
 
   
   Refer to this link for build results (access rights to CI server needed): 
   https://builds.apache.org/job/Ant%20Github-PR-Linux/136/
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [ant] asf-ci commented on issue #105: Fix regression introduced by commit "Use commandline argument file fo…

2019-10-23 Thread GitBox
asf-ci commented on issue #105: Fix regression introduced by commit "Use 
commandline argument file fo…
URL: https://github.com/apache/ant/pull/105#issuecomment-545715439
 
 
   
   Refer to this link for build results (access rights to CI server needed): 
   https://builds.apache.org/job/Ant%20Github-PR-Windows/142/
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [ant] jaikiran commented on issue #105: Fix regression introduced by commit "Use commandline argument file fo…

2019-10-23 Thread GitBox
jaikiran commented on issue #105: Fix regression introduced by commit "Use 
commandline argument file fo…
URL: https://github.com/apache/ant/pull/105#issuecomment-545713298
 
 
   this is ok to test
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [ant] asf-ci commented on issue #105: Fix regression introduced by commit "Use commandline argument file fo…

2019-10-23 Thread GitBox
asf-ci commented on issue #105: Fix regression introduced by commit "Use 
commandline argument file fo…
URL: https://github.com/apache/ant/pull/105#issuecomment-545648063
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [ant] asf-ci commented on issue #105: Fix regression introduced by commit "Use commandline argument file fo…

2019-10-23 Thread GitBox
asf-ci commented on issue #105: Fix regression introduced by commit "Use 
commandline argument file fo…
URL: https://github.com/apache/ant/pull/105#issuecomment-545648065
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [ant] slobokot opened a new pull request #105: Fix regression introduced by commit "Use commandline argument file fo…

2019-10-23 Thread GitBox
slobokot opened a new pull request #105: Fix regression introduced by commit 
"Use commandline argument file fo…
URL: https://github.com/apache/ant/pull/105
 
 
   Following change https://github.com/apache/ant/pull/98 caused regression in 
a case when compiler arg is argfile, for example
   ```
   
   
   
   ```
   This change moves '@argfiles' options to the beginning of commandLine 
arguments, same as -J options, so that all other options are written to file. 
Tested on windows with 5000 characters long command line for javac.
   
   Related bug reports: 
   https://bugs.archlinux.org/task/64055
   https://bugs.openjdk.java.net/browse/JDK-8231316


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [ant] asf-ci commented on issue #105: Fix regression introduced by commit "Use commandline argument file fo…

2019-10-23 Thread GitBox
asf-ci commented on issue #105: Fix regression introduced by commit "Use 
commandline argument file fo…
URL: https://github.com/apache/ant/pull/105#issuecomment-545648061
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [ant] asf-ci commented on issue #105: Fix regression introduced by commit "Use commandline argument file fo…

2019-10-23 Thread GitBox
asf-ci commented on issue #105: Fix regression introduced by commit "Use 
commandline argument file fo…
URL: https://github.com/apache/ant/pull/105#issuecomment-545648069
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



AW: [VOTE] Release Ivy 2.5.0 based on RC1

2019-10-23 Thread jhm
Checked the bin.zip.
Seems to be ok.

Just a question: there is a file fr\jayasoft\ivy\ant\antlib.xml which seems to 
be a copy of org\apache\ivy\ant\antlib.xml. Is it for BWC?

Hello-Ivy-Example:
- run with "ant -lib ..\..\..\ivy-2.5.0.jar run"
--> Ivy starts
--> Ivy vesion 2.5.0
--> Problems with downloading the dependencies:

[ivy:retrieve]  found commons-lang#commons-lang;2.6 in public
[ivy:retrieve] You probably access the destination server through a proxy 
server that is not well configured.

[ivy:retrieve] :: problems summary ::
[ivy:retrieve]  WARNINGS
[ivy:retrieve]  Host repo1.maven.org not found. 
url=https://repo1.maven.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.pom
[ivy:retrieve]  Host repo1.maven.org not found. 
url=https://repo1.maven.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.jar
[ivy:retrieve]  module not found: commons-cli#commons-cli;1.4
[ivy:retrieve]   local: tried
[ivy:retrieve]
C:\Users\Jan\.ivy2\local\commons-cli\commons-cli\1.4\ivys\ivy.xml
[ivy:retrieve]-- artifact commons-cli#commons-cli;1.4!commons-cli.jar:
[ivy:retrieve]
C:\Users\Jan\.ivy2\local\commons-cli\commons-cli\1.4\jars\commons-cli.jar
[ivy:retrieve]   shared: tried
[ivy:retrieve]
C:\Users\Jan\.ivy2\shared\commons-cli\commons-cli\1.4\ivys\ivy.xml
[ivy:retrieve]-- artifact commons-cli#commons-cli;1.4!commons-cli.jar:
[ivy:retrieve]
C:\Users\Jan\.ivy2\shared\commons-cli\commons-cli\1.4\jars\commons-cli.jar
[ivy:retrieve]   public: tried
[ivy:retrieve]
https://repo1.maven.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.pom
[ivy:retrieve]-- artifact commons-cli#commons-cli;1.4!commons-cli.jar:
[ivy:retrieve]
https://repo1.maven.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.jar

I dont have a proxy server I am aware of.
I could access the url 
https://repo1.maven.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.jar 
via browser.

Added a 'get' target which works:

https://repo1.maven.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.jar;
 dest="."/>


Another try:
  ant -lib ..\..\..\ivy-2.5.0.jar -autoproxy run
and that worked.


So a +1 from me.
Thanks for getting the release done.



Jan


> -Ursprüngliche Nachricht-
> Von: Jaikiran Pai [mailto:jaiki...@apache.org]
> Gesendet: Sonntag, 20. Oktober 2019 13:13
> An: Ant Developers List; ivy-u...@ant.apache.org; u...@ant.apache.org
> Betreff: [VOTE] Release Ivy 2.5.0 based on RC1
> 
> Hello everyone,
> 
> I have built a candidate release for Ivy 2.5.0.
> 
> It's been a long time since we have done a release of Ivy. 2.4.0 was
> released on December 26, 2014 after which it took a while to release
> the next version. We revived the project a few years later and many bug
> fixes and some enhancements were done. Thanks to Nicolas, 2.5.0-rc1 was
> released on Apr 19, 2018. We intentionally called it 2.5.0-rc1 because
> of the long delay we had between these releases and also the amount of
> changes that went it. We wanted to quickly release 2.5.0 after that,
> but various different reasons (some of them being newly reported bugs),
> it got delayed. However, its now time to officially release 2.5.0. This
> is my first release of Ivy project, so please do check out the release
> artifacts and vote accordingly and if you find anything amiss, please
> report. The complete set of changes that are part of this release
> (since
> 2.4.0) is listed here
> https://dist.apache.org/repos/dist/dev/ant/ivy/2.5.0-site-docs/release-
> notes.html.
> 
> The git tag for this release is:
> 
> https://gitbox.apache.org/repos/asf?p=ant-
> ivy.git;a=tag;h=refs/tags/2.5.0_Vote_RC1
> with SHA for this tag being 48234fc5ede85a865eb874a96c08472ce1751fd1
> 
> The artifacts has been published to:
> https://dist.apache.org/repos/dist/dev/ant/ivy/2.5.0/ at SVN
> revision 36396
> 
> The staging Maven repository is available at:
> 
> https://repository.apache.org/content/repositories/orgapacheant-
> 1043/org/apache/ivy/ivy/2.5.0/
> 
> The Eclipse updatesite is available here:
> 
> https://dist.apache.org/repos/dist/dev/ant/ivyde/updatesite/ivy-
> 2.5.0.final_20191020104435/
> 
> 
> This vote will be open for at least 72 hours and will not close before
> 23rd October 2019 12:00 UTC.
> 
> - Jaikiran, Ivy 2.5.0 release manager, on behalf of Ivy team



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



[GitHub] [ant] slobokot commented on issue #98: Use commandline argument file for all options, but -J, for case javac…

2019-10-23 Thread GitBox
slobokot commented on issue #98: Use commandline argument file for all options, 
but -J, for case javac…
URL: https://github.com/apache/ant/pull/98#issuecomment-545595029
 
 
   Reproduced issue using following build.xml
   
   ```
   
   
   
   
   
   
 
   
   ```
   
   produces
   ```
   [javac] File to be compiled:
   [javac] C:\tmp\test-ant\src\com\Program.java
   [javac] javac: invalid flag: @c:\tmp\test-ant\args-file
   [javac] Usage: javac  
   [javac] use -help for a list of possible options
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [ant] lipnitsk commented on issue #98: Use commandline argument file for all options, but -J, for case javac…

2019-10-23 Thread GitBox
lipnitsk commented on issue #98: Use commandline argument file for all options, 
but -J, for case javac…
URL: https://github.com/apache/ant/pull/98#issuecomment-545576894
 
 
   This change likely broke the usage of command-line argument files, see 
https://bz.apache.org/bugzilla/show_bug.cgi?id=63874.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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