Message:

   The following issue has been closed.

   Resolver: Emmanuel Venisse
       Date: Wed, 2 Jul 2003 5:19 AM

Done.
---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-429


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-429
    Summary: checkstyle links to xref broken
       Type: Bug

     Status: Closed
   Priority: Trivial
 Resolution: FIXED

 Time Spent: Unknown
   Estimate: 0 minutes

    Project: maven
   Fix Fors:
             1.0-beta-10
   Versions:
             1.0-beta-10

   Assignee: Emmanuel Venisse
   Reporter: thomas diesler

    Created: Thu, 15 May 2003 4:08 AM
    Updated: Wed, 2 Jul 2003 5:19 AM
Environment: Win2000

Description:

I think the reason is that pom.build.sourceDirectory allready contains the full source 
path.

In checkstyle.jsl:55 is:

<j:set var="fullSrcDir" value="${basedir}/${pom.build.sourceDirectory}"/>

should be:

<j:set var="fullSrcDir" value="${pom.build.sourceDirectory}"/>




---------------------------------------------------------------------
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/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]

Reply via email to