Create new property for Cactus classes destination
--------------------------------------------------

         Key: CACTUS-232
         URL: http://issues.apache.org/jira/browse/CACTUS-232
     Project: Cactus
        Type: Improvement
  Components: Maven Integration  
    Versions: 1.7.1    
    Reporter: Felipe Leme
 Assigned to: Felipe Leme 
     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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to