[jira] (MJAVADOC-424) Compile errors and warning when generating the test-javadoc

2015-03-17 Thread Karl-Heinz Marbaise (JIRA)

[ 
https://jira.codehaus.org/browse/MJAVADOC-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=365176#comment-365176
 ] 

Karl-Heinz Marbaise commented on MJAVADOC-424:
--

Cool. Thanks you very much for your support and help.

> Compile errors and warning when generating the test-javadoc
> ---
>
> Key: MJAVADOC-424
> URL: https://jira.codehaus.org/browse/MJAVADOC-424
> Project: Maven Javadoc Plugin
>  Issue Type: Bug
>Affects Versions: 2.10.1
>Reporter: Jim Sellers
> Fix For: 2.10.3
>
>
> With the changes to the classpath done in MJAVADOC-398 and MJAVADOC-406, this 
> means now I get javadoc warnings and errors when creating a site. The errors 
> fail the build.
> This showed up because code in src/test/java used constants defined in 
> src/main/java.
> Work around was to revert to 2.9.1
> {code:XML|title=Sample pom snipit}
>  
> 
>   
> 
>   org.apache.maven.plugins
>   maven-javadoc-plugin
>   
>   2.10.1
>   
> false
> true
>   
> 
>   
> 
>   
>   
> 
>   
> org.apache.maven.plugins
> maven-javadoc-plugin
> 
>   false
>   true
> 
> 
>   
> default
> 
>   javadoc
>   test-javadoc
> 
>   
> 
>   
> 
>   
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MJAVADOC-424) Compile errors and warning when generating the test-javadoc

2015-03-17 Thread Karl-Heinz Marbaise (JIRA)

 [ 
https://jira.codehaus.org/browse/MJAVADOC-424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl-Heinz Marbaise closed MJAVADOC-424.


Resolution: Fixed
  Assignee: Karl-Heinz Marbaise

Fixed based on feedback in relationship to the linked issue.

> Compile errors and warning when generating the test-javadoc
> ---
>
> Key: MJAVADOC-424
> URL: https://jira.codehaus.org/browse/MJAVADOC-424
> Project: Maven Javadoc Plugin
>  Issue Type: Bug
>Affects Versions: 2.10.1
>Reporter: Jim Sellers
>Assignee: Karl-Heinz Marbaise
> Fix For: 2.10.3
>
>
> With the changes to the classpath done in MJAVADOC-398 and MJAVADOC-406, this 
> means now I get javadoc warnings and errors when creating a site. The errors 
> fail the build.
> This showed up because code in src/test/java used constants defined in 
> src/main/java.
> Work around was to revert to 2.9.1
> {code:XML|title=Sample pom snipit}
>  
> 
>   
> 
>   org.apache.maven.plugins
>   maven-javadoc-plugin
>   
>   2.10.1
>   
> false
> true
>   
> 
>   
> 
>   
>   
> 
>   
> org.apache.maven.plugins
> maven-javadoc-plugin
> 
>   false
>   true
> 
> 
>   
> default
> 
>   javadoc
>   test-javadoc
> 
>   
> 
>   
> 
>   
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MJAVADOC-424) Compile errors and warning when generating the test-javadoc

2015-03-17 Thread Karl-Heinz Marbaise (JIRA)

 [ 
https://jira.codehaus.org/browse/MJAVADOC-424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl-Heinz Marbaise updated MJAVADOC-424:
-

Fix Version/s: 2.10.3

> Compile errors and warning when generating the test-javadoc
> ---
>
> Key: MJAVADOC-424
> URL: https://jira.codehaus.org/browse/MJAVADOC-424
> Project: Maven Javadoc Plugin
>  Issue Type: Bug
>Affects Versions: 2.10.1
>Reporter: Jim Sellers
> Fix For: 2.10.3
>
>
> With the changes to the classpath done in MJAVADOC-398 and MJAVADOC-406, this 
> means now I get javadoc warnings and errors when creating a site. The errors 
> fail the build.
> This showed up because code in src/test/java used constants defined in 
> src/main/java.
> Work around was to revert to 2.9.1
> {code:XML|title=Sample pom snipit}
>  
> 
>   
> 
>   org.apache.maven.plugins
>   maven-javadoc-plugin
>   
>   2.10.1
>   
> false
> true
>   
> 
>   
> 
>   
>   
> 
>   
> org.apache.maven.plugins
> maven-javadoc-plugin
> 
>   false
>   true
> 
> 
>   
> default
> 
>   javadoc
>   test-javadoc
> 
>   
> 
>   
> 
>   
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MJAVADOC-424) Compile errors and warning when generating the test-javadoc

2015-03-17 Thread Jim Sellers (JIRA)

[ 
https://jira.codehaus.org/browse/MJAVADOC-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=365156#comment-365156
 ] 

Jim Sellers commented on MJAVADOC-424:
--

2.10.3-SNAPSHOT resolves this issue for me.

Thanks!

> Compile errors and warning when generating the test-javadoc
> ---
>
> Key: MJAVADOC-424
> URL: https://jira.codehaus.org/browse/MJAVADOC-424
> Project: Maven Javadoc Plugin
>  Issue Type: Bug
>Affects Versions: 2.10.1
>Reporter: Jim Sellers
>
> With the changes to the classpath done in MJAVADOC-398 and MJAVADOC-406, this 
> means now I get javadoc warnings and errors when creating a site. The errors 
> fail the build.
> This showed up because code in src/test/java used constants defined in 
> src/main/java.
> Work around was to revert to 2.9.1
> {code:XML|title=Sample pom snipit}
>  
> 
>   
> 
>   org.apache.maven.plugins
>   maven-javadoc-plugin
>   
>   2.10.1
>   
> false
> true
>   
> 
>   
> 
>   
>   
> 
>   
> org.apache.maven.plugins
> maven-javadoc-plugin
> 
>   false
>   true
> 
> 
>   
> default
> 
>   javadoc
>   test-javadoc
> 
>   
> 
>   
> 
>   
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MJAVADOC-424) Compile errors and warning when generating the test-javadoc

2015-03-16 Thread Jim Sellers (JIRA)

[ 
https://jira.codehaus.org/browse/MJAVADOC-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=365117#comment-365117
 ] 

Jim Sellers commented on MJAVADOC-424:
--

I'll try to test 2.10.3-SNAPSHOT tomorrow.

> Compile errors and warning when generating the test-javadoc
> ---
>
> Key: MJAVADOC-424
> URL: https://jira.codehaus.org/browse/MJAVADOC-424
> Project: Maven Javadoc Plugin
>  Issue Type: Bug
>Affects Versions: 2.10.1
>Reporter: Jim Sellers
>
> With the changes to the classpath done in MJAVADOC-398 and MJAVADOC-406, this 
> means now I get javadoc warnings and errors when creating a site. The errors 
> fail the build.
> This showed up because code in src/test/java used constants defined in 
> src/main/java.
> Work around was to revert to 2.9.1
> {code:XML|title=Sample pom snipit}
>  
> 
>   
> 
>   org.apache.maven.plugins
>   maven-javadoc-plugin
>   
>   2.10.1
>   
> false
> true
>   
> 
>   
> 
>   
>   
> 
>   
> org.apache.maven.plugins
> maven-javadoc-plugin
> 
>   false
>   true
> 
> 
>   
> default
> 
>   javadoc
>   test-javadoc
> 
>   
> 
>   
> 
>   
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MJAVADOC-424) Compile errors and warning when generating the test-javadoc

2015-03-16 Thread Karl-Heinz Marbaise (JIRA)

[ 
https://jira.codehaus.org/browse/MJAVADOC-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=365116#comment-365116
 ] 

Karl-Heinz Marbaise commented on MJAVADOC-424:
--

Can someone check this by using the current SNAPSHOT on trunk to check if this 
true if so we can close the issue.

> Compile errors and warning when generating the test-javadoc
> ---
>
> Key: MJAVADOC-424
> URL: https://jira.codehaus.org/browse/MJAVADOC-424
> Project: Maven Javadoc Plugin
>  Issue Type: Bug
>Affects Versions: 2.10.1
>Reporter: Jim Sellers
>
> With the changes to the classpath done in MJAVADOC-398 and MJAVADOC-406, this 
> means now I get javadoc warnings and errors when creating a site. The errors 
> fail the build.
> This showed up because code in src/test/java used constants defined in 
> src/main/java.
> Work around was to revert to 2.9.1
> {code:XML|title=Sample pom snipit}
>  
> 
>   
> 
>   org.apache.maven.plugins
>   maven-javadoc-plugin
>   
>   2.10.1
>   
> false
> true
>   
> 
>   
> 
>   
>   
> 
>   
> org.apache.maven.plugins
> maven-javadoc-plugin
> 
>   false
>   true
> 
> 
>   
> default
> 
>   javadoc
>   test-javadoc
> 
>   
> 
>   
> 
>   
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MJAVADOC-424) Compile errors and warning when generating the test-javadoc

2015-03-16 Thread Michal Srb (JIRA)

[ 
https://jira.codehaus.org/browse/MJAVADOC-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=365079#comment-365079
 ] 

Michal Srb commented on MJAVADOC-424:
-

I believe that this is a same issue as in MJAVADOC-414.

> Compile errors and warning when generating the test-javadoc
> ---
>
> Key: MJAVADOC-424
> URL: https://jira.codehaus.org/browse/MJAVADOC-424
> Project: Maven Javadoc Plugin
>  Issue Type: Bug
>Affects Versions: 2.10.1
>Reporter: Jim Sellers
>
> With the changes to the classpath done in MJAVADOC-398 and MJAVADOC-406, this 
> means now I get javadoc warnings and errors when creating a site. The errors 
> fail the build.
> This showed up because code in src/test/java used constants defined in 
> src/main/java.
> Work around was to revert to 2.9.1
> {code:XML|title=Sample pom snipit}
>  
> 
>   
> 
>   org.apache.maven.plugins
>   maven-javadoc-plugin
>   
>   2.10.1
>   
> false
> true
>   
> 
>   
> 
>   
>   
> 
>   
> org.apache.maven.plugins
> maven-javadoc-plugin
> 
>   false
>   true
> 
> 
>   
> default
> 
>   javadoc
>   test-javadoc
> 
>   
> 
>   
> 
>   
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MJAVADOC-424) Compile errors and warning when generating the test-javadoc

2014-12-23 Thread Jim Sellers (JIRA)
Jim Sellers created MJAVADOC-424:


 Summary: Compile errors and warning when generating the 
test-javadoc
 Key: MJAVADOC-424
 URL: https://jira.codehaus.org/browse/MJAVADOC-424
 Project: Maven Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.10.1
Reporter: Jim Sellers


With the changes to the classpath done in MJAVADOC-398 and MJAVADOC-406, this 
means now I get javadoc warnings and errors when creating a site. The errors 
fail the build.

This showed up because code in src/test/java used constants defined in 
src/main/java.

Work around was to revert to 2.9.1

{code:XML|title=Sample pom snipit}
 

  

  org.apache.maven.plugins
  maven-javadoc-plugin
  
  2.10.1
  
false
true
  

  

  
  

  
org.apache.maven.plugins
maven-javadoc-plugin

  false
  true


  
default

  javadoc
  test-javadoc

  

  

  
{code}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)