You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Richard A. Steele (JIRA)" <ji...@apache.org> on 2013/04/25 13:48:15 UTC

[jira] [Commented] (IVY-1279) publishivy="false" seems to stop publishing?

    [ https://issues.apache.org/jira/browse/IVY-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13641694#comment-13641694 ] 

Richard A. Steele commented on IVY-1279:
----------------------------------------

I have the same issue.  I'm trying to figure out why <publish> is overwriting an existing ivy.xml created with an explicit call to <deliver>, which seems to fly in the face of the flowchart at https://ant.apache.org/ivy/history/latest-milestone/images/ivy-publish-fc.png.
                
> publishivy="false" seems to stop publishing?
> --------------------------------------------
>
>                 Key: IVY-1279
>                 URL: https://issues.apache.org/jira/browse/IVY-1279
>             Project: Ivy
>          Issue Type: Question
>          Components: Ant
>    Affects Versions: 2.2.0
>         Environment: Ubuntu
>            Reporter: Adrian Smith
>            Priority: Minor
>              Labels: ant
>
> If I have
> <target name="publish-local" depends="dist">
>                                 <ivy:publish resolver="local" artifactspattern="${build}/[artifact].[ext]"/>
> </target>
> Everything works fine:
> publish-local:
> [ivy:publish] :: delivering :: bt#pal;working@adrian-small-laptop :: 20110328142739 :: integration :: Mon Mar 28 14:27:39 BST 2011
> [ivy:publish]       delivering ivy file to /home/adrian/work/svn/smit-pal/trunk/pal/build/ivy.xml
> [ivy:publish] :: publishing :: bt#pal
> [ivy:publish]       published pal to /home/adrian/.ivy2/local/bt/pal/20110328142739.part/wars/pal.war
> [ivy:publish]       published ivy to /home/adrian/.ivy2/local/bt/pal/20110328142739.part/ivys/ivy.xml
> [ivy:publish]       publish commited: moved /home/adrian/.ivy2/local/bt/pal/20110328142739.part
> [ivy:publish]                       to /home/adrian/.ivy2/local/bt/pal/20110328142739
> However, if I have
> <target name="publish-local" depends="dist">
>                                 <ivy:publish resolver="local" artifactspattern="${build}/[artifact].[ext]" publishivy="false"/> </target>
> I get:
> publish-local:
> [ivy:publish] :: publishing :: bt#pal
> [ivy:publish]       published pal to /home/adrian/.ivy2/local/bt/pal/20110328142819.part/wars/pal.war
> [ivy:publish]       publish aborted: nothing was started
> BUILD FAILED
> /home/adrian/work/svn/smit-pal/trunk/pal/build.xml:109: impossible to publish artifacts for bt#pal;working@adrian-small-laptop: java.io.IOException: publish transaction commit error for /home/adrian/.ivy2/local/bt/pal/working@adrian-small-laptop: rolled back
> Is this something I'm doing wrong, or a bug?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira