You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Steve McMee (JIRA)" <ji...@codehaus.org> on 2005/07/26 09:08:57 UTC

[jira] Created: (MPDIST-24) dist:prepare-src-filesystem doesn't recognize maven.ant.generatebuild.file

dist:prepare-src-filesystem doesn't recognize maven.ant.generatebuild.file
--------------------------------------------------------------------------

         Key: MPDIST-24
         URL: http://jira.codehaus.org/browse/MPDIST-24
     Project: maven-dist-plugin
        Type: Bug
 Environment: Windows XP
 Reporter: Steve McMee


I have encountered a bug in goal
dist:prepare-src-filesystem:

<attainGoal name="ant:generate-build"/>
          <ant:move 
            file="${basedir}/build.xml"
            tofile="${maven.dist.src.assembly.dir}/build.xml"/>
this target fails if you have specified the property maven.ant.generatebuild.file to another file than build.xml
${basedir}/build.xml should be replaced by ${maven.ant.generatebuild.file}

-- 
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
-
For more information on JIRA, 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


[jira] Closed: (MPDIST-24) dist:prepare-src-filesystem doesn't recognize maven.ant.generatebuild.file

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPDIST-24?page=all ]
     
Lukas Theussl closed MPDIST-24:
-------------------------------

     Resolution: Fixed
    Fix Version: 1.7

> dist:prepare-src-filesystem doesn't recognize maven.ant.generatebuild.file
> --------------------------------------------------------------------------
>
>          Key: MPDIST-24
>          URL: http://jira.codehaus.org/browse/MPDIST-24
>      Project: maven-dist-plugin
>         Type: Bug
>  Environment: Windows XP
>     Reporter: Steve McMee
>      Fix For: 1.7

>
> Original Estimate: 15 minutes
>         Remaining: 15 minutes
>
> I have encountered a bug in goal
> dist:prepare-src-filesystem:
> <attainGoal name="ant:generate-build"/>
>           <ant:move 
>             file="${basedir}/build.xml"
>             tofile="${maven.dist.src.assembly.dir}/build.xml"/>
> this target fails if you have specified the property maven.ant.generatebuild.file to another file than build.xml
> ${basedir}/build.xml should be replaced by ${maven.ant.generatebuild.file}

-- 
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
-
For more information on JIRA, 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