|
From: McDonald, B. <Bru...@ba...> - 2003-08-12 15:42:37
|
What jvm are you running?
-----Original Message-----
From: David Glick [mailto:dg...@co...]
Sent: Tuesday, August 12, 2003 10:51 AM
To: bab...@li...
Subject: [Babeldoc-devel] Build fails (and how was your morning?)
Hello to the great and powerful list,
I started having problems building last night after a cvs update, so this
morning I got ambitious and did a full checkout. Running the build yields
the attached messages.
Thanks,
David
build:
[echo] Building core
[javac] Compiling 168 source files to
/home/dglick/Documents/cvs/babeldoc/modules/core/build
[moduleRunner]
/home/dglick/Documents/cvs/babeldoc/modules/core/src/com/babeldoc/core/LogService.java:109:
cannot resolve symbol
[moduleRunner] symbol : class StackTraceElement
[moduleRunner] location: class com.babeldoc.core.LogService
[moduleRunner] public static StackTraceElement[] getCallStack() {
[moduleRunner] ^
[moduleRunner]
/home/dglick/Documents/cvs/babeldoc/modules/core/src/com/babeldoc/core/pipeline/stage/JavaXmlDecoderPipelineStage.java:72:
cannot resolve symbol
[moduleRunner] symbol : class XMLDecoder
[moduleRunner] location: package beans
[moduleRunner] import java.beans.XMLDecoder;
[moduleRunner] ^
[moduleRunner]
/home/dglick/Documents/cvs/babeldoc/modules/core/src/com/babeldoc/core/pipeline/stage/EntityResolverMemoryCache.java:182:
cannot resolve symbol
[moduleRunner] symbol : class LinkedHashMap
[moduleRunner] location: class
com.babeldoc.core.pipeline.stage.EntityResolverMemoryCache
[moduleRunner] LinkedHashMap cache = new LinkedHashMap();
[moduleRunner] ^
[moduleRunner]
/home/dglick/Documents/cvs/babeldoc/modules/core/src/com/babeldoc/core/LogService.java:110:
cannot resolve symbol
[moduleRunner] symbol : method getStackTrace ()
[moduleRunner] location: class java.lang.Throwable
[moduleRunner] return new Throwable().getStackTrace();
[moduleRunner] ^
[moduleRunner]
/home/dglick/Documents/cvs/babeldoc/modules/core/src/com/babeldoc/core/LogService.java:121:
cannot resolve symbol
[moduleRunner] symbol : class StackTraceElement
[moduleRunner] location: class com.babeldoc.core.LogService
[moduleRunner] StackTraceElement element = getCallStack()[i];
[moduleRunner] ^
[moduleRunner]
/home/dglick/Documents/cvs/babeldoc/modules/core/src/com/babeldoc/core/pipeline/xml/XmlPipelineStageResolver.java:103:
cannot resolve symbol
[moduleRunner] symbol : constructor RuntimeException
(java.io.FileNotFoundException)
[moduleRunner] location: class java.lang.RuntimeException
[moduleRunner] throw new RuntimeException(new
FileNotFoundException(xmlFile));
[moduleRunner] ^
[moduleRunner]
/home/dglick/Documents/cvs/babeldoc/modules/core/src/com/babeldoc/core/pipeline/stage/ExternalApplicationPipelineStage.java:151:
valueOf(java.lang.String) in java.lang.Boolean cannot be applied to (boolean)
[moduleRunner]
getOptions(PIPE_OUT_DOCUMENT).equals(Boolean.valueOf(true));
[moduleRunner] ^
[moduleRunner]
/home/dglick/Documents/cvs/babeldoc/modules/core/src/com/babeldoc/core/pipeline/stage/JavaXmlDecoderPipelineStage.java:117:
cannot resolve symbol
[moduleRunner] symbol : class XMLDecoder
[moduleRunner] location: class
com.babeldoc.core.pipeline.stage.JavaXmlDecoderPipelineStage
[moduleRunner] XMLDecoder d = new XMLDecoder(doc.getInputStream());
[moduleRunner] ^
[moduleRunner]
/home/dglick/Documents/cvs/babeldoc/modules/core/src/com/babeldoc/core/pipeline/stage/JavaXmlDecoderPipelineStage.java:117:
cannot resolve symbol
[moduleRunner] symbol : class XMLDecoder
[moduleRunner] location: class
com.babeldoc.core.pipeline.stage.JavaXmlDecoderPipelineStage
[moduleRunner] XMLDecoder d = new XMLDecoder(doc.getInputStream());
[moduleRunner] ^
[moduleRunner]
/home/dglick/Documents/cvs/babeldoc/modules/core/src/com/babeldoc/core/pipeline/stage/EntityResolverMemoryCache.java:93:
cannot resolve symbol
[moduleRunner] symbol : constructor RuntimeException (java.lang.Exception)
[moduleRunner] location: class java.lang.RuntimeException
[moduleRunner] throw new RuntimeException(e);
[moduleRunner] ^
[moduleRunner]
/home/dglick/Documents/cvs/babeldoc/modules/core/src/com/babeldoc/core/pipeline/stage/EntityResolverMemoryCache.java:182:
cannot resolve symbol
[moduleRunner] symbol : class LinkedHashMap
[moduleRunner] location: class
com.babeldoc.core.pipeline.stage.EntityResolverMemoryCache
[moduleRunner] LinkedHashMap cache = new LinkedHashMap();
[moduleRunner] ^
[moduleRunner]
/home/dglick/Documents/cvs/babeldoc/modules/core/src/com/babeldoc/core/pipeline/PipelineFactory.java:227:
cannot resolve symbol
[moduleRunner] symbol : method getCause ()
[moduleRunner] location: class java.lang.RuntimeException
[moduleRunner] Throwable cause = re.getCause();
[moduleRunner] ^
[moduleRunner] 12 errors
--
David Glick
Transmit Consulting, Inc
619-475-4052
dg...@tr...
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Babeldoc-devel mailing list
Bab...@li...
https://lists.sourceforge.net/lists/listinfo/babeldoc-devel
|