Uploaded image for project: 'Commons Jelly'
  1. Commons Jelly
  2. JELLY-3

Can no longer run two define:tag scripts consecutively

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • taglib.define
    • None

    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.

      Attachments

        Activity

          People

            jstrachan James Strachan
            jason Jason Frantz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: