Re: error with doccheck still

2006-10-02 Thread Mick Knutson
Why am I getting files created under ./null/* file:///C:/opt/npi/common/common-jar/target/site/doccheck/null/com/baselogic/PackageErrors.html On 9/22/06, Shinobu Kawai [EMAIL PROTECTED] wrote: Hi Mick, So are you saying I do NOT need this and to remove it from my repository and my

Re: error with doccheck still

2006-10-02 Thread Shinobu Kawai
Hi Mick, Why am I getting files created under ./null/* file:///C:/opt/npi/common/common-jar/target/site/doccheck/null/com/baselogic/PackageErrors.html This is a bug in the DocCheck Doclet. You need to specify the output directory. Or, you can apply a patch on the plugin website:

Re: error with doccheck still

2006-09-22 Thread Mick Knutson
I still get this error. How do I fix this error as this plugin is already in my local repository: [INFO] snapshot org.apache.maven.plugins:maven-javadoc-plugin:2.1-SNAPSHOT:checking for updates from ibiblio Downloading:

Re: error with doccheck still

2006-09-22 Thread Shinobu Kawai
Hi Mick, On 9/21/06, Mick Knutson [EMAIL PROTECTED] wrote: I removed the item you stated, but do not understand what I am suppose to do for MJAVADOC-81 [1]...??? If you have the SNAPSHOT from the latest SVN, it is all taken care of. Is there something else I must compile and run

Re: error with doccheck still

2006-09-22 Thread Shinobu Kawai
Hi Mick, I still get this error. How do I fix this error as this plugin is already in my local repository: [ERROR] BUILD ERROR [INFO] [INFO]

Re: error with doccheck still

2006-09-22 Thread Shinobu Kawai
Hi Mick, So are you saying I do NOT need this and to remove it from my repository and my pom.xml? Correct. It won't hurt to have it in your repository, but it should be taken out of your pom.xml. What is this plugin then:

Re: error with doccheck still

2006-09-21 Thread Shinobu Kawai
Hi Mick, I have tried to build and install 2.1-snapshot but no luck. Can someone just put the jar on a snapshot server for the new javadoc plugin? I think there was a snapshot repository for apache artifacts somewhere, but here it is for now:

Re: error with doccheck still

2006-09-21 Thread Shinobu Kawai
Hi Mick, I get this error now when running: - Cannot find doclet class com.sun.tools.doclets.doccheck.DocCheck You need to install the doccheck jar to your m2 repository. Please see here for instructions:

Re: error with doccheck still

2006-09-21 Thread Mick Knutson
I installed that jar myself, but get this error: [INFO] Velocimacro : VM library template macro registration complete. [INFO] Velocimacro : allowInline = true : VMs can be defined inline in templates [INFO] Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace

Re: error with doccheck still

2006-09-21 Thread Mick Knutson
I already installed the doccheck jar into my repository. On 9/20/06, Shinobu Kawai [EMAIL PROTECTED] wrote: Hi Mick, I get this error now when running: - Cannot find doclet class com.sun.tools.doclets.doccheck.DocCheck You need to install the doccheck jar to your m2 repository. Please

Re: error with doccheck still

2006-09-21 Thread Mick Knutson
I removed the item you stated, but do not understand what I am suppose to do for MJAVADOC-81 [1]...??? Is there something else I must compile and run and/install? I just do not understand... On 9/20/06, Shinobu Kawai [EMAIL PROTECTED] wrote: Hi Mick, The new fix for MJAVADOC-81 [1] is

Re: error with doccheck still

2006-09-21 Thread Mick Knutson
So are you saying I do NOT need this and to remove it from my repository and my pom.xml? On 9/20/06, Shinobu Kawai [EMAIL PROTECTED] wrote: Hi Mick, What is this plugin then: http://www.ibiblio.org/maven2/doccheck/maven-doccheck-plugin/1.4-0.1/ Is this just the plugin? It's the result of

Re: error with doccheck still

2006-09-20 Thread Mick Knutson
What is this plugin then: http://www.ibiblio.org/maven2/doccheck/maven-doccheck-plugin/1.4-0.1/ Is this just the plugin? On 9/19/06, Shinobu Kawai [EMAIL PROTECTED] wrote: Hi Mick, Does anyone else have doccheck running? The DocCheck plugin is only for M1. For usage with M2, please see

Re: error with doccheck still

2006-09-20 Thread Mick Knutson
ReportSets is not valid: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-javadoc-plugin/artifactId version2.1-SNAPSHOT/version reportSets reportSet idhtml/id

Re: error with doccheck still

2006-09-20 Thread Mick Knutson
I get this error now when running: [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Error during page generation Embedded error: Error rendering Maven

Re: error with doccheck still

2006-09-20 Thread Mick Knutson
I have tried to build and install 2.1-snapshot but no luck. Can someone just put the jar on a snapshot server for the new javadoc plugin? On 9/20/06, Mick Knutson [EMAIL PROTECTED] wrote: I get this error now when running: [INFO]

Re: error with doccheck still

2006-09-20 Thread Shinobu Kawai
Hi Mick, What is this plugin then: http://www.ibiblio.org/maven2/doccheck/maven-doccheck-plugin/1.4-0.1/ Is this just the plugin? It's the result of the automatic conversion of m1 ibiblio to m2 ibiblio. Maybe I should request it to be removed... Best regards, -- Shinobu -- Shinobu Kawai

Re: error with doccheck still

2006-09-20 Thread Shinobu Kawai
Hi Mick, The new fix for MJAVADOC-81 [1] is slightly different than the patch, so a slight change is needed. ReportSets is not valid: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-javadoc-plugin/artifactId

error with doccheck still

2006-09-19 Thread Mick Knutson
Does anyone else have doccheck running? plugin groupIddoccheck/groupId artifactIdmaven-doccheck-plugin/artifactId version1.4-0.1/version /plugin [INFO] Velocimacro : error using VM library template VM_global_library.vm :

Re: error with doccheck still

2006-09-19 Thread Shinobu Kawai
Hi Mick, Does anyone else have doccheck running? The DocCheck plugin is only for M1. For usage with M2, please see here: http://maven-doccheck.sourceforge.net/install-plugin.html#For_Maven_2_x ## Actually, I need to update the documents based on the actual fix for MJAVADOC-81 Best regards,