marcomachadosantos / gwt-chronoscope

Automatically exported from code.google.com/p/gwt-chronoscope
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Doclet error during build #126

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. svn checkout http://gwt-chronoscope.googlecode.com/svn/trunk/ chronoscope
2. cd chronoscope
3. mvn install

What is the expected output? What do you see instead?
Instead of building, it errors out saying
"chronoscope/chronoscope-api/src/main/java/org/timepedia/chronoscope/doclet/Chro
noscopeDoclet.java:[3,22]
package com.sun.javadoc does not exist"

What version of the product are you using? On what operating system?
trunk, Linux

Please provide any additional information below.
There's a workaround to provide the tools.jar by editing the
chronoscop-api/pom.xml by adding the dependency,
<dependency>
    <groupId>com.sun</groupId>
    <artifactId>tools</artifactId>
    <version>1.6.0</version>
    <scope>system</scope>
    <systemPath>${java.home}/../lib/tools.jar</systemPath>
</dependency>

Original issue reported on code.google.com by wals...@gmail.com on 8 Dec 2009 at 3:15

GoogleCodeExporter commented 8 years ago
fixed in r1044

Thanks for contributing

Original comment by manuel.carrasco.m on 11 Aug 2010 at 8:00