You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/08/23 15:03:02 UTC

[jira] Created: (MNG-778) ant tasks don't use correct environment in antrun plugin

ant tasks don't use correct environment in antrun plugin
--------------------------------------------------------

         Key: MNG-778
         URL: http://jira.codehaus.org/browse/MNG-778
     Project: Maven 2
        Type: Bug
  Components: maven-plugins  
 Reporter: Brett Porter


eg, ${user.home} does not resolve to the java system property as it would when you execute it standalone

-- 
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: (MANTRUN-32) ant tasks don't use correct environment in antrun plugin

Posted by "Kenney Westerhof (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MANTRUN-32?page=all ]
     
Kenney Westerhof closed MANTRUN-32:
-----------------------------------

     Assign To: Kenney Westerhof
    Resolution: Fixed

Fixed in revision 374157. Added missing call to Project.init().

> ant tasks don't use correct environment in antrun plugin
> --------------------------------------------------------
>
>          Key: MANTRUN-32
>          URL: http://jira.codehaus.org/browse/MANTRUN-32
>      Project: Maven 2.x Antrun Plugin
>         Type: Bug

>     Versions: 1.1
>     Reporter: Brett Porter
>     Assignee: Kenney Westerhof
>      Fix For: 1.2
>  Attachments: antTargetConverterPatch.patch
>
>
> eg, ${user.home} does not resolve to the java system property as it would when you execute it standalone

-- 
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] Updated: (MNG-778) ant tasks don't use correct environment in antrun plugin

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-778?page=all ]

John Casey updated MNG-778:
---------------------------

    Fix Version: 2.0.1
    Environment: 

This ir probably related to the custom PropertyHelper (name?) that the antrun plugin uses...it should be pretty easy to add System properties support to it.

> ant tasks don't use correct environment in antrun plugin
> --------------------------------------------------------
>
>          Key: MNG-778
>          URL: http://jira.codehaus.org/browse/MNG-778
>      Project: Maven 2
>         Type: Bug
>   Components: maven-antrun-plugin
>     Reporter: Brett Porter
>      Fix For: 2.0.1

>
>
> eg, ${user.home} does not resolve to the java system property as it would when you execute it standalone

-- 
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] Updated: (MNG-778) ant tasks don't use correct environment in antrun plugin

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-778?page=all ]

Brett Porter updated MNG-778:
-----------------------------

    Component:     (was: maven-plugins)
               maven-antrun-plugin

> ant tasks don't use correct environment in antrun plugin
> --------------------------------------------------------
>
>          Key: MNG-778
>          URL: http://jira.codehaus.org/browse/MNG-778
>      Project: Maven 2
>         Type: Bug
>   Components: maven-antrun-plugin
>     Reporter: Brett Porter

>
>
> eg, ${user.home} does not resolve to the java system property as it would when you execute it standalone

-- 
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] Updated: (MNG-778) ant tasks don't use correct environment in antrun plugin

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-778?page=all ]

John Casey updated MNG-778:
---------------------------

    Fix Version:     (was: 2.0.1)
                 2.0.2

> ant tasks don't use correct environment in antrun plugin
> --------------------------------------------------------
>
>          Key: MNG-778
>          URL: http://jira.codehaus.org/browse/MNG-778
>      Project: Maven 2
>         Type: Bug
>   Components: maven-antrun-plugin
>     Reporter: Brett Porter
>      Fix For: 2.0.2

>
>
> eg, ${user.home} does not resolve to the java system property as it would when you execute it standalone

-- 
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] Reopened: (MANTRUN-32) ant tasks don't use correct environment in antrun plugin

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MANTRUN-32?page=all ]
     
Carlos Sanchez reopened MANTRUN-32:
-----------------------------------


Again breaking api, you should deprecate methods instead of removing.

> ant tasks don't use correct environment in antrun plugin
> --------------------------------------------------------
>
>          Key: MANTRUN-32
>          URL: http://jira.codehaus.org/browse/MANTRUN-32
>      Project: Maven 2.x Antrun Plugin
>         Type: Bug

>     Versions: 1.1
>     Reporter: Brett Porter
>     Assignee: Kenney Westerhof
>      Fix For: 1.2
>  Attachments: antTargetConverterPatch.patch
>
>
> eg, ${user.home} does not resolve to the java system property as it would when you execute it standalone

-- 
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] Commented: (MANTRUN-32) ant tasks don't use correct environment in antrun plugin

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MANTRUN-32?page=comments#action_54648 ] 

Carlos Sanchez commented on MANTRUN-32:
---------------------------------------

It does work when the property is inside the pom, but not when it's in a build.xml outside called through <ant>

> ant tasks don't use correct environment in antrun plugin
> --------------------------------------------------------
>
>          Key: MANTRUN-32
>          URL: http://jira.codehaus.org/browse/MANTRUN-32
>      Project: Maven 2.x Antrun Plugin
>         Type: Bug

>     Versions: 1.1
>     Reporter: Brett Porter
>      Fix For: 1.2

>
>
> eg, ${user.home} does not resolve to the java system property as it would when you execute it standalone

-- 
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] Updated: (MANTRUN-32) ant tasks don't use correct environment in antrun plugin

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MANTRUN-32?page=all ]

Carlos Sanchez updated MANTRUN-32:
----------------------------------

    Testcase included: yes
              Version: 1.1
          Fix Version: 1.2

Testcase is test3 in plugin

> ant tasks don't use correct environment in antrun plugin
> --------------------------------------------------------
>
>          Key: MANTRUN-32
>          URL: http://jira.codehaus.org/browse/MANTRUN-32
>      Project: Maven 2.x Antrun Plugin
>         Type: Bug

>     Versions: 1.1
>     Reporter: Brett Porter
>      Fix For: 1.2

>
>
> eg, ${user.home} does not resolve to the java system property as it would when you execute it standalone

-- 
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: (MANTRUN-32) ant tasks don't use correct environment in antrun plugin

Posted by "Kenney Westerhof (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MANTRUN-32?page=all ]
     
Kenney Westerhof closed MANTRUN-32:
-----------------------------------

    Resolution: Fixed

sorry! committed @ rev 374173

> ant tasks don't use correct environment in antrun plugin
> --------------------------------------------------------
>
>          Key: MANTRUN-32
>          URL: http://jira.codehaus.org/browse/MANTRUN-32
>      Project: Maven 2.x Antrun Plugin
>         Type: Bug

>     Versions: 1.1
>     Reporter: Brett Porter
>     Assignee: Kenney Westerhof
>      Fix For: 1.2
>  Attachments: antTargetConverterPatch.patch
>
>
> eg, ${user.home} does not resolve to the java system property as it would when you execute it standalone

-- 
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] Updated: (MANTRUN-32) ant tasks don't use correct environment in antrun plugin

Posted by "Gudlaugur Egilsson (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MANTRUN-32?page=all ]

Gudlaugur Egilsson updated MANTRUN-32:
--------------------------------------

    Attachment: antTargetConverterPatch.patch

> ant tasks don't use correct environment in antrun plugin
> --------------------------------------------------------
>
>          Key: MANTRUN-32
>          URL: http://jira.codehaus.org/browse/MANTRUN-32
>      Project: Maven 2.x Antrun Plugin
>         Type: Bug

>     Versions: 1.1
>     Reporter: Brett Porter
>      Fix For: 1.2
>  Attachments: antTargetConverterPatch.patch
>
>
> eg, ${user.home} does not resolve to the java system property as it would when you execute it standalone

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