When running Java Ant task with a configured ouputproperty attribute, the 
property does not get created
-------------------------------------------------------------------------------------------------------

                 Key: MANTRUN-105
                 URL: http://jira.codehaus.org/browse/MANTRUN-105
             Project: Maven 2.x Antrun Plugin
          Issue Type: Bug
    Affects Versions: 1.3
         Environment: Windows, Maven 2.0.9
            Reporter: Detelin Yordanov


We noticed that when executing the Java Ant task with an outputproperty set to 
something, e.g.:

<java classname="..." classpathref="..." outputproperty="chart.url" />

the property does not get created though the output that the Java class 
produces gets printed in the console.
The problem disappears when we enable forking on the Java task.

When the Java task is executed directly with Ant (not from Maven Antrun plugin) 
the property is correctly created and populated with the output, even if fork 
is not set to true.

Is this a bug in Maven antrun plugin, or in Maven or we are missing something 
here?

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

        

Reply via email to