Re: really threadsafe?

2011-03-28 Thread Kristian Rosenvold
I was sent the url to the old velocity stuff and I see several thread 
safety issues in the (*really* old) version being used by m-r-r-p.


I checked out the latest version of velocity and all the problems I 
found were fixed there, so I think we'll just give it a shot.


Just make an issue under http://jira.codehaus.org/browse/MRRESOURCES and 
I'll push it through.



Kristian


Den 23.03.2011 23:29, skrev David Jencks:

I've been trying out the parallel stuff in maven 3.0.3 and when it works it's 
great.However I'm wondering what's going on here with this intermittent 
error.  I've never gotten this error bulding single threaded.

https://cwiki.apache.org/MAVEN/parallel-builds-in-maven-3.html says the 
maven-remote-resources-plugin 1.2 is threadsafe.  However...

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-remote-resources-plugin:1.2:process (default) on 
project assemblies: Error rendering velocity resource. NullPointerException -  
[Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.plugins:maven-remote-resources-plugin:1.2:process (default) on 
project assemblies: Error rendering velocity resource.
 at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
 at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
 at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
 at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
 at 
org.apache.maven.lifecycle.internal.LifecycleThreadedBuilder$1.call(LifecycleThreadedBuilder.java:167)
 at 
org.apache.maven.lifecycle.internal.LifecycleThreadedBuilder$1.call(LifecycleThreadedBuilder.java:164)
 at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
 at java.util.concurrent.FutureTask.run(FutureTask.java:138)
 at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
 at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
 at java.util.concurrent.FutureTask.run(FutureTask.java:138)
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
 at java.lang.Thread.run(Thread.java:680)
Caused by: org.apache.maven.plugin.MojoExecutionException: Error rendering 
velocity resource.
 at 
org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.processResourceBundles(ProcessRemoteResourcesMojo.java:1212)
 at 
org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:519)
 at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
 at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
 ... 13 more
Caused by: java.lang.NullPointerException
 at 
org.apache.velocity.runtime.RuntimeInstance.getTemplate(RuntimeInstance.java:831)
 at 
org.apache.velocity.app.VelocityEngine.mergeTemplate(VelocityEngine.java:440)
 at 
org.apache.velocity.app.VelocityEngine.mergeTemplate(VelocityEngine.java:419)
 at 
org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.processResourceBundles(ProcessRemoteResourcesMojo.java:1125)
 ... 16 more

I ran with -T 4.  It looks like there were 3 failures with this same stack 
trace all in pom projects that aggregate subprojects.

I don't have a lot of time to track down whats going on but might be able to 
spend a little time given enough advice.

thanks
david jencks


-
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: really threadsafe?

2011-03-28 Thread David Jencks
http://jira.codehaus.org/browse/MRRESOURCES-54

thank you so much for looking into this the parallel build is great!

thanks
david jencks

On Mar 27, 2011, at 11:17 PM, Kristian Rosenvold wrote:

 I was sent the url to the old velocity stuff and I see several thread safety 
 issues in the (*really* old) version being used by m-r-r-p.
 
 I checked out the latest version of velocity and all the problems I found 
 were fixed there, so I think we'll just give it a shot.
 
 Just make an issue under http://jira.codehaus.org/browse/MRRESOURCES and I'll 
 push it through.
 
 
 Kristian
 
 
 Den 23.03.2011 23:29, skrev David Jencks:
 I've been trying out the parallel stuff in maven 3.0.3 and when it works 
 it's great.However I'm wondering what's going on here with this 
 intermittent error.  I've never gotten this error bulding single threaded.
 
 https://cwiki.apache.org/MAVEN/parallel-builds-in-maven-3.html says the 
 maven-remote-resources-plugin 1.2 is threadsafe.  However...
 
 [ERROR] Failed to execute goal 
 org.apache.maven.plugins:maven-remote-resources-plugin:1.2:process (default) 
 on project assemblies: Error rendering velocity resource. 
 NullPointerException -  [Help 1]
 org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
 goal org.apache.maven.plugins:maven-remote-resources-plugin:1.2:process 
 (default) on project assemblies: Error rendering velocity resource.
 at 
 org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
 at 
 org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
 at 
 org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
 at 
 org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
 at 
 org.apache.maven.lifecycle.internal.LifecycleThreadedBuilder$1.call(LifecycleThreadedBuilder.java:167)
 at 
 org.apache.maven.lifecycle.internal.LifecycleThreadedBuilder$1.call(LifecycleThreadedBuilder.java:164)
 at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
 at java.util.concurrent.FutureTask.run(FutureTask.java:138)
 at 
 java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
 at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
 at java.util.concurrent.FutureTask.run(FutureTask.java:138)
 at 
 java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
 at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
 at java.lang.Thread.run(Thread.java:680)
 Caused by: org.apache.maven.plugin.MojoExecutionException: Error rendering 
 velocity resource.
 at 
 org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.processResourceBundles(ProcessRemoteResourcesMojo.java:1212)
 at 
 org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:519)
 at 
 org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
 at 
 org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
 ... 13 more
 Caused by: java.lang.NullPointerException
 at 
 org.apache.velocity.runtime.RuntimeInstance.getTemplate(RuntimeInstance.java:831)
 at 
 org.apache.velocity.app.VelocityEngine.mergeTemplate(VelocityEngine.java:440)
 at 
 org.apache.velocity.app.VelocityEngine.mergeTemplate(VelocityEngine.java:419)
 at 
 org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.processResourceBundles(ProcessRemoteResourcesMojo.java:1125)
 ... 16 more
 
 I ran with -T 4.  It looks like there were 3 failures with this same stack 
 trace all in pom projects that aggregate subprojects.
 
 I don't have a lot of time to track down whats going on but might be able to 
 spend a little time given enough advice.
 
 thanks
 david jencks
 
 
 -
 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: really threadsafe?

2011-03-28 Thread Kristian Rosenvold

The nice stacktrace made this one was easy ;)

An updated 1.3-SNAPSHOT has been deployed, please test it ;) I will 
release it in a week or two if feedback is ok - just attach further 
responses to the issue.


Kristian


Den 28.03.2011 08:27, skrev David Jencks:

http://jira.codehaus.org/browse/MRRESOURCES-54

thank you so much for looking into this the parallel build is great!

thanks
david jencks

On Mar 27, 2011, at 11:17 PM, Kristian Rosenvold wrote:


I was sent the url to the old velocity stuff and I see several thread safety 
issues in the (*really* old) version being used by m-r-r-p.

I checked out the latest version of velocity and all the problems I found were 
fixed there, so I think we'll just give it a shot.

Just make an issue under http://jira.codehaus.org/browse/MRRESOURCES and I'll 
push it through.


Kristian


Den 23.03.2011 23:29, skrev David Jencks:

I've been trying out the parallel stuff in maven 3.0.3 and when it works it's 
great.However I'm wondering what's going on here with this intermittent 
error.  I've never gotten this error bulding single threaded.

https://cwiki.apache.org/MAVEN/parallel-builds-in-maven-3.html says the 
maven-remote-resources-plugin 1.2 is threadsafe.  However...

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-remote-resources-plugin:1.2:process (default) on 
project assemblies: Error rendering velocity resource. NullPointerException -  
 [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.plugins:maven-remote-resources-plugin:1.2:process (default) on 
project assemblies: Error rendering velocity resource.
 at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
 at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
 at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
 at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
 at 
org.apache.maven.lifecycle.internal.LifecycleThreadedBuilder$1.call(LifecycleThreadedBuilder.java:167)
 at 
org.apache.maven.lifecycle.internal.LifecycleThreadedBuilder$1.call(LifecycleThreadedBuilder.java:164)
 at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
 at java.util.concurrent.FutureTask.run(FutureTask.java:138)
 at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
 at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
 at java.util.concurrent.FutureTask.run(FutureTask.java:138)
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
 at java.lang.Thread.run(Thread.java:680)
Caused by: org.apache.maven.plugin.MojoExecutionException: Error rendering 
velocity resource.
 at 
org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.processResourceBundles(ProcessRemoteResourcesMojo.java:1212)
 at 
org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:519)
 at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
 at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
 ... 13 more
Caused by: java.lang.NullPointerException
 at 
org.apache.velocity.runtime.RuntimeInstance.getTemplate(RuntimeInstance.java:831)
 at 
org.apache.velocity.app.VelocityEngine.mergeTemplate(VelocityEngine.java:440)
 at 
org.apache.velocity.app.VelocityEngine.mergeTemplate(VelocityEngine.java:419)
 at 
org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.processResourceBundles(ProcessRemoteResourcesMojo.java:1125)
 ... 16 more

I ran with -T 4.  It looks like there were 3 failures with this same stack 
trace all in pom projects that aggregate subprojects.

I don't have a lot of time to track down whats going on but might be able to 
spend a little time given enough advice.

thanks
david jencks


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

maven issue

2011-03-28 Thread zheng.xiaoxi
Hi maven,

 

Thanks for providing this great Continuous integration tools. But In my
practice, There are two issues:

 

1. I need to integrate maven with Hudson. But now, I do not know how
to deal with the variable which comes from Hudson configuration in
pom.xml.

2. I want to unzip the package and add a file in this package. How
to do it in pom.xml?

 

Looking forward to your reply!

 

Thanks and Best wishes

Zheng.xiaoxi



Re: [VOTE] Release Maven ACR Plugin version 1.0

2011-03-28 Thread Olivier Lamy
+1

2011/3/26 Stephane Nicoll stephane.nic...@gmail.com:
 Hi,

 The Maven ACR (Application Client aRchive) is a new plugin in the
 JavaEE spectrum meant to deal with the JavaEE application client
 packaging type. A new app-client packaging type is provided with
 this plugin and an integration with the EAR plugin is foreseen[1] as
 soon as this plugin is released.

 I also like to integrate the lifecycle of this plugin in the core as
 of Maven 3.0.4 so that this packaging type is automatically detected,
 just as ejb, ejb-client, war, ejb and rar packaging types are today.

 We solved 2 issues:
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12123version=17248

 There is no issue left in JIRA for this first version.

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

 Staging site:
 http://maven.apache.org/plugins/maven-acr-plugin-1.0/

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

 Vote open for 72 hours.

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

 Thanks,
 Stéphane

 [1] http://jira.codehaus.org/browse/MEAR-137

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





-- 
Olivier Lamy
http://twitter.com/olamy
http://www.linkedin.com/in/olamy

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



Re: svn commit: r1086237 - in /maven/sandbox/trunk/examples: MNG-3989-maven3/ MNG-3989-maven3/modules/ MNG-3989-maven3/modules/repository/ MNG-3989-maven3/repository/src/repository/ extensions/bundled

2011-03-28 Thread Jason van Zyl
As an extension that people could optionally download I think would be fine.

I'd be -1 on including this in the core.

On Mar 28, 2011, at 9:55 AM, br...@apache.org wrote:

 Author: brett
 Date: Mon Mar 28 13:55:50 2011
 New Revision: 1086237
 
 URL: http://svn.apache.org/viewvc?rev=1086237view=rev
 Log:
 draft of a way that MNG-3989 could be handled in Maven 3.x, though there are 
 probably better ways
 
 Added:
maven/sandbox/trunk/examples/MNG-3989-maven3/
  - copied from r1086232, maven/sandbox/trunk/examples/MNG-3989/
maven/sandbox/trunk/examples/MNG-3989-maven3/modules/repository/
  - copied from r1086232, 
 maven/sandbox/trunk/examples/MNG-3989/repository/src/repository/
maven/sandbox/trunk/examples/extensions/bundled-repository-extension/   
 (with props)

 maven/sandbox/trunk/examples/extensions/bundled-repository-extension/pom.xml  
  (with props)
maven/sandbox/trunk/examples/extensions/bundled-repository-extension/src/

 maven/sandbox/trunk/examples/extensions/bundled-repository-extension/src/main/

 maven/sandbox/trunk/examples/extensions/bundled-repository-extension/src/main/java/

 maven/sandbox/trunk/examples/extensions/bundled-repository-extension/src/main/java/org/

 maven/sandbox/trunk/examples/extensions/bundled-repository-extension/src/main/java/org/apache/

 maven/sandbox/trunk/examples/extensions/bundled-repository-extension/src/main/java/org/apache/maven/

 maven/sandbox/trunk/examples/extensions/bundled-repository-extension/src/main/java/org/apache/maven/examples/

 maven/sandbox/trunk/examples/extensions/bundled-repository-extension/src/main/java/org/apache/maven/examples/bundledrepository/

 maven/sandbox/trunk/examples/extensions/bundled-repository-extension/src/main/java/org/apache/maven/examples/bundledrepository/BundledRepositoryMavenExtension.java
(with props)
 Removed:
maven/sandbox/trunk/examples/MNG-3989-maven3/repository/src/repository/
 Modified:
maven/sandbox/trunk/examples/MNG-3989-maven3/modules/pom.xml
maven/sandbox/trunk/examples/MNG-3989-maven3/pom.xml
 
 Modified: maven/sandbox/trunk/examples/MNG-3989-maven3/modules/pom.xml
 URL: 
 http://svn.apache.org/viewvc/maven/sandbox/trunk/examples/MNG-3989-maven3/modules/pom.xml?rev=1086237r1=1086232r2=1086237view=diff
 ==
 --- maven/sandbox/trunk/examples/MNG-3989-maven3/modules/pom.xml (original)
 +++ maven/sandbox/trunk/examples/MNG-3989-maven3/modules/pom.xml Mon Mar 28 
 13:55:50 2011
 @@ -9,15 +9,16 @@
   artifactIdmodules/artifactId
   namemodules/name
   packagingpom/packaging
 -  dependencies
 -dependency
 -  groupIdtest.MNG3989/groupId
 -  artifactIdrepository/artifactId
 -  version${project.version}/version
 -  typepom/type
 -/dependency
 -  /dependencies
   modules
 modulemy-artifact/module
   /modules
 +  build
 +extensions
 +  extension
 +groupIdorg.apache.maven.examples/groupId
 +artifactIdbundled-repository-extension/artifactId
 +version1.0-SNAPSHOT/version
 +  /extension
 +/extensions
 +  /build
 /project
 
 Modified: maven/sandbox/trunk/examples/MNG-3989-maven3/pom.xml
 URL: 
 http://svn.apache.org/viewvc/maven/sandbox/trunk/examples/MNG-3989-maven3/pom.xml?rev=1086237r1=1086232r2=1086237view=diff
 ==
 --- maven/sandbox/trunk/examples/MNG-3989-maven3/pom.xml (original)
 +++ maven/sandbox/trunk/examples/MNG-3989-maven3/pom.xml Mon Mar 28 13:55:50 
 2011
 @@ -7,7 +7,6 @@
   nameMNG-3989/name
   packagingpom/packaging
   modules
 -modulerepository/module
 modulemodules/module
   /modules
 /project
 
 Propchange: 
 maven/sandbox/trunk/examples/extensions/bundled-repository-extension/
 --
 --- svn:ignore (added)
 +++ svn:ignore Mon Mar 28 13:55:50 2011
 @@ -0,0 +1 @@
 +target
 
 Added: 
 maven/sandbox/trunk/examples/extensions/bundled-repository-extension/pom.xml
 URL: 
 http://svn.apache.org/viewvc/maven/sandbox/trunk/examples/extensions/bundled-repository-extension/pom.xml?rev=1086237view=auto
 ==
 --- 
 maven/sandbox/trunk/examples/extensions/bundled-repository-extension/pom.xml 
 (added)
 +++ 
 maven/sandbox/trunk/examples/extensions/bundled-repository-extension/pom.xml 
 Mon Mar 28 13:55:50 2011
 @@ -0,0 +1,41 @@
 +?xml version=1.0?
 +project xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
 http://maven.apache.org/xsd/maven-4.0.0.xsd; 
 xmlns=http://maven.apache.org/POM/4.0.0;
 +xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
 +  modelVersion4.0.0/modelVersion
 +  groupIdorg.apache.maven.examples/groupId
 +  version1.0-SNAPSHOT/version
 +  artifactIdbundled-repository-extension/artifactId
 +  namebundled-repository-extension/name
 +  

Re: svn commit: r1086237 - in /maven/sandbox/trunk/examples: MNG-3989-maven3/ MNG-3989-maven3/modules/ MNG-3989-maven3/modules/repository/ MNG-3989-maven3/repository/src/repository/ extensions/bundled

2011-03-28 Thread Brett Porter

On 29/03/2011, at 1:00 AM, Jason van Zyl wrote:

 As an extension that people could optionally download I think would be fine.
 
 I'd be -1 on including this in the core.

Yes, that's the point of it being an extension. This was just a quick PoC - I 
was going to ask if this could be done better by adding a new repository system 
instead of fudging remote artifact repositories.

- Brett

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



Re: svn commit: r1086237 - in /maven/sandbox/trunk/examples: MNG-3989-maven3/ MNG-3989-maven3/modules/ MNG-3989-maven3/modules/repository/ MNG-3989-maven3/repository/src/repository/ extensions/bundled

2011-03-28 Thread Jason van Zyl
Rigth o.

On Mar 28, 2011, at 10:32 AM, Brett Porter wrote:

 
 On 29/03/2011, at 1:00 AM, Jason van Zyl wrote:
 
 As an extension that people could optionally download I think would be fine.
 
 I'd be -1 on including this in the core.
 
 Yes, that's the point of it being an extension. This was just a quick PoC - I 
 was going to ask if this could be done better by adding a new repository 
 system instead of fudging remote artifact repositories.
 
 - Brett
 
 --
 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
 

Thanks,

Jason

--
Jason van Zyl
Founder,  Apache Maven
http://twitter.com/jvanzyl
-

You are never dedicated to something you have complete confidence in.
No one is fanatically shouting that the sun is going to rise tomorrow.
They know it is going to rise tomorrow. When people are fanatically
dedicated to political or religious faiths or any other kind of 
dogmas or goals, it's always because these dogmas or
goals are in doubt.

  -- Robert Pirzig, Zen and the Art of Motorcycle Maintenance





Re: maven issue

2011-03-28 Thread Wendy Smoak
On Sun, Mar 27, 2011 at 11:33 PM, zheng.xiaoxi
zheng.xia...@hf.webex.com wrote:
 Thanks for providing this great Continuous integration tools. But In my
 practice, There are two issues:

This list (dev@) is meant for discussion about developing the Maven
software itself.  Please post your questions on the relevant 'user'
list -- possibly Hudson for the first one and the Maven user list [1]
for the second. Either way, separate emails with descriptive subjects
will increase your chance of getting help.

[1] subscription info on:  http://maven.apache.org/mail-lists.html

-Wendy

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



Re: I would like to push a release of Maven Ant Tasks... anyone have any blockers?

2011-03-28 Thread Stephen Connolly
no screams, so I shall proceed

- Stephen

---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 25 Mar 2011 12:21, Stephen Connolly stephen.alan.conno...@gmail.com
wrote:
 In order to simplify how Apache Cassandra gets deployed to Maven
 Central, I need a release of Maven Ant Tasks with two issues fixed:

 MANTTASKS-217 - Add a pseudo-reactor so that parent pom references can
 be resolved without pushing poms to the file system
 MANTTASKS-211 - Support launching Maven 3.x from the mvn task
 MANTTASKS-210 - When creating path objects using the dependencies task
 it is not possible to filter out artifacts by type.

 I'm good to go from my perspective. If anyone has blockers on doing
 this release I'll give you until Monday to scream and until Tuesday to
 get them fixed! After that I need to get this release out as Cassandra
 are running a code freeze on April 11th and these changes will need
 some soak to be accepted.

 -Stephen


Re: svn commit: r1086338 - /maven/plugins/trunk/maven-site-plugin/pom.xml

2011-03-28 Thread Lukas Theussl


hmm, is there a special reason for this? I was under the impression that 
we were working on a point release before attacking a major new version. 
I'm not objecting, just wondering, if this is only for 
DOXIASITETOOLS-50? (note that we will also have to publish a new xsd 
just for that).


-Lukas


denn...@apache.org wrote:

Author: dennisl
Date: Mon Mar 28 18:57:17 2011
New Revision: 1086338

URL: http://svn.apache.org/viewvc?rev=1086338view=rev
Log:
o The next version of Doxia Sitetools will be 1.2.

Modified:
 maven/plugins/trunk/maven-site-plugin/pom.xml

Modified: maven/plugins/trunk/maven-site-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?rev=1086338r1=1086337r2=1086338view=diff
==
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Mon Mar 28 18:57:17 2011
@@ -178,7 +178,7 @@ under the License.

properties
  doxiaVersion1.1.4/doxiaVersion
-doxiaSitetoolsVersion1.1.5-SNAPSHOT/doxiaSitetoolsVersion
+doxiaSitetoolsVersion1.2-SNAPSHOT/doxiaSitetoolsVersion
  mavenVersion2.2.0/mavenVersion
  wagonVersion1.0-beta-6/wagonVersion
/properties




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



Re: svn commit: r1086338 - /maven/plugins/trunk/maven-site-plugin/pom.xml

2011-03-28 Thread Dennis Lundberg
On 2011-03-28 21:27, Lukas Theussl wrote:
 
 hmm, is there a special reason for this? I was under the impression that
 we were working on a point release before attacking a major new version.
 I'm not objecting, just wondering, if this is only for
 DOXIASITETOOLS-50? (note that we will also have to publish a new xsd
 just for that).

Right, that was my impression as well, until I went through the solved
issues in JIRA and found that we (or I) had already modified the schema
[1] as well as added new features [2].

So I figured that we should reflect those changes in the version number.


[1] http://jira.codehaus.org/browse/DOXIASITETOOLS-41
[2] http://jira.codehaus.org/browse/DOXIASITETOOLS-40

 
 -Lukas
 
 
 denn...@apache.org wrote:
 Author: dennisl
 Date: Mon Mar 28 18:57:17 2011
 New Revision: 1086338

 URL: http://svn.apache.org/viewvc?rev=1086338view=rev
 Log:
 o The next version of Doxia Sitetools will be 1.2.

 Modified:
  maven/plugins/trunk/maven-site-plugin/pom.xml

 Modified: maven/plugins/trunk/maven-site-plugin/pom.xml
 URL:
 http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?rev=1086338r1=1086337r2=1086338view=diff

 ==

 --- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
 +++ maven/plugins/trunk/maven-site-plugin/pom.xml Mon Mar 28 18:57:17
 2011
 @@ -178,7 +178,7 @@ under the License.

 properties
   doxiaVersion1.1.4/doxiaVersion
 -doxiaSitetoolsVersion1.1.5-SNAPSHOT/doxiaSitetoolsVersion
 +doxiaSitetoolsVersion1.2-SNAPSHOT/doxiaSitetoolsVersion
   mavenVersion2.2.0/mavenVersion
   wagonVersion1.0-beta-6/wagonVersion
 /properties


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


-- 
Dennis Lundberg

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



Re: [VOTE] Release Maven ACR Plugin version 1.0

2011-03-28 Thread David Konecny
+1


[VOTE] Release Maven SCM 1.5

2011-03-28 Thread Olivier Lamy
Hi,
I'd like to release Apache Maven SCM 1.5.

We solved 32 issues :
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10527version=16688

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

Staging sites  :
Scm : http://maven.apache.org/scm-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


Thanks,
-- 
Olivier Lamy
http://twitter.com/olamy
http://www.linkedin.com/in/olamy

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



[VOTE] Release Maven ANT Tasks version 2.1.2

2011-03-28 Thread Stephen Connolly
Hi,

We solved N issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11533styleName=Htmlversion=16670

There are still a couple of issues left in JIRA:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11533status=1

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

Staging site: (may still be syncing)
http://maven.apache.org/ant-tasks-2.1.2/

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

Vote open for 72 hours.

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

-Stephen

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



Re: [VOTE] Release Maven SCM 1.5

2011-03-28 Thread Dan Tran
The release notes on navigation is empty.

Also I am interested on how to configure username/password in
settings.xml, but not able to find instructions

-Dan


On Mon, Mar 28, 2011 at 3:30 PM, Olivier Lamy ol...@apache.org wrote:
 Hi,
 I'd like to release Apache Maven SCM 1.5.

 We solved 32 issues :
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10527version=16688

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

 Staging sites  :
 Scm : http://maven.apache.org/scm-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


 Thanks,
 --
 Olivier Lamy
 http://twitter.com/olamy
 http://www.linkedin.com/in/olamy

 -
 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: [VOTE] Release Maven SCM 1.5

2011-03-28 Thread Dan Tran
never mind, I found suggestion at
http://stackoverflow.com/questions/1255593/externalising-scm-credentials-with-maven

I am sure we do doc it some where at maven scm site

-D

On Mon, Mar 28, 2011 at 7:49 PM, Dan Tran dant...@gmail.com wrote:
 The release notes on navigation is empty.

 Also I am interested on how to configure username/password in
 settings.xml, but not able to find instructions

 -Dan


 On Mon, Mar 28, 2011 at 3:30 PM, Olivier Lamy ol...@apache.org wrote:
 Hi,
 I'd like to release Apache Maven SCM 1.5.

 We solved 32 issues :
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10527version=16688

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

 Staging sites  :
 Scm : http://maven.apache.org/scm-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


 Thanks,
 --
 Olivier Lamy
 http://twitter.com/olamy
 http://www.linkedin.com/in/olamy

 -
 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