RE: [proposal] Move Maven 1.x from CVS to Subversion

2004-12-05 Thread Arnaud HERITIER
+1 I tested it with cargo and I find SVN very good. Arnaud > -Message d'origine- > De : Brett Porter [mailto:[EMAIL PROTECTED] > Envoyé : dimanche 5 décembre 2004 22:55 > À : [EMAIL PROTECTED] > Objet : [proposal] Move Maven 1.x from CVS to Subversion > > Hi, > > I'd like to start a di

[jira] Created: (MAVENUPLOAD-271) Upload of wicket-0.9.14-alpha-bundle.jar

2004-12-05 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVENUPLOAD-271 Here is an overview of the issue: -

[jira] Closed: (MAVENUPLOAD-270) Upload of wicket-0.9.14-alpha.jar

2004-12-05 Thread jira
Message: The following issue has been closed. Resolver: Martijn Dashorst Date: Sun, 5 Dec 2004 8:12 PM Wrong links uploaded. :( - View the issue: http://jira.codehaus.org/browse/MAVENUPLOAD-270 Here is an overvie

[jira] Created: (MAVENUPLOAD-270) Upload of wicket-0.9.14-alpha.jar

2004-12-05 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVENUPLOAD-270 Here is an overview of the issue: -

Re: [proposal] Move Maven 1.x from CVS to Subversion

2004-12-05 Thread Trygve Laugstøl
On søn, 2004-12-05 at 22:54, Brett Porter wrote: > Hi, > > I'd like to start a discussion about this to see what people think. > > The reasons: > - timing is right as we wind down MAVEN-1_0-BRANCH > - HTTPS makes it more practical behind firewalls > - the tool support seems to be mostly there now

Re: [proposal] Move Maven 1.x from CVS to Subversion

2004-12-05 Thread Felipe Leme
+ 1 (even though I haven't played enough with svn yet...) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [proposal] Move Maven 1.x from CVS to Subversion

2004-12-05 Thread Jason van Zyl
On Sun, 2004-12-05 at 13:54, Brett Porter wrote: > Hi, > > I'd like to start a discussion about this to see what people think. > > The reasons: > - timing is right as we wind down MAVEN-1_0-BRANCH > - HTTPS makes it more practical behind firewalls > - the tool support seems to be mostly there now

Re: [proposal] Move Maven 1.x from CVS to Subversion

2004-12-05 Thread Alex Karasulu
Hiya, +1 Really the timing as U said sounds about right. Also this helps progress the use and development of the SCM plugin. BTW there was a pure Java SVN client in the works out there. Down the road it might be useful for adding more SCM goals to beef up the plugin: http://tmate.org/svn/ Ch

RE: [proposal] Move Maven 1.x from CVS to Subversion

2004-12-05 Thread Vincent Massol
I would be +1 for moving to subversion. I have been using svn on Cargo (codehaus) for 1-2 months and I'm very happy. The only downside on codehaus I can think of is that we're using svn+ssh as the protocol which is not very well supported by the different tools (except TortoiseSVN which is very ni

[proposal] Move Maven 1.x from CVS to Subversion

2004-12-05 Thread Brett Porter
Hi, I'd like to start a discussion about this to see what people think. The reasons: - timing is right as we wind down MAVEN-1_0-BRANCH - HTTPS makes it more practical behind firewalls - the tool support seems to be mostly there now (not perfect, but good enough) - is being encouraged ASF wide P

RE: [vote] release Maven 1.0.2

2004-12-05 Thread Eric Pugh
I haven't had a chance to test it either, but I'd like to see it released as well. I think the fixes are important. I wish I had more changes for cruisecontrol plugin to release with it, but haven't had a chance to do it... ERic > -Original Message- > From: Brett Porter [mailto:[EMAIL P

Re: Invoking 1.3.1 javac from Maven running on Java 1.4.2

2004-12-05 Thread Brett Porter
cd maven-plugins/java maven plugin:install Actually, I released the 1.5 Java plugin, though didn't do an announcement. Let me send that now. Basically, you can do: maven plugin:download -DgroupId=maven -DartifactId=maven-java-plugin -Dversion=1.5 Cheers, Brett Doug Knesek wrote: Brett, I chec

[ANN] Maven Java Plug-in 1.5 released

2004-12-05 Thread brett
The maven team is pleased to announce the Maven Java Plug-in 1.5 release! http://maven.apache.org/reference/plugins/java/ Changes in this version include: Fixed bugs: o Make it work by default with any version of the JDK Issue: MPJAVA-22. Changes: o Deprecate dependency handle o Use

Re: Renaming the docbook plugin

2004-12-05 Thread Brett Porter
Perhaps they can merged into one? Nobody is maintaining our one, so I have no problem if it is demoted to the sandbox and cut from releases either. - Brett Carlos Sanchez wrote: Hi, Is it possible to rename the maven docbook plugin to something like xdoc2docbook, so sourceforge sdocbook could be

[jira] Commented: (MAVEN-1522) Proxy + NTLM = NullPointerException

2004-12-05 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Sun, 5 Dec 2004 1:10 PM Body: Graham, Thanks - but what I really need is for you to run it with -X so I can get the line number it occurs at from the stack trace. It'll save me time tracking it down

Re: cvs commit: maven/src/java/org/apache/maven ArtifactListBuilder.java

2004-12-05 Thread Jason van Zyl
On Sat, 2004-12-04 at 15:03, Brett Porter wrote: > Actually, it will, because it starts with a number :) > > I'm not particularly happy with the property syntax for JAR overrides > and its dual meaning, but something that can be rectified later. I think it would be perfectly fine to only allow t

[jira] Commented: (MAVEN-1522) Proxy + NTLM = NullPointerException

2004-12-05 Thread jira
The following comment has been added to this issue: Author: Graham Leggett Created: Sun, 5 Dec 2004 11:53 AM Body: Some testing reveals that if the ntlm.host option is left off, it throws NullPointException. It seems that if at least one option is set, it assumes all the options

Re: Invoking 1.3.1 javac from Maven running on Java 1.4.2

2004-12-05 Thread Doug Knesek
Brett, I checked out maven-plugins. But how do I do a plugin:install pointing to the local directory in which I checked out the latest plugins? --- Brett Porter <[EMAIL PROTECTED]> wrote: > try checking out maven-plugins CVS and running > plugin:install on the > java plugin. This has been fixed

Renaming the docbook plugin

2004-12-05 Thread Carlos Sanchez
Hi, Is it possible to rename the maven docbook plugin to something like xdoc2docbook, so sourceforge sdocbook could be called docbook? This way I think it'd be less confusing to users. Regards Carlos Sanchez A Coruña, Spain http://www.jroller.com/page/carlossg ---

RE: [vote] release Maven 1.0.2

2004-12-05 Thread Carlos Sanchez
+0 Haven't tested yet but MAVEN-1501 was really annoying. > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 04, 2004 10:55 AM > To: Maven Developers List > Subject: [vote] release Maven 1.0.2 > > Hi, > > Please vote for whether to release t

[jira] Closed: (MAVENUPLOAD-269) MyFaces JSF-API

2004-12-05 Thread jira
Message: The following issue has been closed. Resolver: Carlos Sanchez Date: Sun, 5 Dec 2004 8:34 AM For apache projects you can deploy to http://www.apache.org/dist/java-repository/ whenever you want. It's mirrored to ibiblio. For non public builds (not mirrored to ibilio) you ca

[jira] Closed: (MAVENUPLOAD-268) inetaddresslocator-2.18

2004-12-05 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/browse/MAVENUPLOAD-268 Here is an overview of the issue: -

[jira] Closed: (MAVENUPLOAD-267) Please upload jbpm 2.0 to ibiblio

2004-12-05 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/browse/MAVENUPLOAD-267 Here is an overview of the issue: -

[jira] Closed: (MAVENUPLOAD-264) eclipse jdtcore update

2004-12-05 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/browse/MAVENUPLOAD-264 Here is an overview of the issue: -