RESOLUTION I think this was tied to my original build environment repository being created with Maven 2.0.4 and subsequently updating to 2.0.5. Just deleting the *contents* of my repository directory had no effect. However, when I deleted the repo directory itself, Maven was forced to re-create one. I then downloaded the 3.0.3 source again into the new repository, issued mvn clean install, and voila!
Thanks David, you were definately on the right track with your suggestion. -Michael -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] Sent: April 4, 2007 11:27 AM To: [email protected] Subject: Re: [magnolia-user] [magnolia-dev] 3.0.2 build failure For those on this list who aren't already on the dev list, I'm moving over a discussion started there..... Michael -- Going back to your original build error, could you post more of the messages from your build around this error. Seems like I saw this error once upon a time and it was cleared up by deleting the local repository or something to that effect (was over a year ago when it happened). I would also check to be sure both your JDK/JRE and maven are clean of additional third party jars or alterations to any classpaths that might introduce incompatible libraries. I suspect an older or incompatible version of a library might have crept in to the build/test process. --David >>Michael Beaty wrote: >> >> >> >> >>>I'm trying to update my 3.0.1 installation to 3.0.2. First I tried >>>updating from SVN, but noticed some build errors afterwards. Since >>>then I've deleted my downloaded source and Maven repository, >>>re-downloaded the source from SVN (3.0.2 tag), but still have the same >>> >>> >>> >>> >> >> >> >> >>>problem. The issue seems to be when magnolia-core is being built. >>> >>>Here are the test failure messages: >>>Failed tests: >>> >>>testGetModuleRootJar(info.magnolia.cms.beans.config.ModuleRegistratio n >>>Te >>>st) >>> >>>testGetModuleRootJarWIthDot(info.magnolia.cms.beans.config.ModuleRegi s >>>tr >>>ationTest) >>> >>>testGetModuleRootDirectory(info.magonlia.cms.beans.config.ModuleRegis t >>>ra >>>tionTest) >>>Tests in error: >>> testParseAndFormat(info.magnolia.cms.core.ie.DataTransporterTest) >>> >>>Am I the only one encountering this problem? Is it a known issue? >>> >>>For the time being, I've been able to successfully build 3.0.2 based >>>on the SourceForge-hosted version of the source. >>> >>>-Michael Beaty >>>Senior Software Engineer >>>LeapFrog Enterprises >>> >>> >>> ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/developer.html ---------------------------------------------------------------- ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/developer.html ----------------------------------------------------------------
