The following issue has been updated: Updater: Steve Vaughan (mailto:[EMAIL PROTECTED]) Date: Mon, 8 Sep 2003 7:11 AM Comment: Updated plugin.jelly Changes: Attachment changed to plugin.jelly --------------------------------------------------------------------- For a full history of the issue, see:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-798&page=history --------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-798 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-798 Summary: "maven jalopy" doesn't format test source Type: Bug Status: Unassigned Priority: Minor Time Spent: Unknown Remaining: Unknown Project: maven Components: plugin-jalopy Versions: 1.0-rc1 Assignee: Reporter: Steve Vaughan Created: Mon, 8 Sep 2003 7:09 AM Updated: Mon, 8 Sep 2003 7:11 AM Description: Executing "maven jalopy" doesn't format test source code. By making a small change to the jalopy plugin.jelly file, the goal can include test source code. cvs diff src/plugins-build/jalopy/plugin.jelly Index: src/plugins-build/jalopy/plugin.jelly =================================================================== RCS file: /home/cvspublic/maven/src/plugins-build/jalopy/plugin.jelly,v retrieving revision 1.3 diff -r1.3 plugin.jelly 4c4 < xmlns:ant="jelly:ant"> --- > xmlns:ant="jelly:ant" xmlns:j="jelly:core"> 50a51,55 > <j:if test="${unitTestSourcesPresent == 'true'}"> > <ant:fileset dir="${pom.build.unitTestSourceDirectory}" > > <ant:include name="${maven.jalopy.filesetInclude}" /> > </ant:fileset> > </j:if> --------------------------------------------------------------------- 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]