|
From: <tri...@tr...> - 2003-05-26 23:38:06
|
I think I figured it out. I must have installed an U.S. English only JRE at some point, and that is the version that was picked up when Ant was run. If I pointed to the full path of the J2SDK then it worked. I have since installed the JRE with all languages included and everything runs OK. --Thomas > Now I'm confused - I just booted into Linux to try it there and it works > fine. > The other run was under Windows XP. I will try to run that one again and see > if > I still get the error. > > --Thomas > > > > Juergen, > > > > One of the new testcases throws an exception on my machine - something to > do > > > > with different locale maybe. > > > > [junit] Running com.interface21.web.servlet.mvc.CommandControllerTestSuite > > [junit] Tests run: 12, Failures: 0, Errors: 2, Time elapsed: 0.661 sec > > > > Testcase: testCustomDateEditorWithAllowEmpty took 0.05 sec > > Caused an ERROR > > Unparseable date: "1.5.2003" > > java.text.ParseException: Unparseable date: "1.5.2003" > > at java.text.DateFormat.parse(Unknown Source) > > at > > > com.interface21.web.servlet.mvc.CommandControllerTestSuite.testCustomDateEditor > > WithAllowEmpty(CommandControllerTestSuite.java:183) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > > > > Testcase: testCustomDateEditorWithAllowEmptyTestcase: > > testCustomDateEditorWithoutAllowEmpty took 0 sec > > Caused an ERROR > > Unparseable date: "1.5.2003" > > java.text.ParseException: Unparseable date: "1.5.2003" > > at java.text.DateFormat.parse(Unknown Source) > > at > > > com.interface21.web.servlet.mvc.CommandControllerTestSuite.testCustomDateEditor > > WithoutAllowEmpty(CommandControllerTestSuite.java:211) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: ObjectStore. > > If flattening out C++ or Java code to make your application fit in a > > relational database is painful, don't do it! Check out ObjectStore. > > Now part of Progress Software. http://www.objectstore.net/sourceforge > > _______________________________________________ > > Springframework-developer mailing list > > Spr...@li... > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: ObjectStore. > If flattening out C++ or Java code to make your application fit in a > relational database is painful, don't do it! Check out ObjectStore. > Now part of Progress Software. http://www.objectstore.net/sourceforge > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |