Okay, narrowed it down a bit more: the changes in rev 672657 cause
this problem... somehow. They are only changes to build files, but
there are lots of changes there... not sure which might be causing this.
BTW, is anyone else seeing this problem?
-David
On Jun 29, 2008, at 5:23 PM, David E Jones wrote:
It looks like in the last few hours, something following SVN rev
672652, has broken the trunk.
Now when trying to start I get this error:
Exception in thread "main" java.lang.NoClassDefFoundError: org/
apache/log4j/Priority
at
org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:51)
at org.ofbiz.base.start.Start.initStartLoaders(Start.java:250)
at org.ofbiz.base.start.Start.init(Start.java:89)
at org.ofbiz.base.start.Start.main(Start.java:398)
It looks like there have been 4 commits since the working revision,
so the break is in one of these: 672657, 672660, 672672, 672673.
All of these commits were by Adam Heath... so sorry for singling you
out Adam. If you have any ideas about why this is breaking, your
help would be appreciated.
-David