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