[jira] Updated: (MNG-278) Can't build my 1.5 project

2005-04-09 Thread Sam Pullara (JIRA)
[ http://jira.codehaus.org/browse/MNG-278?page=history ] Sam Pullara updated MNG-278: Attachment: patch.txt Here is a patch the fixes it for me. > Can't build my 1.5 project > -- > > Key: MNG-278 > URL: http://jira.

[jira] Created: (MNG-281) When there is no "name" element, don't print null

2005-04-09 Thread Sam Pullara (JIRA)
When there is no "name" element, don't print null - Key: MNG-281 URL: http://jira.codehaus.org/browse/MNG-281 Project: m2 Type: Improvement Components: maven-core Versions: 2.0-alpha-1 Environment: Mac

[jira] Commented: (MNG-278) Can't build my 1.5 project

2005-04-09 Thread Sam Pullara (JIRA)
[ http://jira.codehaus.org/browse/MNG-278?page=comments#action_31817 ] Sam Pullara commented on MNG-278: - PROGRAMMATIC INTERFACE The com.sun.tools.javac.Main class provides two static methods to invoke the compiler from a program: public static int co

[jira] Created: (MNG-280) Writing maven xml files is error prone without a schema or something

2005-04-09 Thread Sam Pullara (JIRA)
Writing maven xml files is error prone without a schema or something Key: MNG-280 URL: http://jira.codehaus.org/browse/MNG-280 Project: m2 Type: Improvement Environment: Mac, IntelliJ Reporter:

[jira] Commented: (MNG-278) Can't build my 1.5 project

2005-04-09 Thread Sam Pullara (JIRA)
[ http://jira.codehaus.org/browse/MNG-278?page=comments#action_31816 ] Sam Pullara commented on MNG-278: - Looks like it shouldn't be using the old classname for javac. Instead it should use: com.sun.tools.javac.Main > Can't build my 1.5 project > ---

[jira] Created: (MNG-279) When deploying a artifact tell the user to which repository it's deployed to.

2005-04-09 Thread Trygve Laugstol (JIRA)
When deploying a artifact tell the user to which repository it's deployed to. - Key: MNG-279 URL: http://jira.codehaus.org/browse/MNG-279 Project: m2 Type: Bug Reporter: Trygve Laugstol

[jira] Created: (MNG-278) Can't build my 1.5 project

2005-04-09 Thread Sam Pullara (JIRA)
Can't build my 1.5 project -- Key: MNG-278 URL: http://jira.codehaus.org/browse/MNG-278 Project: m2 Type: Bug Versions: 2.0-alpha-1 Environment: Mac OS X 10.3.8, JDK 1.5.0_02 Reporter: Sam Pullara Fix For: 2.0-alpha-2 Attach

[jira] Updated: (MNG-277) When a download is failing the error message is confusing.

2005-04-09 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-277?page=history ] Brett Porter updated MNG-277: - Fix Version: 2.0-alpha-2 > When a download is failing the error message is confusing. > -- > > Key: MNG-2

[jira] Created: (MNG-277) When a download is failing the error message is confusing.

2005-04-09 Thread Trygve Laugstol (JIRA)
When a download is failing the error message is confusing. -- Key: MNG-277 URL: http://jira.codehaus.org/browse/MNG-277 Project: m2 Type: Bug Reporter: Trygve Laugstol When I was trying execute "m2 install

RE: How to .... release a plugin ?? - resolved

2005-04-09 Thread Arnaud HERITIER
Ok, I committed with a command line a fake modification and the password is now cached. scm:prepare-release works. I also needed to move the distribution site to people.apache.org because we can't use maven.apache.org and www.apache.org with the new infrastructure. I don't know how often the rs

svn commit: r160704 - maven/maven-1/plugins/trunk/plugin-parent/project.xml

2005-04-09 Thread aheritier
Author: aheritier Date: Sat Apr 9 11:12:59 2005 New Revision: 160704 URL: http://svn.apache.org/viewcvs?view=rev&rev=160704 Log: Move servers to people.apache.org With the new ASF infrastructure we can't deploy the site and artifacts on maven.apache.org and www.apache.org Modified: maven/ma

svn commit: r160699 - in maven/maven-1/plugins/tags/MAVEN_ANT_1_9: ./ project.xml xdocs/ant-settings.xml xdocs/changes.xml

2005-04-09 Thread aheritier
Author: aheritier Date: Sat Apr 9 10:05:40 2005 New Revision: 160699 URL: http://svn.apache.org/viewcvs?view=rev&rev=160699 Log: [maven-scm] copy for tag MAVEN_ANT_1_9 Added: maven/maven-1/plugins/tags/MAVEN_ANT_1_9/ - copied from r160689, maven/maven-1/plugins/trunk/ant/ maven/mav

svn commit: r160698 - in maven/maven-1/plugins/trunk/ant: project.xml xdocs/changes.xml

2005-04-09 Thread aheritier
Author: aheritier Date: Sat Apr 9 10:05:23 2005 New Revision: 160698 URL: http://svn.apache.org/viewcvs?view=rev&rev=160698 Log: [maven-scm-plugin] prepare release 1.9 Modified: maven/maven-1/plugins/trunk/ant/project.xml maven/maven-1/plugins/trunk/ant/xdocs/changes.xml Modified: maven

svn commit: r160697 - maven/maven-1/plugins/trunk/ant/xdocs/ant-settings.xml

2005-04-09 Thread aheritier
Author: aheritier Date: Sat Apr 9 10:04:43 2005 New Revision: 160697 URL: http://svn.apache.org/viewcvs?view=rev&rev=160697 Log: test to commit with a command line Modified: maven/maven-1/plugins/trunk/ant/xdocs/ant-settings.xml Modified: maven/maven-1/plugins/trunk/ant/xdocs/ant-settings.x

Re: How to .... release a plugin ??

2005-04-09 Thread Brett Porter
- You need to have the same local user as remotely. -Duser.name=... might work. - You need to have successfully logged in previously so that the password is cached The SVN provider can handle doing the --username/--password thing now, though you might need to add the config hook to the SCM plugin.

RE: How to .... release a plugin ??

2005-04-09 Thread Arnaud HERITIER
Hi guys, I tried to release the plugin with maven 1.0.2 but I have the same error. I upgraded the SCM plugin ( v1.5-beta3 thanks Vincent) and it's better but I have another error. I certainly never released a plugin since we switched to subversion ( :-( ). I have an authorization problem : ...

svn commit: r160683 - maven/maven-1/plugins-sandbox/trunk/modello/plugin.properties

2005-04-09 Thread evenisse
Author: evenisse Date: Sat Apr 9 07:35:36 2005 New Revision: 160683 URL: http://svn.apache.org/viewcvs?view=rev&rev=160683 Log: Use basedir for multiproject Modified: maven/maven-1/plugins-sandbox/trunk/modello/plugin.properties Modified: maven/maven-1/plugins-sandbox/trunk/modello/plugin.p