[maven2 build - FAILED] Tue Apr 19 02:07:00 EDT 2005

2005-04-18 Thread jvanzyl
Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050419.020700.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[maven2 build - FAILED] Tue Apr 19 01:07:01 EDT 2005

2005-04-18 Thread jvanzyl
Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050419.010701.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Commented: (MNG-33) Plugin development guide

2005-04-18 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-33?page=comments#action_34710 ] Brett Porter commented on MNG-33: - I say we make Dan do it since he was first to complain (I'm testing that comment mails work after JIRA upgrade) > Plugin development guide > --

[maven2 build - FAILED] Tue Apr 19 00:07:00 EDT 2005

2005-04-18 Thread jvanzyl
Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050419.000700.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[maven2 build - FAILED] Mon Apr 18 23:07:00 EDT 2005

2005-04-18 Thread jvanzyl
Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050418.230700.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven-components/maven-artifact/src/main/java/org/apache/maven/artifact/manager DefaultWagonManager.java

2005-04-18 Thread brett
brett 2005/04/18 19:46:08 Modified:maven-artifact/src/main/java/org/apache/maven/artifact/manager DefaultWagonManager.java Log: start some wagon clean up Revision ChangesPath 1.26 +10 -2 maven-components/maven-artifact/src/main/java/org

payload

2005-04-18 Thread Brett Porter
http://www.osjava.org/payload/index.html This seems very much related to what we were talking about with respect to filtering - applying deployment profiles to previously built artfiacts. Cheers, Brett - To unsubscribe, e-mail:

[maven2 build - SUCCESS] Mon Apr 18 20:07:00 EDT 2005

2005-04-18 Thread jvanzyl
Distribution: http://www.codehaus.org/~maven/m2/m2-20050418.200700.tar.gz Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050418.200700.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

cvs commit: maven-components/maven-core/src/site/apt offline-mode.apt

2005-04-18 Thread jdcasey
jdcasey 2005/04/18 16:15:25 Modified:maven-core/src/site/apt offline-mode.apt Log: posting an update that represents changes in the design for offline mode, back to being more similar to m1's concept of it. Revision ChangesPath 1.5 +15 -0 maven-components/maven

[maven2 build - SUCCESS] Mon Apr 18 18:07:00 EDT 2005

2005-04-18 Thread jvanzyl
Distribution: http://www.codehaus.org/~maven/m2/m2-20050418.180700.tar.gz Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050418.180700.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

cvs commit: maven-components/maven-core/src/main/java/org/apache/maven DefaultMaven.java

2005-04-18 Thread jdcasey
jdcasey 2005/04/18 14:50:55 Modified:maven-core/src/main/java/org/apache/maven/project DefaultMavenProjectBuilder.java maven-core/src/test/java/org/apache/maven/plugin PluginParameterExpressionEvaluatorTest.java

Re: commit privs for dan diephouse

2005-04-18 Thread Brett Porter
+1 Jason van Zyl wrote: >Howdy, > >Dan is working on the SOAP interface for Continuum and I'd like to just >grant him access to work on this stuff. > >+1 > > >

Re: [M2] filter definition

2005-04-18 Thread Brett Porter
Maczka Michal wrote: >I a not 100% sure if I understand you. >What do you mean by deployment process here? Is it going to be >supported/executed in m2? > > Yes, what we were talking about covers your use case, you'd just need to run your deployment profiles over the artifacts and store them whe

commit privs for dan diephouse

2005-04-18 Thread Jason van Zyl
Howdy, Dan is working on the SOAP interface for Continuum and I'd like to just grant him access to work on this stuff. +1 -- jvz. Jason van Zyl jason at maven.org http://maven.apache.org A party which is not afraid of letting culture, business, and welfare go to ruin completely can be omnipot

RE: [M2] filter definition

2005-04-18 Thread thomas.van.de.velde
I've done something similar to Vincent's approach but extended it with distributed configuration files. A project can publish its configuration as a jar file that contains a properties file per environment. The configuration jar gets downloaded like any other dependency. When "filter.file=true"

[jira] Created: (MPECLIPSE-90) Backslash in generated .classpath

2005-04-18 Thread Per Ejeklint (JIRA)
Backslash in generated .classpath - Key: MPECLIPSE-90 URL: http://jira.codehaus.org/browse/MPECLIPSE-90 Project: maven-eclipse-plugin Type: Bug Versions: 1.9 Environment: Windows Reporter: Per Ejeklint If maven-eclipse i

[jira] Commented: (MNG-226) need to be able to dynamically register providers for wagon, scm, scripting

2005-04-18 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-226?page=comments#action_32130 ] John Casey commented on MNG-226: Came back around to this issue again, to see what the specific problem is. I looked in the code, and it's already doing a lookup on the container per

[jira] Commented: (MNG-226) need to be able to dynamically register providers for wagon, scm, scripting

2005-04-18 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-226?page=comments#action_32126 ] John Casey commented on MNG-226: This issue is blocked by the same problem which caused problems with the assembly plugin, namely that class realms are getting mixed up. One plugin

RE: [M2] filter definition

2005-04-18 Thread Maczka Michal
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Monday, April 18, 2005 1:53 AM > To: Maven Developers List > Subject: Re: [M2] filter definition > > > Jason van Zyl wrote: > > >>Here's the full URL: http://www.jconfig.org/ConfigurationServer.html > >> >

Ant tasks to wrap maven-artifact

2005-04-18 Thread Brett Porter
Hi, I've written some Ant tasks to wrap maven-artifact, so we can provide transitive dependencies, snapshots and installation/deployment to Maven 1.0 and Ant users, while still utilising Maven2 metadata and practices. Here is a sample usage, any comments? Thoughts or ideas? http://cvs.apache.org

[jira] Created: (MAVENUPLOAD-364) Please upload cewolf, no url available

2005-04-18 Thread Rafael Borges (JIRA)
Please upload cewolf, no url available -- Key: MAVENUPLOAD-364 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-364 Project: maven-upload-requests Type: Task Reporter: Rafael Borges Attachments: cewolf-0.10.3-bundle.jar Pleas

RE: [m2] Jar aggregation use case (was RE: cvs commit: maven-components/maven-plugins/maven-assembly-plugin/src/main/resources/assemblies jar-with-dependencies.xml)

2005-04-18 Thread Jörg Schaible
Vincent Massol wrote on Monday, April 18, 2005 10:14 AM: > Hi Brett, > >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> Sent: lundi 18 avril 2005 09:08 >> To: [EMAIL PROTECTED] >> Subject: cvs commit: maven-components/maven-plugins/maven-assembly- >> plugin/sr

[jira] Assigned: (CONTINUUM-90) Store the SCM results

2005-04-18 Thread Trygve Laugstol (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-90?page=history ] Trygve Laugstol reassigned CONTINUUM-90: Assign To: Trygve Laugstol > Store the SCM results > - > > Key: CONTINUUM-90 > URL: http://jira.codehaus.

[jira] Created: (CONTINUUM-90) Store the SCM results

2005-04-18 Thread Trygve Laugstol (JIRA)
Store the SCM results - Key: CONTINUUM-90 URL: http://jira.codehaus.org/browse/CONTINUUM-90 Project: Continuum Type: Improvement Components: continuum-core Reporter: Trygve Laugstol Fix For: 1.0-alpha-2 When checking out and updatin

[maven2 build - SUCCESS] Mon Apr 18 04:07:00 EDT 2005

2005-04-18 Thread jvanzyl
Distribution: http://www.codehaus.org/~maven/m2/m2-20050418.040700.tar.gz Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050418.040700.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

[m2] Jar aggregation use case (was RE: cvs commit: maven-components/maven-plugins/maven-assembly-plugin/src/main/resources/assemblies jar-with-dependencies.xml)

2005-04-18 Thread Vincent Massol
Hi Brett, > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: lundi 18 avril 2005 09:08 > To: [EMAIL PROTECTED] > Subject: cvs commit: maven-components/maven-plugins/maven-assembly- > plugin/src/main/resources/assemblies jar-with-dependencies.xml [snip] > a

RE: Maven 2 directory structure for Multiple Modules configurable?

2005-04-18 Thread Jörg Schaible
Hi Joachim, Joachim Schreiber wrote on Saturday, April 16, 2005 6:28 PM: [snip] > When I now check out the complete trunk in the new Maven 2 > layout I have all ejbs (sub projects/modules) in one > directory and when I start the multi-project build all ejbs > are generated with e.g. xdoclet. Thi

cvs commit: maven-components/maven-artifact-ant pom.xml sample.build.xml

2005-04-18 Thread brett
brett 2005/04/18 00:09:16 Modified:maven-artifact-ant/src/main/java/org/apache/maven/artifact/ant AbstractArtifactTask.java DeployTask.java RemoteRepository.java maven-artifact-ant/src/main/resources/org/apache/maven/artif

cvs commit: maven-components/maven-core/src/main/resources/META-INF/plexus components.xml

2005-04-18 Thread brett
brett 2005/04/18 00:08:22 Modified:maven-core/src/main/resources/META-INF/plexus components.xml Log: remove half-done declaration Revision ChangesPath 1.28 +0 -5 maven-components/maven-core/src/main/resources/META-INF/plexus/components.xml Index: compone

cvs commit: maven-components/maven-plugins/maven-assembly-plugin/src/main/resources/assemblies jar-with-dependencies.xml

2005-04-18 Thread brett
brett 2005/04/18 00:07:58 Modified: maven-plugins/maven-assembly-plugin/src/main/java/org/apache/maven/plugin/assembly AssemblyMojo.java maven-plugins/maven-assembly-plugin/src/main/mdo descriptor.mdo Added: maven-p