You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dan Tran (JIRA)" <ji...@codehaus.org> on 2007/08/21 07:07:47 UTC

[jira] Closed: (MANTRUN-67) "jar" goal on Ant execution fails on linux & unix

     [ http://jira.codehaus.org/browse/MANTRUN-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Tran closed MANTRUN-67.
---------------------------

      Assignee: Dan Tran
    Resolution: Won't Fix

configuration is incorrect.  Please refer to antrun documentation for correct usage. Better yet, your maven-jar-plugin

> "jar" goal on Ant execution fails on linux & unix
> -------------------------------------------------
>
>                 Key: MANTRUN-67
>                 URL: http://jira.codehaus.org/browse/MANTRUN-67
>             Project: Maven 2.x Antrun Plugin
>          Issue Type: Bug
>         Environment: Maven 2.04 with ant-plugin, Linux Red Hat 8 OS and Unix
>            Reporter: Elad Tabak
>            Assignee: Dan Tran
>
> Runing an Ant task in maven with <goal>jar</goal> works on windows, but fails on linux and unix.
> <build>
>     <plugins>
>       <plugin>
>         <artifactId>maven-antrun-plugin</artifactId>
>         <executions>
>           <execution>
>             <phase>test</phase>
>             <goals>
>               <goal>jar</goal>
>             </goals>
> The error produced under linux/unix is:
> 'jar' was specified in an execution, but not found in the plugin

-- 
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