Message: The following issue has been closed.
--------------------------------------------------------------------- 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: Closed Priority: Major Resolution: FIXED 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
