Problems building tck20

2006-04-24 Thread Jörg von Frantzius
Hi, probably it's just me not seeing the obvious (or my inexperience using maven), but at the moment I keep on getting compile errors with tck20 that I can't get rid of. I can get it all to compile correctly in Eclipse, so I guess it's not really a problem in the sourcecode. Eclipse tells me

Re: Problems building tck20

2006-04-24 Thread Michael Bouschen
Hi Jörg, is it possible for you to do a clean and then regenerate the jars for the dependent JDO projects? This is just to make sure that the jars in your local maven repository (such as jdo2-enhancer-SNAPSHOT.jar) are up-to-date. You could run 'maven tck20.clean' from the trunk directory.