You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/11/09 17:25:10 UTC

[jira] Updated: (MAVEN-1010) scm:prepare-release can't lauch bootstrap goal

The following issue has been updated:

    Updater: dion gillard (mailto:dion@apache.org)
       Date: Sun, 9 Nov 2003 10:23 AM
    Changes:
             description changed from While using scm:prepare-release there is a error n?2 when maven try to lauch the bootstrap goal.

=> maven distribution comes with maven (for unix) and maven.bat (for Windows) and in Windows shell you can just type "maven" (.bat is optionnal)
The scm plugin (Jelly) use <ant:exec executable="maven" ...> but ant:exec is unable to lauch maven.bat you have to specify the extension of the file <ant:exec executable="maven.bat" ....>


hope this will help you
             Fix Version changed to 1.0-final
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1010&page=history

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1010


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1010
    Summary: scm:prepare-release can't lauch bootstrap goal
       Type: Bug

     Status: Unassigned
   Priority: Major

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Fix Fors:
             1.0-final
   Versions:
             1.0-rc1

   Assignee: 
   Reporter: Eric Taix

    Created: Fri, 7 Nov 2003 2:56 PM
    Updated: Sun, 9 Nov 2003 10:23 AM
Environment: Windows 2K

Description:
While using scm:prepare-release there is a error n?2 when maven try to lauch the bootstrap goal.

=> maven distribution comes with maven (for unix) and maven.bat (for Windows) and in Windows shell you can just type "maven" (.bat is optionnal)
The scm plugin (Jelly) use <ant:exec executable="maven" ...> but ant:exec is unable to lauch maven.bat you have to specify the extension of the file <ant:exec executable="maven.bat" ....>


hope this will help you


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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