The following comment has been added to this issue: Author: Joachim Bader Created: Wed, 7 Jul 2004 9:14 AM Body: fine, but this destorys junitdoclet generated test classes. MPJALOPY-5 fix this issue --------------------------------------------------------------------- View this comment: http://jira.codehaus.org/browse/MPJALOPY-2?page=comments#action_21474
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MPJALOPY-2 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPJALOPY-2 Summary: "maven jalopy" doesn't format test source Type: Bug Status: Closed Priority: Minor Resolution: FIXED Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-jalopy-plugin Assignee: Reporter: Steve Vaughan Created: Mon, 8 Sep 2003 7:09 AM Updated: Wed, 7 Jul 2004 9:14 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]