|
From: <jue...@we...> - 2003-10-22 18:44:35
|
Everybody, Repeating myself from the mail on Velocity support: > Please give everything one last try if possible! If there are no = issues till tomorrow evening, I will release 1.0 M2 Friday morning at = the latest. Generally, please re-apply the current codebase to your apps to catch = any last minute issues. There've been quite some serious refactorings in = the last few weeks; some things could have slipped through the test = suite. BTW, checking our third-party dependencies in the distribution, I've = omitted the Log4J jar for the time being, as it was commented out in the = samples anyway due to JBoss issues. Commons Logging logs to the console = by default now, at INFO level. As Petclinic offers a new Hibernate implementation, the Spring = distribution contains Hibernate jar files now. The total size is still = below 10 MB, 9.7 to be exact. Juergen DI J=FCrgen H=F6ller Senior System Architect ______________________________________ werk3ATS - division systementwicklung werk3AT informations- und mediensysteme europaplatz 4 A - 4020 linz t. +43 (0) 732 71 65 29 502 f. +43 (0) 732 71 65 29 3 mailto:jue...@we... http://www.werk3at.com ______________________________________ werk3ATS - WIR ENTWICKELN ERFOLG |
|
From: <tri...@tr...> - 2003-10-22 20:43:12
|
I'm still seeing a few errors running the tests. If someone has time to look at this, then we should do this before Friday. If not, then we should at least comment out the failing tests and tag them with a TODO note (I can do this Thursday night). I don't think we should release without having all tests passing. Here is more detail: Apache Ant version 1.5.2 compiled on February 28 2003 java version "1.4.2" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-b28) Java HotSpot(TM) Client VM (build 1.4.2-b28, mixed mode) BUILD FAILED file:C:/eclipse/workspace/spring/build.xml:288: Test org.springframework.metadat a.bcel.AttributeWriterTests failed Testsuite: org.springframework.metadata.bcel.AttributeWriterTests Tests run: 5, Failures: 0, Errors: 1, Time elapsed: 1.406 sec Testcase: testAttributes took 1.171 sec Testcase: testBadAbbreviatedAttribute took 0.11 sec Testcase: testAbbreviatedAttribute took 0.047 sec Caused an ERROR Could not create class using classnames [PersonAttribute, PersonAttributeAttribute] org.springframework.metadata.AttributeException: Could not create class using classnames [PersonAttribute, PersonAttributeAttribute] at org.springframework.metadata.support.AttributeCreator.resolveClassname(AttributeCreator.java:129) at org.springframework.metadata.support.AttributeCreator.createAttribute(AttributeCreator.java:84) at org.springframework.metadata.bcel.BcelAttributes.createObject(BcelAttributes.java:223) at org.springframework.metadata.bcel.BcelAttributes.getAttributes(BcelAttributes.java:98) at org.springframework.metadata.bcel.BcelAttributes.getAttributes(BcelAttributes.java:71) at org.springframework.metadata.bcel.AttributeWriterTests.testAbbreviatedAttribute(AttributeWriterTests.java:161) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) Testcase: testAbbreviatedAttributeTestcase: testMethods took 0.032 sec Testcase: testFields took 0.031 sec BUILD FAILED file:C:/eclipse/workspace/spring/build.xml:288: Test org.springframework.metadat a.qdox.CompilerTests failed Testsuite: org.springframework.metadata.qdox.CompilerTests Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.25 sec Testcase: testSingleFile took 1.235 sec Caused an ERROR null java.lang.NullPointerException at java.util.StringTokenizer.<init>(StringTokenizer.java:146) at java.util.StringTokenizer.<init>(StringTokenizer.java:162) at org.springframework.metadata.support.AttributeCreator.pathArrayToURLArray(AttributeCreator.java:387) at org.springframework.metadata.qdox.QDoxMetadataCompiler.getClass(QDoxMetadataCompiler.java:209) at org.springframework.metadata.qdox.QDoxMetadataCompiler.compile(QDoxMetadataCompiler.java:109) at org.springframework.metadata.qdox.CompilerTests.testSingleFile(CompilerTests.java:59) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) Testcase: testSingleFile > Everybody, > > Repeating myself from the mail on Velocity support: > > > Please give everything one last try if possible! If there are no issues > till tomorrow evening, I will release 1.0 M2 Friday morning at the latest. > > Generally, please re-apply the current codebase to your apps to catch any > last minute issues. There've been quite some serious refactorings in the last > few weeks; some things could have slipped through the test suite. > > BTW, checking our third-party dependencies in the distribution, I've omitted > the Log4J jar for the time being, as it was commented out in the samples > anyway due to JBoss issues. Commons Logging logs to the console by default > now, at INFO level. > > As Petclinic offers a new Hibernate implementation, the Spring distribution > contains Hibernate jar files now. The total size is still below 10 MB, 9.7 to > be exact. > > Juergen > > > DI Jürgen Höller > Senior System Architect > ______________________________________ > > werk3ATS - division systementwicklung > werk3AT informations- und mediensysteme > > europaplatz 4 > A - 4020 linz > > t. +43 (0) 732 71 65 29 502 > f. +43 (0) 732 71 65 29 3 > mailto:jue...@we... > http://www.werk3at.com > ______________________________________ > werk3ATS - WIR ENTWICKELN ERFOLG > > > ------------------------------------------------------- > This SF.net email is sponsored by OSDN developer relations > Here's your chance to show off your extensive product knowledge > We want to know what you know. Tell us and you have a chance to win $100 > http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |
|
From: Darren D. <da...@da...> - 2003-10-22 21:22:39
|
On Wednesday 22 October 2003 18:06, j=FCrgen h=F6ller [werk3AT] wrote: > As Petclinic offers a new Hibernate implementation, the Spring distributi= on > contains Hibernate jar files now. The total size is still below 10 MB, 9.7 > to be exact. Is there any advantage to splitting the file releases into separate modules= ? =20 My guess would be that after 1.0 final is released, most users would choose= =20 to grab the compiled jar files (possibly with a src-jar to aid debugging) a= nd=20 use them alongside online docs and javadocs. A subset of those would then= =20 want to get the sample apps, and fewer still would want both main and test= =20 source trees. Anything that helps increase uptake should be good, and I=20 think it only involves an additional/modified ant task. Sorry if this has been discussed before, but I couldn't see it from a quick= =20 search of the list archives... =2D-=20 Darren Davison Public Key: http://www.davison.uk.net/key.jsp |