You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/09/08 14:11:10 UTC

[jira] Created: (MAVEN-798) "maven jalopy" doesn't format test source

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
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:09 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org