[Biojava-dev] ant javadocs-biojava errors
mark.schreiber at novartis.com
mark.schreiber at novartis.com
Thu May 25 01:13:13 UTC 2006
This is because Sun moved the taglet packages in JDK1.5, there seems to be
no way to make it work with 1.4 and 1.5. It should not be a critical
issue, you just won't get some of the extra tags in the Javadocs but they
should still build.
I moved it to the 1.5 syntax cause most people are on 1.5 now (even if we
are not yet officially).
If anyone knows a work around please let me know.
- Mark
David Huen <smh1008 at cam.ac.uk>
Sent by: biojava-dev-bounces at lists.open-bio.org
05/25/2006 06:11 AM
To: biojava-dev <biojava-dev at biojava.org>
cc: (bcc: Mark Schreiber/GP/Novartis)
Subject: [Biojava-dev] ant javadocs-biojava errors
Hi,
With the 1.4.2_09 SDK and a clean download of BJ, I seem to be getting:-
compile-taglets:
[javac] Compiling 5 source files to
/home/david/biocvs/biojava-live/ant-build/classes/taglets
[javac] /home/david/biocvs/biojava-live/taglets/MetaData.java:33:
package com.sun.tools.doclets.internal.toolkit.taglets does not exist
[javac] tagletMap.put(name, new
com.sun.tools.doclets.internal.toolkit.taglets.LegacyTaglet(new
MetaData()));
[javac] ^
[javac] /home/david/biocvs/biojava-live/taglets/Option.java:26:
package
com.sun.tools.doclets.internal.toolkit.taglets does not exist
[javac] tagletMap.put(instance.getName(), new
com.sun.tools.doclets.internal.toolkit.taglets.LegacyTaglet(instance));
[javac] ^
[javac] /home/david/biocvs/biojava-live/taglets/Useage.java:23:
package
com.sun.tools.doclets.internal.toolkit.taglets does not exist
[javac] tagletMap.put(name, new
com.sun.tools.doclets.internal.toolkit.taglets.LegacyTaglet(instance));
[javac] ^
[javac] /home/david/biocvs/biojava-live/taglets/UserLevel.java:22:
package com.sun.tools.doclets.internal.toolkit.taglets does not exist
[javac] tagletMap.put(name, new
com.sun.tools.doclets.internal.toolkit.taglets.LegacyTaglet(
[javac] ^
[javac] /home/david/biocvs/biojava-live/taglets/Values.java:23:
package
com.sun.tools.doclets.internal.toolkit.taglets does not exist
[javac] tagletMap.put(name, new
com.sun.tools.doclets.internal.toolkit.taglets.LegacyTaglet(instance));
[javac] ^
Is there a new dependency for biojava these days?
Regards,
David
_______________________________________________
biojava-dev mailing list
biojava-dev at lists.open-bio.org
http://lists.open-bio.org/mailman/listinfo/biojava-dev
More information about the biojava-dev
mailing list