You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by "Petar Tahchiev (JIRA)" <ca...@jakarta.apache.org> on 2008/04/11 14:35:05 UTC

[jira] Closed: (CACTUS-232) Create new property for Cactus classes destination

     [ https://issues.apache.org/jira/browse/CACTUS-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Petar Tahchiev closed CACTUS-232.
---------------------------------


> Create new property for Cactus classes destination
> --------------------------------------------------
>
>                 Key: CACTUS-232
>                 URL: https://issues.apache.org/jira/browse/CACTUS-232
>             Project: Cactus
>          Issue Type: Improvement
>          Components: Maven Integration
>    Affects Versions: 1.7.1
>            Reporter: Felipe Leme
>            Assignee: Petar Tahchiev
>             Fix For: 1.8
>
>
> I had to customize the Eclipse plugin to create a special folder for the classes generated by Cactus, but the plugin does not supply that information, while the JUnit/Test plugin does. More specifically, the Eclipse plugin has the following entry:
> <j:if test="${empty testOutputDir}">
>     <maven:get var="testOutputDir" plugin='maven-test-plugin' property='maven.test.dest'/>      
>   </j:if>
> Looking on the maven-test-plugin, we get:
> maven.test.dest = ${maven.build.dir}/test-classes
> But the Cactus plugin does not supply such properyl; instead, it defines it on plugin.jelly:
>     <ant:property name="cactus.target.classes.dir"
>         value="${maven.build.dir}/test-cactus-classes"/>
> So, in order to be consistent, I propose we create the cactus.test.dest property (which in turn would receive the ${maven.build.dir}/test-cactus-classes. value).
> -- Felipe
>  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org