My build currently has HtmlConverter failures, the original
cause of which is unknown. My build log contains this:
/usr/bin/sed 's/VERSION/1.6.0/g' /u/otto/ws/int/control/make/../../j2se/src/share/demo/applets.html > /u/otto/ws/int/control/build/solaris-sparc/demo/applets.html; \
/usr/bin/cp /u/otto/ws/int/control/build/solaris-sparc/demo/applets.html /u/otto/ws/int/control/build/solaris-sparc/demo/plugin/applets.html; \
/usr/bin/mkdir -p /u/otto/ws/int/control/build/solaris-sparc/j2sdk-image/demo
Usage: HtmlConverter [-option1 value1 [-option2 value2 [...]]] [-simulate] [filespecs]
where options include:
-source: Path to get original files. Default: <userdir>
-source -: read converting file from the standard input
-dest: Path to write converted files. Default: <userdir>
-dest -: write converted file to the standard output
-backup: Path to write backup files. Default: <dirname>_BAK
-f: Force overwrite backup files.
-subdirs: Should files in subdirectories be processed.
-template: Path to template file. Use default if unsure.
-log: Path to write log. If not provided, no log is written.
-progress: Display progress while converting. Default: false
-simulate: Display the specifics to the conversion without converting.
-latest: Use the latest JRE supporting the release mimetype.
-gui: Display the graphical user interface for the converter.
filespecs: Space delimited list of files specs. Default: "*.html *.htm" (quotes required)
However, the build continues. There are two bugs here.
This bug is that the build should fail, instead of continuing
after this invocation failure. Makefiles depend on this sort
of discipline.
###@###.### 2005-03-30 02:54:21 GMT
cause of which is unknown. My build log contains this:
/usr/bin/sed 's/VERSION/1.6.0/g' /u/otto/ws/int/control/make/../../j2se/src/share/demo/applets.html > /u/otto/ws/int/control/build/solaris-sparc/demo/applets.html; \
/usr/bin/cp /u/otto/ws/int/control/build/solaris-sparc/demo/applets.html /u/otto/ws/int/control/build/solaris-sparc/demo/plugin/applets.html; \
/usr/bin/mkdir -p /u/otto/ws/int/control/build/solaris-sparc/j2sdk-image/demo
Usage: HtmlConverter [-option1 value1 [-option2 value2 [...]]] [-simulate] [filespecs]
where options include:
-source: Path to get original files. Default: <userdir>
-source -: read converting file from the standard input
-dest: Path to write converted files. Default: <userdir>
-dest -: write converted file to the standard output
-backup: Path to write backup files. Default: <dirname>_BAK
-f: Force overwrite backup files.
-subdirs: Should files in subdirectories be processed.
-template: Path to template file. Use default if unsure.
-log: Path to write log. If not provided, no log is written.
-progress: Display progress while converting. Default: false
-simulate: Display the specifics to the conversion without converting.
-latest: Use the latest JRE supporting the release mimetype.
-gui: Display the graphical user interface for the converter.
filespecs: Space delimited list of files specs. Default: "*.html *.htm" (quotes required)
However, the build continues. There are two bugs here.
This bug is that the build should fail, instead of continuing
after this invocation failure. Makefiles depend on this sort
of discipline.
###@###.### 2005-03-30 02:54:21 GMT
- relates to
-
JDK-6243136 HtmlConverter usage errors in the build when built without specifying BUILD_VERSION
- Resolved
-
JDK-6243137 HtmlConverter failure building deploy workspace
- Closed
-
JDK-6249742 Correct makefile issues around HtmlConverter
- Resolved