Re: Maven way of retrieving URL resources so that settings.xml/proxy is used?

2011-10-28 Thread Olivier Lamy
First sorry for late response !

2011/10/19 Barrie Treloar baerr...@gmail.com:
 On Wed, Oct 19, 2011 at 8:01 PM, Olivier Lamy ol...@apache.org wrote:
 Hello,
 You must use wagon for that and setup a wagon instance with various
 informations from settings.
 As a sample you can have a look atproject-info-reports plugin

 http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/dependencies/RepositoryUtils.java

 Thanks for the reply.

 I'm clueless about Wagon.
 When I looked at it it looked like it (and again via
 http://maven.apache.org/ref/2.2.1/maven-artifact-manager/apidocs/org/apache/maven/artifact/manager/WagonManager.html)
 it looks like it handles repo access only.

 http://maven.apache.org/wagon/ doesn't give me a n00bs guide.

 How do I handle general purpose URLs?  Access to
 http://maven.apache.org/wagon/wagon-providers/wagon-http/ is what I
 think I want...

The first is too lookup your wagon instance.
Then use one of the connect method of your instance [1].
For simplicity use this one connect( Repository repository,
AuthenticationInfo authenticationInfo, ProxyInfo proxyInfo ) (auth and
proxy info can be null).

If you want to get the folllowing file (http://maven.apache.org/foo.html)
Use a Repository object with url http://maven.apache.org .

Then use wagon.get( foo.html, destFile );
destFile is File object where you want to store your download result.

HTH


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





-- 
Olivier Lamy
Talend : http://talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

[1] http://maven.apache.org/wagon/apidocs/org/apache/maven/wagon/Wagon.html

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



Re: Fluido skin Maven site

2011-10-28 Thread Simone Tripodi
Merci beaucoup Hervé,
I raw also commits where you updated the fluido-skin, very appreciated!
DOXIASITETOOLS-51 looks good to me, I will have yet another deep
review later so I can provide feedbacks.
Have a nice day, all the best!
Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/



On Fri, Oct 28, 2011 at 12:07 AM, Hervé BOUTEMY herve.bout...@free.fr wrote:
 Ip updated DOXIASITETOOLS-51

 please review and propose improvements

 Regards,

 Hervé

 Le Jeudi 27 Octobre 2011 16:03:40 Ivan Habunek a écrit :
 On 27 October 2011 15:56, Simone Tripodi simonetrip...@apache.org wrote:
  I'll update later bot samples of generated site to see the results :)
  I really want to say a big THANK YOU to Ivan for the amazing
  suggestion to implement that feature.

 I researched the usage of custom tag earlier since it is not
 documented at all (there's an open issue for that).

 Thank you for doing the work. Unfortunately I haven't had much time to
 work on open source lately. Hope to have some soon.

 Regards,
 Ivan

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

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



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



Re: Maven dependency:tree vs. dependency:list

2011-10-28 Thread Guo Du
 This is covered in the Maven 3.x compatibility notes:
 https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html#Maven3.xCompatibilityNotes-DependencyResolution

Thanks Wayne for the precise answer! I did read the page few times :(

Just share my test which given 2.x style result with maven 3.0.3:
dependency:tree 2.3
assembly:single 2.2.1
intellij 10.5.2

Cheers!

-Guo

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



Re: Maven way of retrieving URL resources so that settings.xml/proxy is used?

2011-10-28 Thread Barrie Treloar
On Fri, Oct 28, 2011 at 6:35 PM, Olivier Lamy ol...@apache.org wrote:
 First sorry for late response !

Hey I'm grateful for any response :)

 The first is too lookup your wagon instance.
 Then use one of the connect method of your instance [1].
 For simplicity use this one connect( Repository repository,
 AuthenticationInfo authenticationInfo, ProxyInfo proxyInfo ) (auth and
 proxy info can be null).

 If you want to get the folllowing file (http://maven.apache.org/foo.html)
 Use a Repository object with url http://maven.apache.org .

 Then use wagon.get( foo.html, destFile );
 destFile is File object where you want to store your download result.

I'll give that a whirl tomorrow.
Cheers

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



antrun release?

2011-10-28 Thread Benson Margulies
I'd like to make a release of antrun. There are some pending fixes,
plus I'm adding a feature I want, and I'll knock off any low-hanging
JIRA in the next few days. Anyone have something else they want in a
1.7?

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



Ping on MNG-5075 - MavenProject.getParent throws undocumented ISE

2011-10-28 Thread Jesse Glick
A patch with test has been attached to MNG-5075 [1] since April but there have been no comments. Are pull requests on GitHub preferred, or anything else I need to do? 
Pinging the list since I came across another case [2] of this bug needing to be worked around.


[1] https://jira.codehaus.org/browse/MNG-5075
[2] http://netbeans.org/bugzilla/show_bug.cgi?id=203346


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



RE: svn commit: r1190498 - in /maven/plugins/trunk/maven-antrun-plugin/src: it/never-fail-test/ it/never-fail-test/invoker.properties it/never-fail-test/pom.xml main/java/org/apache/maven/plugin/antru

2011-10-28 Thread Robert Scholte

shouldn't this parameter be called failOnError like other plugins do?

 

-Robert 


 Subject: svn commit: r1190498 - in 
 /maven/plugins/trunk/maven-antrun-plugin/src: it/never-fail-test/ 
 it/never-fail-test/invoker.properties it/never-fail-test/pom.xml 
 main/java/org/apache/maven/plugin/antrun/AntRunMojo.java
 Date: Fri, 28 Oct 2011 18:53:41 +
 To: comm...@maven.apache.org
 From: bimargul...@apache.org
 
 Author: bimargulies
 Date: Fri Oct 28 18:53:41 2011
 New Revision: 1190498
 
 URL: http://svn.apache.org/viewvc?rev=1190498view=rev
 Log:
 MANTRUN-170: Allow antrun to avoid failing the build
 
 o added neverFail parameter.
 
 Added:
 maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/
 maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/invoker.properties
  (with props)
 maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/pom.xml (with 
 props)
 Modified:
 maven/plugins/trunk/maven-antrun-plugin/src/main/java/org/apache/maven/plugin/antrun/AntRunMojo.java
 
 Added: 
 maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/invoker.properties
 URL: 
 http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/invoker.properties?rev=1190498view=auto
 ==
 --- 
 maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/invoker.properties
  (added)
 +++ 
 maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/invoker.properties
  Fri Oct 28 18:53:41 2011
 @@ -0,0 +1 @@
 +invoker.goals=${project.groupId}:${project.artifactId}:${project.version}:run
 
 Propchange: 
 maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/invoker.properties
 --
 svn:eol-style = native
 
 Propchange: 
 maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/invoker.properties
 --
 svn:mime-type = text/plain
 
 Added: maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/pom.xml
 URL: 
 http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/pom.xml?rev=1190498view=auto
 ==
 --- maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/pom.xml 
 (added)
 +++ maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/pom.xml 
 Fri Oct 28 18:53:41 2011
 @@ -0,0 +1,48 @@
 +?xml version=1.0 encoding=UTF-8?
 +
 +!--
 +Licensed to the Apache Software Foundation (ASF) under one
 +or more contributor license agreements. See the NOTICE file
 +distributed with this work for additional information
 +regarding copyright ownership. The ASF licenses this file
 +to you under the Apache License, Version 2.0 (the
 +License); you may not use this file except in compliance
 +with the License. You may obtain a copy of the License at
 +
 + http://www.apache.org/licenses/LICENSE-2.0
 +
 +Unless required by applicable law or agreed to in writing,
 +software distributed under the License is distributed on an
 +AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 +KIND, either express or implied. See the License for the
 +specific language governing permissions and limitations
 +under the License.
 +--
 +
 +project xmlns=http://maven.apache.org/POM/4.0.0;
 + xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
 + xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
 http://maven.apache.org/maven-v4_0_0.xsd;
 + modelVersion4.0.0/modelVersion
 + groupIdantrun-plugin.test/groupId
 + artifactIdantrun-plugin-never-fail-test/artifactId
 + packagingjar/packaging
 + version1.0-SNAPSHOT/version
 + inceptionYear2011/inceptionYear
 + nameNever Fail test for Antrun/name
 + urlhttp://maven.apache.org/url
 + build
 + plugins
 + plugin
 + groupIdorg.apache.maven.plugins/groupId
 + artifactIdmaven-antrun-plugin/artifactId
 + version@pom.version@/version
 + configuration
 + neverFailtrue/neverFail
 + tasks
 + failThis is a failure/fail
 + /tasks
 + /configuration
 + /plugin
 + /plugins
 + /build
 +/project
 
 Propchange: 
 maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/pom.xml
 --
 svn:eol-style = native
 
 Propchange: 
 maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/pom.xml
 --
 svn:mime-type = text/plain
 
 Modified: 
 maven/plugins/trunk/maven-antrun-plugin/src/main/java/org/apache/maven/plugin/antrun/AntRunMojo.java
 URL: 
 http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/main/java/org/apache/maven/plugin/antrun/AntRunMojo.java?rev=1190498r1=1190497r2=1190498view=diff
 ==
 --- 
 

Re: svn commit: r1190498 - in /maven/plugins/trunk/maven-antrun-plugin/src: it/never-fail-test/ it/never-fail-test/invoker.properties it/never-fail-test/pom.xml main/java/org/apache/maven/plugin/antru

2011-10-28 Thread Benson Margulies
On Fri, Oct 28, 2011 at 3:09 PM, Robert Scholte rfscho...@codehaus.org wrote:

 shouldn't this parameter be called failOnError like other plugins do?

Yes. I'll fix it.




 -Robert


 Subject: svn commit: r1190498 - in 
 /maven/plugins/trunk/maven-antrun-plugin/src: it/never-fail-test/ 
 it/never-fail-test/invoker.properties it/never-fail-test/pom.xml 
 main/java/org/apache/maven/plugin/antrun/AntRunMojo.java
 Date: Fri, 28 Oct 2011 18:53:41 +
 To: comm...@maven.apache.org
 From: bimargul...@apache.org

 Author: bimargulies
 Date: Fri Oct 28 18:53:41 2011
 New Revision: 1190498

 URL: http://svn.apache.org/viewvc?rev=1190498view=rev
 Log:
 MANTRUN-170: Allow antrun to avoid failing the build

 o added neverFail parameter.

 Added:
 maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/
 maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/invoker.properties
  (with props)
 maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/pom.xml (with 
 props)
 Modified:
 maven/plugins/trunk/maven-antrun-plugin/src/main/java/org/apache/maven/plugin/antrun/AntRunMojo.java

 Added: 
 maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/invoker.properties
 URL: 
 http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/invoker.properties?rev=1190498view=auto
 ==
 --- 
 maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/invoker.properties
  (added)
 +++ 
 maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/invoker.properties
  Fri Oct 28 18:53:41 2011
 @@ -0,0 +1 @@
 +invoker.goals=${project.groupId}:${project.artifactId}:${project.version}:run

 Propchange: 
 maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/invoker.properties
 --
 svn:eol-style = native

 Propchange: 
 maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/invoker.properties
 --
 svn:mime-type = text/plain

 Added: maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/pom.xml
 URL: 
 http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/pom.xml?rev=1190498view=auto
 ==
 --- maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/pom.xml 
 (added)
 +++ maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/pom.xml 
 Fri Oct 28 18:53:41 2011
 @@ -0,0 +1,48 @@
 +?xml version=1.0 encoding=UTF-8?
 +
 +!--
 +Licensed to the Apache Software Foundation (ASF) under one
 +or more contributor license agreements. See the NOTICE file
 +distributed with this work for additional information
 +regarding copyright ownership. The ASF licenses this file
 +to you under the Apache License, Version 2.0 (the
 +License); you may not use this file except in compliance
 +with the License. You may obtain a copy of the License at
 +
 + http://www.apache.org/licenses/LICENSE-2.0
 +
 +Unless required by applicable law or agreed to in writing,
 +software distributed under the License is distributed on an
 +AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 +KIND, either express or implied. See the License for the
 +specific language governing permissions and limitations
 +under the License.
 +--
 +
 +project xmlns=http://maven.apache.org/POM/4.0.0;
 + xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
 + xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
 http://maven.apache.org/maven-v4_0_0.xsd;
 + modelVersion4.0.0/modelVersion
 + groupIdantrun-plugin.test/groupId
 + artifactIdantrun-plugin-never-fail-test/artifactId
 + packagingjar/packaging
 + version1.0-SNAPSHOT/version
 + inceptionYear2011/inceptionYear
 + nameNever Fail test for Antrun/name
 + urlhttp://maven.apache.org/url
 + build
 + plugins
 + plugin
 + groupIdorg.apache.maven.plugins/groupId
 + artifactIdmaven-antrun-plugin/artifactId
 + version@pom.version@/version
 + configuration
 + neverFailtrue/neverFail
 + tasks
 + failThis is a failure/fail
 + /tasks
 + /configuration
 + /plugin
 + /plugins
 + /build
 +/project

 Propchange: 
 maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/pom.xml
 --
 svn:eol-style = native

 Propchange: 
 maven/plugins/trunk/maven-antrun-plugin/src/it/never-fail-test/pom.xml
 --
 svn:mime-type = text/plain

 Modified: 
 maven/plugins/trunk/maven-antrun-plugin/src/main/java/org/apache/maven/plugin/antrun/AntRunMojo.java
 URL: 
 http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/main/java/org/apache/maven/plugin/antrun/AntRunMojo.java?rev=1190498r1=1190497r2=1190498view=diff
 

antrun and ant-nodeps

2011-10-28 Thread Benson Margulies
There's no ant-nodeps for 1.8.2. Why can't we just go ahead and use
plain 'ant'? It seems to have the optional tasks. Does something go
wrong from dragging in the optional tasks?

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



Re: antrun and ant-nodeps

2011-10-28 Thread Jesse Glick

On 10/28/2011 03:13 PM, Benson Margulies wrote:

There's no ant-nodeps for 1.8.2.


Correct, this JAR was removed in 1.8.2 since many of the optional tasks did not differ in any fundamental way from core tasks. The separated JARs are now reserved for 
bundled tasks which depend on third-party libraries.



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



antrun: how should nested props work?

2011-10-28 Thread Benson Margulies
I just verified that a maven property like

   foofoo${bar}/foo

travels into ant as, well 'foo${bar}'

and if you define ${bar}, that travels in as well. And it usually
works fine in ant, but I ran into a case where it was a pain -- a
filter didn't perform the additional substitution, and I ended up with
${bar} literally in a file.

Given the immutability of ant props, would anyone think it was an
especially good (or bad) idea to fully resolve maven props on their
way into ant?

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



Re: maven-shade-plugin version 1.5: when?

2011-10-28 Thread davecombs
 wrote:
Hi all

The maven-shade-plugin version 1.5 fixes a certain number of issues, and
I've been wondering when it would be released.

Does anyone have any idea?


-

I would also like to know.  Version 1.4 references a version of jdependency
which has an incorrect reference to commons-io that is throwing exceptions
on our artifactory repository.  The latest version of jdependency's pom
fixes that problem, so I was hoping version 1.5 of maven-shade-plugin would
have an updated dependency.

Thanks!
Dave Combs


--
View this message in context: 
http://maven.40175.n5.nabble.com/maven-shade-plugin-version-1-5-when-tp4929347p4947367.html
Sent from the Maven Developers mailing list archive at Nabble.com.

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



Re: maven-shade-plugin version 1.5: when?

2011-10-28 Thread Benson Margulies
I can try to drive this.

On Fri, Oct 28, 2011 at 5:37 PM, davecombs dave.co...@kaazing.com wrote:
  wrote:
 Hi all

 The maven-shade-plugin version 1.5 fixes a certain number of issues, and
 I've been wondering when it would be released.

 Does anyone have any idea?


 -

 I would also like to know.  Version 1.4 references a version of jdependency
 which has an incorrect reference to commons-io that is throwing exceptions
 on our artifactory repository.  The latest version of jdependency's pom
 fixes that problem, so I was hoping version 1.5 of maven-shade-plugin would
 have an updated dependency.

 Thanks!
 Dave Combs


 --
 View this message in context: 
 http://maven.40175.n5.nabble.com/maven-shade-plugin-version-1-5-when-tp4929347p4947367.html
 Sent from the Maven Developers mailing list archive at Nabble.com.

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



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



shade release

2011-10-28 Thread Benson Margulies
A user is asking for one. Anyone mind if I tee it up?

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



Re: shade release

2011-10-28 Thread Stephen Connolly
go for it

On 28 October 2011 22:41, Benson Margulies bimargul...@gmail.com wrote:
 A user is asking for one. Anyone mind if I tee it up?

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



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



Re: maven-shade-plugin version 1.5: when?

2011-10-28 Thread davecombs
Very cool--thanks!
Dave

On Fri, Oct 28, 2011 at 2:41 PM, Benson Margulies [via Maven] 
ml-node+s40175n4947382...@n5.nabble.com wrote:

 I can try to drive this.

 On Fri, Oct 28, 2011 at 5:37 PM, davecombs [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4947382i=0
 wrote:

   wrote:
  Hi all
 
  The maven-shade-plugin version 1.5 fixes a certain number of issues, and
  I've been wondering when it would be released.
 
  Does anyone have any idea?
 
 
  -
 
  I would also like to know.  Version 1.4 references a version of
 jdependency
  which has an incorrect reference to commons-io that is throwing
 exceptions
  on our artifactory repository.  The latest version of jdependency's pom
  fixes that problem, so I was hoping version 1.5 of maven-shade-plugin
 would
  have an updated dependency.
 
  Thanks!
  Dave Combs
 
 
  --
  View this message in context:
 http://maven.40175.n5.nabble.com/maven-shade-plugin-version-1-5-when-tp4929347p4947367.html
  Sent from the Maven Developers mailing list archive at Nabble.com.
 
  -
  To unsubscribe, e-mail: [hidden 
  email]http://user/SendEmail.jtp?type=nodenode=4947382i=1
  For additional commands, e-mail: [hidden 
  email]http://user/SendEmail.jtp?type=nodenode=4947382i=2
 
 

 -
 To unsubscribe, e-mail: [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4947382i=3
 For additional commands, e-mail: [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4947382i=4



 --
  If you reply to this email, your message will be added to the discussion
 below:

 http://maven.40175.n5.nabble.com/maven-shade-plugin-version-1-5-when-tp4929347p4947382.html
  To unsubscribe from maven-shade-plugin version 1.5: when?, click 
 herehttp://maven.40175.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=4929347code=ZGF2ZS5jb21ic0BrYWF6aW5nLmNvbXw0OTI5MzQ3fC0xNzczNjQ0NjM0.




--
View this message in context: 
http://maven.40175.n5.nabble.com/maven-shade-plugin-version-1-5-when-tp4929347p4947435.html
Sent from the Maven Developers mailing list archive at Nabble.com.

Re: antrun release?

2011-10-28 Thread Stephen Connolly
The issue you will hit IIRC is that maven-ant-tasks has issues with m3

On 28 October 2011 19:29, Benson Margulies bimargul...@gmail.com wrote:
 I'd like to make a release of antrun. There are some pending fixes,
 plus I'm adding a feature I want, and I'll knock off any low-hanging
 JIRA in the next few days. Anyone have something else they want in a
 1.7?

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



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



Re: antrun release?

2011-10-28 Thread Benson Margulies
On Fri, Oct 28, 2011 at 6:27 PM, Stephen Connolly
stephen.alan.conno...@gmail.com wrote:
 The issue you will hit IIRC is that maven-ant-tasks has issues with m3


How does this play? Did someone check in a new code in antrun that
makes that different than 1.6? It wasn't apparent from the quick look
at the release note report that I did.


 On 28 October 2011 19:29, Benson Margulies bimargul...@gmail.com wrote:
 I'd like to make a release of antrun. There are some pending fixes,
 plus I'm adding a feature I want, and I'll knock off any low-hanging
 JIRA in the next few days. Anyone have something else they want in a
 1.7?

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



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



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



Re: antrun release?

2011-10-28 Thread Stephen Connolly
ant tasks depends on 2.2.1 dep resolution code... which won't compile
with 3.0.3... so IIRC you cannot release antrun with 3.0.3... you can
release it if you build with 2.2.1, but then the question is does it
work with 3.0.3?

at least that was what I found when trying to release it before it
might just be some of the integration tests are broken, or this could
all be the demented ramblings of my mind

-Stephen

On 28 October 2011 23:43, Benson Margulies bimargul...@gmail.com wrote:
 On Fri, Oct 28, 2011 at 6:27 PM, Stephen Connolly
 stephen.alan.conno...@gmail.com wrote:
 The issue you will hit IIRC is that maven-ant-tasks has issues with m3


 How does this play? Did someone check in a new code in antrun that
 makes that different than 1.6? It wasn't apparent from the quick look
 at the release note report that I did.


 On 28 October 2011 19:29, Benson Margulies bimargul...@gmail.com wrote:
 I'd like to make a release of antrun. There are some pending fixes,
 plus I'm adding a feature I want, and I'll knock off any low-hanging
 JIRA in the next few days. Anyone have something else they want in a
 1.7?

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



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



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



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



[VOTE] release maven-shade-plugin 1.5

2011-10-28 Thread Benson Margulies
Hi,

We solved 8 issues:

http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11540version=16695

There are still a couple of issues left in JIRA:

http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truemode=hidejqlQuery=project+%3D+MSHADE+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC

Staging repo:
https://repository.apache.org/content/repositories/maven-119/

Staging site:
http://maven.apache.org/plugins/maven-shade-plugin-1.5/

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

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



[VOTE] release maven-antrun-plugin version 1.7

2011-10-28 Thread Benson Margulies
To: Maven Developers List dev@maven.apache.org
Subject: [VOTE] Release Maven XXX Plugin version Y.Z

Hi,

We solved 9 issues:

http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11125version=16808

There are still a couple of issues left in JIRA:

http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truemode=hidejqlQuery=project+%3D+MANTRUN+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC

Staging repo:
https://repository.apache.org/content/repositories/maven-120/

Staging site:
http://maven.apache.org/plugins/maven-antrun-plugin-1.7/

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

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



Re: antrun: how should nested props work?

2011-10-28 Thread Brett Porter
I would have expected it to be resolved before it got to Ant... but not 
strongly opinionated about it.

On 29/10/2011, at 8:32 AM, Benson Margulies wrote:

 I just verified that a maven property like
 
   foofoo${bar}/foo
 
 travels into ant as, well 'foo${bar}'
 
 and if you define ${bar}, that travels in as well. And it usually
 works fine in ant, but I ran into a case where it was a pain -- a
 filter didn't perform the additional substitution, and I ended up with
 ${bar} literally in a file.
 
 Given the immutability of ant props, would anyone think it was an
 especially good (or bad) idea to fully resolve maven props on their
 way into ant?
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org
 

--
Brett Porter
br...@apache.org
http://brettporter.wordpress.com/
http://au.linkedin.com/in/brettporter





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