B4A Question Simple Library Compiler works on javac 14.0.1 ? - Erel (first post)    Aug 10, 2023   (1 reaction) BTW, there is a version of the doclet tool that works with Java 11+. It was required for jServer, however it doesn't support all features so unless it isn't possible, you should use Java 8 with SLC. B4A Question Can not create library B4A from Eclipse - Erel (first post)    Mar 06, 2024   (1 reaction) Configure B4A to use Java 8. The doclet tool depends on Java 8. Other Support for Eclipse development tools will end this year. - Erel (first post)    Jun 28, 2015   (1 reaction) I need to further investigate it. Note that you can use SLC to easily create a library from any Java code.
The Doclet tool is a standard Java feature. Java Question Error generating, xml ,eclipse, javac - agraham (first post)    May 18, 2022 The present doclet will only work with Java version 8. It produces bad xml on later versions. Erel is rewriting it but it is not here yet. Java Question Trying to alter and recompile the Camera2 library - Erel (first post)    Sep 12, 2021 Not yet, I'm afraid. You should use Java 8 when running the doclet tool. B4A Tutorial [java] Auto generate library documentation with xml2bb - warwound (first post)    May 06, 2015 I could share - no problems there.
But having looked at BADoclet using JD-GUI i see the java Doclet class is the tool for this job and not php.
The Doclet class is intended to read class comments and generate documentation so its the obvious choice.
Ideally we could use the Doclet class in b4j and Java Question PendingIntent.FLAG_MUTABLE - Johan Schoeman (first post)    Aug 13, 2022 Now I get this error:
Starting step: Creating XML file.
javadoc: warning - The old Doclet and Taglet APIs in the packages
com.sun.javadoc, com.sun.tools.doclets and their implementations
are planned to be removed in a future JDK release. These
components have been superseded by the new APIs in jdk. B4A Question Library creation - Erel (first post)    Oct 25, 2020 Looks like the doclet tool is missing from OpenJDK. You will need to install Oracle Java 8 and configure B4A to use it. B4A Library [Tool] Simple Library Compiler - Build libraries without Eclipse - Erel (first post)    Feb 09, 2016   (2 reactions) SimpleLibraryCompiler was updated with the latest version of the doclet tool. This update adds support for custom views. B4J Question [Solved] Beta version B4J Custom Views - Erel (first post)    Jan 24, 2016   (1 reaction) Note that the IDE doesn't use the doclet at all.
Is it possible that the DesignerCreateView sub was private in your code? Page: 1   2   3   4   5   6   7   Powered by ColBERT |