You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Lukas Theussl (JIRA)" <ji...@codehaus.org> on 2010/09/30 15:20:34 UTC

[jira] Closed: (MLINKCHECK-5) baseURL parameter does not work fine ???

     [ http://jira.codehaus.org/browse/MLINKCHECK-5?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Theussl closed MLINKCHECK-5.
----------------------------------

    Resolution: Cannot Reproduce
      Assignee: Lukas Theussl

I'm closing this for now as it's not clear what the actual issue is and how to reproduce. Please open another ticket with some concrete examples if necessary.

> baseURL parameter does not work fine ???
> ----------------------------------------
>
>                 Key: MLINKCHECK-5
>                 URL: http://jira.codehaus.org/browse/MLINKCHECK-5
>             Project: Maven 2.x Linkcheck Plugin
>          Issue Type: Bug
>    Affects Versions: 1.0.1
>         Environment: linux, continuum, maven-2.2.1
>            Reporter: ol
>            Assignee: Lukas Theussl
>
> I configure the plugin like the following:
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-linkcheck-plugin</artifactId>
>         <version>1.0.1</version>
>         <configuration>
>           <forceSite>false</forceSite>
>           <offline>false</offline>
>           <baseURL>http://myserver/${groupId}/${artifactId}</baseURL>
>           <excludedLinks>
>             <excludedLink>**/apidocs/*</excludedLink>
>             <excludedLink>**/cobertura/*</excludedLink>
>             <excludedLink>**/testapidocs/*</excludedLink>
>             <excludedLink>**/xref/*</excludedLink>
>             <excludedLink>**/xref-test/*</excludedLink>
>           </excludedLinks>          
>         </configuration>
>       </plugin>
> where the baseURL is the place where the site is deployed.
> Unfortunately, the report gives errors like that :
> pmd.html
> - ../index.html does not exists (but the parent site is published at http://myserver/${groupId})
> - ./css/print.css
> - project-info.html
> aso ... total of +7000 errors in my documentation site.
> What's wrong with my configuration ??
> I can see for example in the linkcheck.xml file this line :
>   <absolutePath>/data/continuum/1.3.4/9091/data/working-directory/12/target/site/pmd.html</absolutePath>
> Is it normal ??
> Thanks in advance !

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira