Dave Johnson wrote:
On Mar 24, 2006, at 8:28 AM, Shervin Asgari wrote:
I have now downloaded the newest SVN and after a lot of fixing I
managed to build the whole thing.
[snip]
These issues are something that needs to be fixed...
Ah... I see. You're trying to build with Eclipse. Currently, nobody is
keeping the Eclipse .project and .classpath files up to do date (I don't
use Eclipse anymore, so don't look at me ;-)
I guess, I don't have to worry about whether I'll break somebody else if
I modify the .project and .classpath and check it in then since I'm the
only one using Eclipse. :-)
The best way to build Roller is to use Ant and the build.xml file.
After the build was finished 15 errors was reported, all in the
sandbox/jdobackend/src package.
Could someone please explain to me what this sandbox / jdo stuff is?
And why is it not under the src package?
The first error I encountered was in the JDOPlanetManagerImpl.java
The normal build does not compile the experimental JDO implementation.
You can safely ignore all of the code under the sandbox directory.
- Dave