You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ji...@codehaus.org on 2003/09/04 23:35:18 UTC

[jira] Reopened: (JELLY-3) Can no longer run two define:tag scripts consecutively

Message:

   The following issue has been reopened.

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-3


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JELLY-3
    Summary: Can no longer run two define:tag scripts consecutively
       Type: Bug

     Status: Reopened
   Priority: Major

 Time Spent: Unknown
  Remaining: Unknown

    Project: jelly
 Components: 
             taglib.define

   Assignee: james strachan
   Reporter: Jason van Zyl

    Created: Tue, 13 Aug 2002 12:59 PM
    Updated: Thu, 4 Sep 2003 4:34 PM

Description:
I have a maven.xml file that has the following:

  <goal name="forehead" prereqs="init-texen-tag">
    <texen:generate
      controlTemplate="forehead.vm"
      outputDirectory="${run}"
      templatePath="${basedir}/templates"
      outputFile="forehead.conf"
      mavenProject="${pom}"
    />
  </goal>

  <goal name="script" prereqs="init-texen-tag">
    
    <texen:generate
      controlTemplate="plexus.vm"
      outputDirectory="${run}"
      templatePath="${basedir}/templates"
      outputFile="plexus.sh"
      mavenProject="${pom}"
    />

    <chmod file="${run}/plexus.sh" perm="+x"/>

  </goal>

I used to be able to run these goals consecutively but now only the first one will run the second comes out like this:

        <texen:texen controlTemplate="plexus.vm" mavenProject="plexus" templatePath="/home/jvanzyl/js/plexus/templates" outputFile="plexus.sh" outputDirectory="/home/jvanzyl/js/plexus/run"></texen:texen>

Basically just spitting out the XML.






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