Having problems building the dist target for logkit:
1. javadoc errors due to the fact that the compat sources are not included in the target
2. an error generating the announcement target
3. javadoc warning under a 1.4 build because of a ?? in a method description
Also, (4) no manifest is defined. I've fixed 1,3 and 4 but I'm somewhat stumped on (2).
Pending resolution of (2). Due to the fact that there is a RC6 in evaluation/vote - I didn't want to commit these changes without checking first. So, does anyone have any objections to me updating the build to include the manifest declaration and javadoc fix?
Cheers, Steve.
announcement:
[copy] Copying 14 files to F:\dev\avalon-logkit\build\documentation\xdocs
[style] Processing F:\dev\avalon-logkit\build\documentation\xdocs\announcement.xml to F:\dev\avalon-logkit\Announcement.txt
[style] Loading stylesheet F:\dev\avalon\tools\announcement2txt.xsl
[style] Processing F:\dev\avalon-logkit\build\documentation\xdocs\announcement.xml to F:\dev\avalon-logkit\distributions\HEADER.html
[style] Loading stylesheet F:\dev\avalon\tools\announcement2header.xsl
[style] Processing F:\dev\avalon-logkit\build\documentation\xdocs\announcement.xml to F:\dev\avalon-logkit\distributions\README.html
[style] Loading stylesheet F:\dev\avalon\tools\announcement2readme.xsl
[style] Processing F:\dev\avalon-logkit\build\documentation\xdocs\announcement.xml to F:\dev\avalon-logkit\jakarta-news.xml
[style] Loading stylesheet F:\dev\avalon\tools\announcement2site.xsl
[style] java.lang.reflect.InvocationTargetException
[style] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[style] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[style] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[style] at java.lang.reflect.Method.invoke(Method.java:324)
[style] at org.apache.xalan.extensions.ExtensionHandlerGeneral.<init>(ExtensionHandlerGeneral.java:289)
[style] at org.apache.xalan.templates.ElemExtensionDecl.runtimeInit(ElemExtensionDecl.java:330)
[style] at org.apache.xalan.transformer.TransformerImpl.transformNode(TransformerImpl.java:1159)
[style] at org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:638)
[style] at org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:1088)
[style] at org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:1066)
[style] at org.apache.tools.ant.taskdefs.optional.TraXLiaison.transform(TraXLiaison.java:188)
[style] at org.apache.tools.ant.taskdefs.XSLTProcess.process(XSLTProcess.java:506)
[style] at org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:220)
[style] at org.apache.tools.ant.Task.perform(Task.java:317)
[style] at org.apache.tools.ant.Target.execute(Target.java:309)
[style] at org.apache.tools.ant.Target.performTasks(Target.java:334)
[style] at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
[style] at org.apache.tools.ant.Project.executeTargets(Project.java:1250)
[style] at org.apache.tools.ant.Main.runBuild(Main.java:610)
[style] at org.apache.tools.ant.Main.start(Main.java:196)
[style] at org.apache.tools.ant.Main.main(Main.java:235)
[style] Caused by: com.ibm.bsf.BSFException: unable to load language: javascript
[style] at com.ibm.bsf.BSFManager.loadScriptingEngine(BSFManager.java:324)
[style] ... 21 more
[style] : Fatal Error! Could not compile extension Cause: java.lang.reflect.InvocationTargetException
[style] Failed to process F:\dev\avalon-logkit\build\documentation\xdocs\announcement.xml
BUILD FAILED
--
Stephen J. McConnell
mailto:[EMAIL PROTECTED]
http://www.osm.net
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Re: [LOGKIT] dist target failure Stephen McConnell
- Re: [LOGKIT] dist target failure Berin Loritsch
- Re: [LOGKIT] dist target failure Stephen McConnell
- Re: [LOGKIT] dist target failure Berin Loritsch
- Re: [LOGKIT] dist target failure Stephen McConnell