You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Herve Boutemy (JIRA)" <ji...@codehaus.org> on 2011/04/10 19:18:22 UTC

[jira] Updated: (MJAVADOC-313) unable to generate java docs along with docCheck docs for a project, i am getting only doccheck reports

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

Herve Boutemy updated MJAVADOC-313:
-----------------------------------

    Description: 
In My project i need check the javadoc commments missing and also generate javadoc for sroucre i.e. i need docCheck reports and javadoc reports but i am getting only doccheck Reports.
Here is  i am my pom.xml piece of code.
{code:xml}<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-javadoc-plugin</artifactId>
				<version>2.7</version>
				<configuration>
					<doclet>com.sun.tools.doclets.doccheck.DocCheck</doclet>
					<docletArtifact>
						<groupId>com.sun.tools.doclets</groupId>
						<artifactId>doccheck</artifactId>
						<version>1.2b2</version>
					</docletArtifact>
						<destDir>doccheck</destDir> 
						<additionalparam>-d .</additionalparam> 
						<name>DocCheck</name> 
						<description>DocCheck documentation.</description> 
						<useStandardDocletOptions>false</useStandardDocletOptions> 
				</configuration>
			</plugin>
		</plugins>
	</build>{code}

  was:
In My project i need check the javadoc commments missing and also generate javadoc for sroucre i.e. i need docCheck reports and javadoc reports but i am getting only doccheck Reports.
Here is  i am my pom.xml piece of code.
<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-javadoc-plugin</artifactId>
				<version>2.7</version>
				<configuration>
					<doclet>com.sun.tools.doclets.doccheck.DocCheck</doclet>
					<docletArtifact>
						<groupId>com.sun.tools.doclets</groupId>
						<artifactId>doccheck</artifactId>
						<version>1.2b2</version>
					</docletArtifact>
						<destDir>doccheck</destDir> 
						<additionalparam>-d .</additionalparam> 
						<name>DocCheck</name> 
						<description>DocCheck documentation.</description> 
						<useStandardDocletOptions>false</useStandardDocletOptions> 
				</configuration>
			</plugin>
		</plugins>
	</build> 


> unable to generate java docs along with docCheck docs for a project, i am getting only doccheck reports 
> --------------------------------------------------------------------------------------------------------
>
>                 Key: MJAVADOC-313
>                 URL: http://jira.codehaus.org/browse/MJAVADOC-313
>             Project: Maven 2.x Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.7
>         Environment: windows xp,maven 2 and jdk 1.5
>            Reporter: MOHAN RAO CHALLAGONDA
>
> In My project i need check the javadoc commments missing and also generate javadoc for sroucre i.e. i need docCheck reports and javadoc reports but i am getting only doccheck Reports.
> Here is  i am my pom.xml piece of code.
> {code:xml}<build>
> 		<plugins>
> 			<plugin>
> 				<groupId>org.apache.maven.plugins</groupId>
> 				<artifactId>maven-javadoc-plugin</artifactId>
> 				<version>2.7</version>
> 				<configuration>
> 					<doclet>com.sun.tools.doclets.doccheck.DocCheck</doclet>
> 					<docletArtifact>
> 						<groupId>com.sun.tools.doclets</groupId>
> 						<artifactId>doccheck</artifactId>
> 						<version>1.2b2</version>
> 					</docletArtifact>
> 						<destDir>doccheck</destDir> 
> 						<additionalparam>-d .</additionalparam> 
> 						<name>DocCheck</name> 
> 						<description>DocCheck documentation.</description> 
> 						<useStandardDocletOptions>false</useStandardDocletOptions> 
> 				</configuration>
> 			</plugin>
> 		</plugins>
> 	</build>{code}

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