Rahul Akolkar a écrit :
On 5/17/08, Emmanuel Bourg <[EMAIL PROTECTED]> wrote:
The links to the javadoc are broken on the site, is this intentional ?
<snip/>
Its a combination of staging and the way the Commons SCXML site is
organized on c.a.o.
On the staged site, you can get to the release Javadocs from "Project Reports":
http://people.apache.org/builds/commons/scxml/0.8/RC2/site/apidocs/index.html
-Rahul
The Javadoc would be nicer with external links to the JDK, JEE and
Digester. You just have to add this in the POM:
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<linksource>true</linksource>
<links>
<link>http://java.sun.com/javase/6/docs/api</link>
<link>http://java.sun.com/javaee/5/docs/api/</link>
<link>http://commons.apache.org/digester/apidocs/</link>
</links>
</configuration>
</plugin>
</plugins>
</reporting>
Emmanuel Bourg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]