Christian Müller ha scritto: > Attached a screen shot from hudson build server using ibm sdk 6.0 > Still 2 problems left > 1) the geotools build is startet from modules/pom.xml, not from the root > pom.xml. Starting from the root pom.xml, I get the following error > ============= START LOG ================== > [INFO] Compiling 3 source files to > /home/christian/gt2-2.5.x/build/maven/javadoc/target/classes > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Compilation failure > /home/christian/gt2-2.5.x/build/maven/javadoc/src/main/java/org/geotools/mav > en/taglet/Tutorial.java:[20,22] package com.sun.javadoc does not exist > /home/christian/gt2-2.5.x/build/maven/javadoc/src/main/java/org/geotools/mav > en/taglet/Tutorial.java:[21,28] package com.sun.tools.doclets does not > exist > /home/christian/gt2-2.5.x/build/maven/javadoc/src/main/java/org/geotools/mav > en/taglet/Tutorial.java:[32,39] cannot find symbol > symbol: class Taglet > ============= END LOG ================== > I think "com.sun.javadoc" is the reason for this. Any idea ?
Mumble, this is problematic. If the IBM JDK does not expose a the com.sun.javadoc packages there is no way we can use the custom taglets that do identify the source module of each javadoc file. I'm a little puzzled by this. How do you make a custom taglet or a custom doclet in IBM JDK? Cannot find any reference to this. This (old) page reports that the IBM jdk should have those: http://closingbraces.net/2007/10/07/portabilitytesting/ But maybe with JDK 6 IBM decided to drop them? Cheers Andrea -- Andrea Aime OpenGeo - http://opengeo.org Expert service straight from the developers. ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp as they present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
