|
From: Juergen H. <ju...@in...> - 2005-01-10 06:27:49
|
Seems like the DomifyCheckout class in the autobuilds directory depends on
JDOM. Unfortunately, I've removed JDOM from the libraries, assuming that we
don't need it anymore (since our move from iBATIS SQL Maps 1.3 to 2.0)...
Darren, can you please have a look at this? Is there a chance to rewrite
that class to not depend on JDOM? We can reintroduce jdom.jar, of course,
but I'd like to avoid it unless absolutely necessary...
BTW, I intend to release Spring 1.1.4 by the end of this week. I'll leave
for Denmark next Monday, so this is a more or less hard deadline. There's a
couple of minor but nevertheless important things that needs to get out
there.
Juergen
-----Original Message-----
From: spr...@li...
[mailto:spr...@li...]On Behalf Of
al...@jt...
Sent: Monday, January 10, 2005 12:25 AM
To: spr...@li...
Subject: [Springframework-developer] spring Build Failed
Importance: High
BUILD FAILED
Ant Error Message:
/jteam/build2/checkout/spring/spring/build-mb.xml:59: The following error
occurred while executing this line:
/jteam/build2/checkout/spring/spring/autobuilds/build/build.xml:196: The
following error occurred while executing this line:
/jteam/build2/checkout/spring/spring/autobuilds/apps/jpetstore/build.xml:81:
Compile failed; see the compiler error output for details.
Date of build: 01/10/2005 00:16:43
Time to build: 6 minutes 37 seconds
Last changed: 01/09/2005 14:28:12
Last log entry: Remove dependency on Commons Codec
Errors/Warnings: (121)
Note: Some input files use or override a deprecated API.Note: Recompile
with -deprecation for details.Note:
/jteam/build2/checkout/spring/spring/mock/org/springframework/mock/web/MockH
ttpSession.java uses or overrides a deprecated API.Note: Recompile
with -deprecation for details.Note: Some input files use or override a
deprecated API.Note: Recompile with -deprecation for
details./jteam/build2/checkout/spring/spring/autobuilds/apps/jpetstore/src/o
rg/springframework/autobuilds/jpetstore/web/view/DomifyCheckout.java:13:
package org.jdom does not existimport org.jdom.Document;
^/jteam/build2/checkout/spring/spring/autobuilds/apps/jpetstore/src/org/spri
ngframework/autobuilds/jpetstore/web/view/DomifyCheckout.java:14: package
org.jdom does not existimport org.jdom.Element;
^/jteam/build2/checkout/spring/spring/autobuilds/apps/jpetstore/src/org/spri
ngframework/autobuilds/jpetstore/web/view/DomifyCheckout.java:15: package
org.jdom.output does not existimport org.jdom.output.DOMOutputter;
^/jteam/build2/checkout/spring/spring/autobuilds/apps/jpetstore/src/org/spri
ngframework/autobuilds/jpetstore/web/view/DomifyCheckout.java:60: cannot
resolve symbolsymbol : class Document location: class
org.springframework.autobuilds.jpetstore.web.view.DomifyCheckout
Document doc = new Document();
^/jteam/build2/checkout/spring/spring/autobuilds/apps/jpetstore/src/org/spri
ngframework/autobuilds/jpetstore/web/view/DomifyCheckout.java:60: cannot
resolve symbolsymbol : class Document location: class
org.springframework.autobuilds.jpetstore.web.view.DomifyCheckout
Document doc = new Document();
^/jteam/build2/checkout/spring/spring/autobuilds/apps/jpetstore/src/org/spri
ngframework/autobuilds/jpetstore/web/view/DomifyCheckout.java:61: cannot
resolve symbolsymbol : class Element location: class
org.springframework.autobuilds.jpetstore.web.view.DomifyCheckout
Element root = new Element(rootName);
^/jteam/build2/checkout/spring/spring/autobuilds/apps/jpetstore/src/org/spri
ngframework/autobuilds/jpetstore/web/view/DomifyCheckout.java:61: cannot
resolve symbolsymbol : class Element location: class
org.springframework.autobuilds.jpetstore.web.view.DomifyCheckout
Element root = new Element(rootName);
^/jteam/build2/checkout/spring/spring/autobuilds/apps/jpetstore/src/org/spri
ngframework/autobuilds/jpetstore/web/view/DomifyCheckout.java:71: cannot
resolve symbolsymbol : class Element location: class
org.springframework.autobuilds.jpetstore.web.view.DomifyCheckout Element
ciXml = new Element("cartItem");
^/jteam/build2/checkout/spring/spring/autobuilds/apps/jpetstore/src/org/spri
ngframework/autobuilds/jpetstore/web/view/DomifyCheckout.java:71: cannot
resolve symbolsymbol : class Element location: class
org.springframework.autobuilds.jpetstore.web.view.DomifyCheckout Element
ciXml = new Element("cartItem");
^/jteam/build2/checkout/spring/spring/autobuilds/apps/jpetstore/src/org/spri
ngframework/autobuilds/jpetstore/web/view/DomifyCheckout.java:78: cannot
resolve symbolsymbol : class Element location: class
org.springframework.autobuilds.jpetstore.web.view.DomifyCheckout Element
itemXml = new Element("item");
^/jteam/build2/checkout/spring/spring/autobuilds/apps/jpetstore/src/org/spri
ngframework/autobuilds/jpetstore/web/view/DomifyCheckout.java:78: cannot
resolve symbolsymbol : class Element location: class
org.springframework.autobuilds.jpetstore.web.view.DomifyCheckout Element
itemXml = new Element("item");
^/jteam/build2/checkout/spring/spring/autobuilds/apps/jpetstore/src/org/spri
ngframework/autobuilds/jpetstore/web/view/DomifyCheckout.java:83: cannot
resolve symbolsymbol : class Element location: class
org.springframework.autobuilds.jpetstore.web.view.DomifyCheckout Element
attrib = new Element("attribute");
^/jteam/build2/checkout/spring/spring/autobuilds/apps/jpetstore/src/org/spri
ngframework/autobuilds/jpetstore/web/view/DomifyCheckout.java:83: cannot
resolve symbolsymbol : class Element location: class
org.springframework.autobuilds.jpetstore.web.view.DomifyCheckout Element
attrib = new Element("attribute");
^/jteam/build2/checkout/spring/spring/autobuilds/apps/jpetstore/src/org/spri
ngframework/autobuilds/jpetstore/web/view/DomifyCheckout.java:88: cannot
resolve symbolsymbol : class Element location: class
org.springframework.autobuilds.jpetstore.web.view.DomifyCheckout Element
attrib = new Element("attribute");
^/jteam/build2/checkout/spring/spring/autobuilds/apps/jpetstore/src/org/spri
ngframework/autobuilds/jpetstore/web/view/DomifyCheckout.java:88: cannot
resolve symbolsymbol : class Element location: class
org.springframework.autobuilds.jpetstore.web.view.DomifyCheckout Element
attrib = new Element("attribute");
^/jteam/build2/checkout/spring/spring/autobuilds/apps/jpetstore/src/org/spri
ngframework/autobuilds/jpetstore/web/view/DomifyCheckout.java:93: cannot
resolve symbolsymbol : class Element location: class
org.springframework.autobuilds.jpetstore.web.view.DomifyCheckout Element
attrib = new Element("attribute");
^/jteam/build2/checkout/spring/spring/autobuilds/apps/jpetstore/src/org/spri
ngframework/autobuilds/jpetstore/web/view/DomifyCheckout.java:93: cannot
resolve symbolsymbol : class Element location: class
org.springframework.autobuilds.jpetstore.web.view.DomifyCheckout Element
attrib = new Element("attribute");
^/jteam/build2/checkout/spring/spring/autobuilds/apps/jpetstore/src/org/spri
ngframework/autobuilds/jpetstore/web/view/DomifyCheckout.java:98: cannot
resolve symbolsymbol : class Element location: class
org.springframework.autobuilds.jpetstore.web.view.DomifyCheckout Element
attrib = new Element("attribute");
^/jteam/build2/checkout/spring/spring/autobuilds/apps/jpetstore/src/org/spri
ngframework/autobuilds/jpetstore/web/view/DomifyCheckout.java:98: cannot
resolve symbolsymbol : class Element location: class
org.springframework.autobuilds.jpetstore.web.view.DomifyCheckout Element
attrib = new Element("attribute");
^/jteam/build2/checkout/spring/spring/autobuilds/apps/jpetstore/src/org/spri
ngframework/autobuilds/jpetstore/web/view/DomifyCheckout.java:103: cannot
resolve symbolsymbol : class Element location: class
org.springframework.autobuilds.jpetstore.web.view.DomifyCheckout Element
attrib = new Element("attribute");
^/jteam/build2/checkout/spring/spring/autobuilds/apps/jpetstore/src/org/spri
ngframework/autobuilds/jpetstore/web/view/DomifyCheckout.java:103: cannot
resolve symbolsymbol : class Element location: class
org.springframework.autobuilds.jpetstore.web.view.DomifyCheckout Element
attrib = new Element("attribute");
^/jteam/build2/checkout/spring/spring/autobuilds/apps/jpetstore/src/org/spri
ngframework/autobuilds/jpetstore/web/view/DomifyCheckout.java:108: cannot
resolve symbolsymbol : class Element location: class
org.springframework.autobuilds.jpetstore.web.view.DomifyCheckout Element
prod = new Element("productName");
^/jteam/build2/checkout/spring/spring/autobuilds/apps/jpetstore/src/org/spri
ngframework/autobuilds/jpetstore/web/view/DomifyCheckout.java:108: cannot
resolve symbolsymbol : class Element location: class
org.springframework.autobuilds.jpetstore.web.view.DomifyCheckout Element
prod = new Element("productName");
^/jteam/build2/checkout/spring/spring/autobuilds/apps/jpetstore/src/org/spri
ngframework/autobuilds/jpetstore/web/view/DomifyCheckout.java:115: cannot
resolve symbolsymbol : class DOMOutputter location: class
org.springframework.autobuilds.jpetstore.web.view.DomifyCheckout
return new DOMOutputter().output(doc); ^24 errors
Unit Tests: (2318)
All Tests Passed
Modifications since last build: (25)
modified robharrop
sandbox/src/org/springframework/crypto/digest/MessageDigestTemplate.java
Remove dependency on Commons Codec
modified jhoeller
sandbox/test/org/springframework/enums/CodedEnumTests.java reformatted
modified jhoeller
sandbox/src/org/springframework/enums/support/AbstractCodedEnumResolver.java
reformatted
modified jhoeller
sandbox/src/org/springframework/enums/support/AbstractCodedEnumUserType.java
reformatted
modified jhoeller
sandbox/src/org/springframework/enums/support/GenericLabeledCodedEnum.java
reformatted
modified jhoeller
sandbox/src/org/springframework/enums/support/HibernateCodedEnumResolver.jav
a reformatted
modified jhoeller
sandbox/src/org/springframework/enums/support/StaticCodedEnumResolver.java
reformatted
modified jhoeller
sandbox/src/org/springframework/enums/AbstractCodedEnum.java reformatted
modified jhoeller
sandbox/src/org/springframework/enums/CodedEnum.java reformatted
modified jhoeller
sandbox/src/org/springframework/enums/CodedEnumEditor.java reformatted
modified jhoeller
sandbox/src/org/springframework/enums/CodedEnumResolver.java reformatted
modified jhoeller
sandbox/src/org/springframework/enums/LetterCodedEnum.java reformatted
modified jhoeller
sandbox/src/org/springframework/enums/ShortCodedEnum.java reformatted
modified jhoeller
sandbox/src/org/springframework/enums/StringCodedEnum.java reformatted
modified jhoeller build.xml reorganized build script
modified jhoeller samples/jpetstore/build.xml fixed library
references
modified jhoeller samples/jpetstore/attributes/build.xml fixed
library references
modified jhoeller lib/readme.txt updated FreeMarker and iBATIS SQL
Maps
modified jhoeller lib/freemarker/freemarker.jar updated FreeMarker
to 2.3.1
modified jhoeller lib/ibatis/ibatis-common-2.jar updated iBATIS SQL
Maps to 2.0.9
modified jhoeller lib/ibatis/ibatis-sqlmap-2.jar updated iBATIS SQL
Maps to 2.0.9
modified jhoeller
test/org/springframework/orm/ibatis/SqlMapTests.java removed iBATIS SQL Maps
1.3 runtime libraries
deleted jhoeller
test/org/springframework/orm/ibatis/sql-map-config.xml removed iBATIS SQL
Maps 1.3 runtime libraries
deleted jhoeller lib/jdom/jdom.jar removed iBATIS SQL Maps 1.3
runtime libraries
deleted jhoeller lib/ibatis/ibatis-common.jar removed iBATIS SQL
Maps 1.3 runtime libraries
Deployments by this build: (12)
Building jar:
/jteam/build2/checkout/spring/spring/dist/spring-core.jar
Building jar:
/jteam/build2/checkout/spring/spring/dist/spring-aop.jar
Building jar:
/jteam/build2/checkout/spring/spring/dist/spring-context.jar
Building jar:
/jteam/build2/checkout/spring/spring/dist/spring-dao.jar
Building jar:
/jteam/build2/checkout/spring/spring/dist/spring-orm.jar
Building jar:
/jteam/build2/checkout/spring/spring/dist/spring-web.jar
Building jar:
/jteam/build2/checkout/spring/spring/dist/spring-webmvc.jar
Building jar: /jteam/build2/checkout/spring/spring/dist/spring.jar
Building jar:
/jteam/build2/checkout/spring/spring/dist/spring-mock.jar
Building war:
/jteam/build2/checkout/spring/spring/autobuilds/apps/buildtest/dist/buildtes
t.war
Building war:
/jteam/build2/checkout/spring/spring/autobuilds/apps/buildtest/dist/buildtes
t.war
Building war:
/jteam/build2/checkout/spring/spring/autobuilds/apps/buildtest/dist/buildtes
t.war
|