File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
incubator/net.sf.j2s.doc.user-guide Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
Java2Script user guide
2
2
3
+ This project is an eclipse plugin that contains the sources of the guide, and
4
+ also the eclipse help extension that "publish" the guide in eclipse help system.
5
+
3
6
Written in Docbook. With support for eclipse help format,
4
7
toc.xml automatic generation from docbook. See j2s-user-guide/build.xml
5
8
6
- This project is an eclipse plugin that contains the sources of the guide, and
7
- also the eclipse help extension that "publish" the guide in eclipse help system.
9
+ = Render the document in html or pdf =
10
+ execute j2s-user-guide/make-all.sh
11
+
12
+ = Creating htmls and toc.xml for eclipse help format ==
13
+ 1) unzip docbook-xml-4.5.zip and docbook-xsl.zip. (these are common docbook dtd and
14
+ stylesheets for eclipse, and are not part of this plugin sources. Because of this we distribute only the zips. )
15
+ 2) execute ant create-eclipse-help ant task of j2s-user-guide/build.xml using the same JRE as the workspace.
8
16
9
17
@author: Sebastián Gurin.
Original file line number Diff line number Diff line change 1
- <toc topic="html/index.html" label="Java2Script User's Guide"><topic href="html/chap-about-this-document.html" label="About this document"></topic><topic href="html/chap-intro.html" label="Introduction"><topic href="html/chap-intro.html#sec-what-is-java2script" label="What is Java2Script?"></topic><topic href="html/sect-demos.html" label="Demonstrations"></topic><topic href="html/comparing-j2s-with-similar-techs.html" label="Comparing Java2Script to other similar technologies"></topic></topic><topic href="html/chap-getting-started.html" label="Getting Started"><topic href="html/chap-getting-started.html#sec-simple-j2s-app" label="A simple Java2Script application"></topic><topic href="html/configuring-j2s-app-launcher.html" label="Configuring your Java2Script application launcher."></topic></topic><topic href="html/chap-java-to-js-translation.html" label="Code Translation"><topic href="html/chap-java-to-js-translation.html#examining-generated-js-files" label="Examining generated javascript files"></topic><topic href="html/executing-java-from-html.html" label="Doing java in HTML documents"></topic><topic href="html/chap-java-to-js-translation-sec-types.html" label="Types"></topic><topic href="html/chap-java-to-js-translation-sec-exceptions.html" label="Exceptions"></topic></topic><topic href="html/chap-j2s-plugin.html" label="The J2S plugin"><topic href="html/chap-j2s-plugin.html#chap-j2s-plugin-sec-project" label="Java2Script project"></topic><topic href="html/chap-j2s-plugin-sec-compiler.html" label="J2S Java to JavaScript compiler"><topic href="html/chap-j2s-plugin-sec-compiler.html#N103B9" label="Compiler configuration"></topic></topic><topic href="html/rer.html" label="Application launching"><topic href="html/rer.html#lk" label="Using templates"></topic></topic><topic href="html/ch05s04.html" label="Debugging"><topic href="html/ch05s04.html#N103D5" label="JavaScript ClassLoader and Hotspot"></topic></topic><topic href="html/ch05s05.html" label="Command line API"></topic></topic><topic href="html/chap-java-support.html" label="Java Support"><topic href="html/chap-java-support.html#N1043C" label="Using unsupported java classes"></topic><topic href="html/ch06s02.html" label="JRE Emulation Reference"></topic><topic href="html/java-packages-lang.html" label="Package java.lang"><topic href="html/java-packages-lang.html#java-packages-lang-annotation" label="Package java.lang.annotation"></topic><topic href="html/java-packages-lang.html#java-packages-lang-reflect" label="Package java.lang.reflect"></topic></topic><topic href="html/java-packages-io.html" label="Package java.io"></topic><topic href="html/java-packages-util.html" label="Package java.util"></topic><topic href="html/java-packages-util-regex.html" label="Package java.util"></topic></topic><topic href="html/chap-integrated-libs.html" label="Integrated Java libraries"><topic href="html/chap-integrated-libs.html#N104CE" label="Java2Script SWT"></topic><topic href="html/ch07s02.html" label="Java2Script AJAX"></topic></topic><topic href="html/using-j2s-compiler-directives.html" label="Customizing output code with @j2s JavaDoc tags and annotations"><topic href="html/using-j2s-compiler-directives.html#N104F9" label="Using @j2s tags in JavaDoc"></topic><topic href="html/section-writing-native-js-code-with-j2snative.html" label="Writing native JavaScript code with @j2sNative"></topic><topic href="html/ch08s03.html" label="Using real Java annotations instead JavaDoc for @j2s"></topic></topic><topic href="html/working-with-native-code.html" label="Working With native code"><topic href="html/working-with-native-code.html#N105A4" label="Native Objects"></topic><topic href="html/ch09s02.html" label="Accessing native JavaScript objects from Java"></topic><topic href="html/ch09s03.html" label="Native objects mode support"></topic></topic><topic href="html/chap-client-server-comunicacion.html" label="Client - Server communication"><topic href="html/chap-client-server-comunicacion.html#N105E0" label="ajax"></topic><topic href="html/ch10s02.html" label="Simple RPC"></topic><topic href="html/ch10s03.html" label="Simple pipe / commet"></topic></topic><topic href="html/chap-j2s-sources.html" label="Getting started with Java2Script sources"><topic href="html/chap-j2s-sources.html#N1060B" label="Getting Java2Script sources"><topic href="html/chap-j2s-sources.html#N10612" label="Install Eclipse 3.6 and Java2Script plugin"></topic><topic href="html/chap-j2s-sources.html#N10627" label="Install SVN support"></topic><topic href="html/chap-j2s-sources.html#N10652" label="Import Java2Script sources"></topic></topic><topic href="html/section-j2s-sources-organization.html" label="Source organization"></topic><topic href="html/ch11s03.html" label="Building the sources"></topic><topic href="html/ch11s04.html" label="Running and debugging"></topic><topic href="html/ch11s05.html" label="Exporting the plugin"></topic></topic><topic href="html/app-java-emulation-api.html" label="J2S Java Emulation API"><topic href="html/app-java-emulation-api.html#java-language-emulation-api" label="Java Language Emulation API"></topic><topic href="html/java-runtime-emulation-api.html" label="Java Runtime Emulation API"></topic></topic><topic href="html/app-fdl.html" label="GNU Free Documentation License"></topic></toc>
1
+ <toc topic="html/index.html" label="Java2Script User's Guide"><topic href="html/chap-about-this-document.html" label="About this document"></topic><topic href="html/chap-intro.html" label="Introduction"><topic href="html/chap-intro.html#sec-what-is-java2script" label="What is Java2Script?"></topic><topic href="html/sect-demos.html" label="Demonstrations"></topic><topic href="html/comparing-j2s-with-similar-techs.html" label="Comparing Java2Script to other similar technologies"></topic></topic><topic href="html/chap-getting-started.html" label="Getting Started"><topic href="html/chap-getting-started.html#sec-simple-j2s-app" label="A simple Java2Script application"></topic><topic href="html/configuring-j2s-app-launcher.html" label="Configuring your Java2Script application launcher."></topic></topic><topic href="html/chap-j2s-plugin.html" label="The J2S plugin"><topic href="html/chap-j2s-plugin.html#chap-j2s-plugin-sec-project" label="Java2Script project"></topic><topic href="html/chap-j2s-plugin-sec-compiler.html" label="J2S Java to JavaScript compiler"><topic href="html/chap-j2s-plugin-sec-compiler.html#N1025D" label="Compiler configuration"></topic></topic><topic href="html/rer.html" label="Application launching"><topic href="html/rer.html#lk" label="Using templates"></topic></topic><topic href="html/ch04s04.html" label="Debugging"><topic href="html/ch04s04.html#N10279" label="JavaScript ClassLoader and Hotspot"></topic></topic><topic href="html/ch04s05.html" label="Libraries in Java2Script"></topic><topic href="html/ch04s06.html" label="Command line API"></topic></topic><topic href="html/chap-java-support.html" label="Java Support"><topic href="html/chap-java-support.html#N102ED" label="Using unsupported java classes"></topic><topic href="html/ch05s02.html" label="JRE Emulation Reference"></topic><topic href="html/java-packages-lang.html" label="Package java.lang"><topic href="html/java-packages-lang.html#java-packages-lang-annotation" label="Package java.lang.annotation"></topic><topic href="html/java-packages-lang.html#java-packages-lang-reflect" label="Package java.lang.reflect"></topic></topic><topic href="html/java-packages-io.html" label="Package java.io"></topic><topic href="html/java-packages-util.html" label="Package java.util"></topic><topic href="html/java-packages-util-regex.html" label="Package java.util"></topic></topic><topic href="html/chap-integrated-libs.html" label="Integrated Java libraries"><topic href="html/chap-integrated-libs.html#N1037F" label="Java2Script SWT"></topic><topic href="html/ch06s02.html" label="Java2Script AJAX"></topic></topic><topic href="html/using-j2s-compiler-directives.html" label="Customizing output code with @j2s JavaDoc tags and annotations"><topic href="html/using-j2s-compiler-directives.html#N103AA" label="Using @j2s tags in JavaDoc"></topic><topic href="html/section-writing-native-js-code-with-j2snative.html" label="Writing native JavaScript code with @j2sNative"></topic><topic href="html/ch07s03.html" label="Using real Java annotations instead JavaDoc for @j2s"></topic></topic><topic href="html/chap-java-to-js-translation.html" label="Code Translation"><topic href="html/chap-java-to-js-translation.html#examining-generated-js-files" label="Generated JavaScript files"></topic><topic href="html/executing-java-from-html.html" label="Doing java in HTML documents"></topic><topic href="html/chap-java-to-js-translation-sec-types.html" label="Types"></topic><topic href="html/chap-java-to-js-translation-sec-exceptions.html" label="Exceptions"></topic></topic><topic href="html/working-with-native-code.html" label="Working With native code"><topic href="html/working-with-native-code.html#N105AF" label="Native Objects"></topic><topic href="html/ch09s02.html" label="Accessing native JavaScript objects from Java"></topic><topic href="html/ch09s03.html" label="Native objects mode support"></topic></topic><topic href="html/chap-client-server-comunicacion.html" label="Client - Server communication"><topic href="html/chap-client-server-comunicacion.html#N105EB" label="ajax"></topic><topic href="html/ch10s02.html" label="Simple RPC"></topic><topic href="html/ch10s03.html" label="Simple pipe / commet"></topic></topic><topic href="html/chap-j2s-sources.html" label="Getting started with Java2Script sources"><topic href="html/chap-j2s-sources.html#N10616" label="Getting Java2Script sources"><topic href="html/chap-j2s-sources.html#N1061D" label="Install Eclipse 3.6 and Java2Script plugin"></topic><topic href="html/chap-j2s-sources.html#N10632" label="Install SVN support"></topic><topic href="html/chap-j2s-sources.html#N1065D" label="Import Java2Script sources"></topic></topic><topic href="html/section-j2s-sources-organization.html" label="Source organization"></topic><topic href="html/ch11s03.html" label="Building the sources"></topic><topic href="html/ch11s04.html" label="Running and debugging"></topic><topic href="html/ch11s05.html" label="Exporting the plugin"></topic><topic href="html/ch11s06.html" label="How to Extend the Java2Script compiler"></topic></topic><topic href="html/app-java-emulation-api.html" label="J2S Java Emulation API"><topic href="html/app-java-emulation-api.html#java-language-emulation-api" label="Java Language Emulation API"></topic><topic href="html/java-runtime-emulation-api.html" label="Java Runtime Emulation API"></topic></topic><topic href="html/app-fdl.html" label="GNU Free Documentation License"></topic></toc>
You can’t perform that action at this time.
0 commit comments