[VOTE] Charles Duffy as a committer

2013-11-22 Thread Antoine Levy-Lambert
I would like to nominate Charles Duffy as a committer. Charles has proposed 
a number of patches to Ivy such as IVY-1421, IVY-1423, IVY-1424 and 
recently a patch concerning the useorigin attribute for the case of URL 
resources which happen to be files.


Let's vote on it.

[  ] +1 to add Charles Duffy as a committer
[ ] -1 to disagree
[ ] +0 means I don't care

Here is my +1.

Antoine



Envoyé avec AquaMail pour Android
http://www.aqua-mail.com



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



[ANNOUNCE] Apache IvyDE 2.2.0 released

2013-11-22 Thread Nicolas Lalevée
The Apache IvyDE project is pleased to announce its 2.2.0 release.

The Apache IvyDE Eclipse plugin integrates Apache Ivy's dependency management 
into Eclipse. It lets you manage your dependencies declared in an ivy.xml in 
your Java Eclipse projects, or any other kind of project which needs dependency 
management. Apache IvyDE will contribute to the classpath of your Java project 
or you can make it retrieve your dependencies directly into your project. Last 
but not least Apache IvyDE offer editors of ivy.xml and ivysettings.xml files 
with completion. Get some preview here: 
http://ant.apache.org/ivy/ivyde/screenshots.html

Major changes in this release:
* the API of IvyDE has been stabilized so that third party plugins can rely on 
it,
* while still not complete, and still not advertised as stable in Ivy, support 
of OSGi has been added,
* javadoc and source attachement can be edited now one by one,
* improved stability of the resolve process,
* improved logging for easier debugging.

Compatibility:
* this release is expected to work with every version of Ivy 2.1 or superior. 
The OSGi features require Ivy 2.3.0 or superior though.

This release is considered as stable. The beta of 2.2.0 has been out for a 
(too) long time.

A more detailed release notes can be read there:
http://ant.apache.org/ivy/ivyde/history/latest-milestone/release-notes.html

Download the 2.2.0 release at:
http://ant.apache.org/ivy/ivyde/download.cgi

Or use directly the Apache IvyDE's updatesite:
http://www.apache.org/dist/ant/ivyde/updatesite

Issues should be reported to:
https://issues.apache.org/jira/browse/IVYDE

More information can be found on the Apache IvyDE website:
http://ant.apache.org/ivy/ivyde/


On the behalf of the Ant PMC,
Nicolas Lalevée


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



RE: [VOTE] Charles Duffy as a committer

2013-11-22 Thread Martin Gainty
-Support your proposals in particular (and the project in general)
-Be diligent about squashing bugs (especially when they are out of conformance 
with documented SPECs or JSRs)
-Be around nites and weekends (to take the load off everyone elses shoulders)
-sometimes working 40 hours/week (without a dime of remuneration!)


Welcome to the group Mr Duffy!
-)
Martin
__ 
Place long-winded disclaimer at this location

  



 From: anto...@gmx.de
 To: dev@ant.apache.org
 Date: Fri, 22 Nov 2013 12:07:48 -0500
 Subject: [VOTE] Charles Duffy as a committer
 
 I would like to nominate Charles Duffy as a committer. Charles has proposed 
 a number of patches to Ivy such as IVY-1421, IVY-1423, IVY-1424 and 
 recently a patch concerning the useorigin attribute for the case of URL 
 resources which happen to be files.
 
 Let's vote on it.
 
 [ ] +1 to add Charles Duffy as a committer
 [ ] -1 to disagree
 [ ] +0 means I don't care
 
 Here is my +1.
 
 Antoine
 
 
 
 Envoyé avec AquaMail pour Android
 http://www.aqua-mail.com
 
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
 For additional commands, e-mail: dev-h...@ant.apache.org
 
  

Re: easyant eclipse plugin

2013-11-22 Thread Nicolas Lalevée

Le 19 nov. 2013 à 11:16, Richard C Hidalgo Lorite r...@argonauta.org a écrit :

 hi, is there an eclipse plugin for easyant?

There is one, but it never has been released. Its source can be found there:
https://svn.apache.org/repos/asf/ant/easyant/easyant4e/trunk

Nicolas


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



Re: [VOTE] Charles Duffy as a committer

2013-11-22 Thread Peter Reilly
+1 Peter


On Fri, Nov 22, 2013 at 11:21 AM, Martin Gainty mgai...@hotmail.com wrote:

 -Support your proposals in particular (and the project in general)
 -Be diligent about squashing bugs (especially when they are out of
 conformance with documented SPECs or JSRs)
 -Be around nites and weekends (to take the load off everyone elses
 shoulders)
 -sometimes working 40 hours/week (without a dime of remuneration!)


 Welcome to the group Mr Duffy!
 -)
 Martin
 __
 Place long-winded disclaimer at this location





  From: anto...@gmx.de
  To: dev@ant.apache.org
  Date: Fri, 22 Nov 2013 12:07:48 -0500
  Subject: [VOTE] Charles Duffy as a committer
 
  I would like to nominate Charles Duffy as a committer. Charles has
 proposed
  a number of patches to Ivy such as IVY-1421, IVY-1423, IVY-1424 and
  recently a patch concerning the useorigin attribute for the case of URL
  resources which happen to be files.
 
  Let's vote on it.
 
  [ ] +1 to add Charles Duffy as a committer
  [ ] -1 to disagree
  [ ] +0 means I don't care
 
  Here is my +1.
 
  Antoine
 
 
 
  Envoyé avec AquaMail pour Android
  http://www.aqua-mail.com
 
 
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
  For additional commands, e-mail: dev-h...@ant.apache.org
 




Short version of the ant version string?

2013-11-22 Thread Andre-John Mas
Hi,

As part of my work on issue 55489, Allow specifying of alternative user
agent for the 'get' task, I need to be able to include the Ant version
string in the user-agent (Apache Ant/0.0), but using the following:

getProject().getProperty(MagicNames.ANT_VERSION)

or 

Main.getVersion()

both returning a long version string of them form:

Apache Ant(TM) version 1.9.3alpha compiled on November 22 2013

From what I can see there is no method to get a 'short' version, unless
I am not looking in the right place.

If there isn't already something, would adding a Main.getShortVersion() be
acceptable?

Regards

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



Re: Short version of the ant version string?

2013-11-22 Thread Antoine Levy Lambert
Hello Andre,

yes, adding a Main.getShortVersion() would be acceptable.

are you after a version string containing only digits and dots like what 
AntVersion.getVersion() is computing ?

The version from version.txt sometimes has an alphabetic suffix like 
1.7.0beta or 1.9.0alpha or 1.9.0rc1.

Regards,

Antoine
On Nov 22, 2013, at 9:18 PM, Andre-John Mas wrote:

 Hi,
 
 As part of my work on issue 55489, Allow specifying of alternative user
 agent for the 'get' task, I need to be able to include the Ant version
 string in the user-agent (Apache Ant/0.0), but using the following:
 
 getProject().getProperty(MagicNames.ANT_VERSION)
 
 or 
 
 Main.getVersion()
 
 both returning a long version string of them form:
 
 Apache Ant(TM) version 1.9.3alpha compiled on November 22 2013
 
 From what I can see there is no method to get a 'short' version, unless
 I am not looking in the right place.
 
 If there isn't already something, would adding a Main.getShortVersion() be
 acceptable?
 
 Regards
 
 Andre


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



Re: Short version of the ant version string?

2013-11-22 Thread Stefan Bodewig
On 2013-11-23, Andre-John Mas wrote:

 As part of my work on issue 55489, Allow specifying of alternative user
 agent for the 'get' task, I need to be able to include the Ant version
 string in the user-agent (Apache Ant/0.0), but using the following:

 getProject().getProperty(MagicNames.ANT_VERSION)

 or

 Main.getVersion()

 both returning a long version string of them form:

 Apache Ant(TM) version 1.9.3alpha compiled on November 22 2013

 From what I can see there is no method to get a 'short' version, unless
 I am not looking in the right place.

You may want to look at the antversion Task which strips the alpha
designators and all that.

Stefan

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