The following comment has been added to this issue:

     Author: Jason Chaffee
    Created: Tue, 12 Aug 2003 4:18 PM
       Body:
After looking at the Ant intergation documentation, I think there might be a typo in 
the the plugin.  The Ant documenation does not mention a "todir" parameter, but it 
does mention a "tmpdir" parameter.  Therefore, maybe

<resin2x if="cactus.home.resin2x"
         dir="${cactus.home.resin2x}" port="${cactus.port}"
         output="${cactus.reports.dir}/resin2x.out"
         todir="${cactus.reports.dir}/resin2x">
<j:if test="${context.getVariable('cactus.resin2x.config') != null}">
 <ant:setProperty name="resinconf" value="${cactus.resin2x.config}"/>
</j:if>        
</resin2x>

should be

<resin2x if="cactus.home.resin2x"
         dir="${cactus.home.resin2x}" port="${cactus.port}"
         output="${cactus.reports.dir}/resin2x.out"
         tmpdir="${cactus.reports.dir}/resin2x">
<j:if test="${context.getVariable('cactus.resin2x.config') != null}">
 <ant:setProperty name="resinconf" value="${cactus.resin2x.config}"/>
</j:if>        
</resin2x>
---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-669


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-669
    Summary: Plugin doesn't create/specify war directory correctly for resin
       Type: Bug

     Status: Unassigned
   Priority: Major

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin-cactus
   Versions:
             1.0-beta-10

   Assignee: 
   Reporter: Jason Chaffee

    Created: Mon, 11 Aug 2003 3:08 PM
    Updated: Mon, 11 Aug 2003 3:08 PM

Description:
Plugin doesn't create/specify war directory correctly for resin causing it to fail 
because it can't start-up resin correctly becasue resin can't find any war.  Should 
create a root directory for resin which contains a webapp directory.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Reply via email to