I upgraded to Java 1.5 and am getting the exact same results as before. Is there any more information I can find and provide in order to help track down the cause?
--- Thanks, Chad Hansen Web Programmer - Library Information Services Brigham Young University e: [EMAIL PROTECTED] w: 801-422-3904 ________________________________________ From: Stuart Lewis [sdl] [EMAIL PROTECTED] Sent: Saturday, January 12, 2008 7:00 AM To: Chad Hansen; [email protected] Subject: Re: [Dspace-tech] DSpace 1.5 - mvn package trouble Hi Chad, > I have been trying to build a DSpace 1.5 alpha from the svn repository by > following the steps at > http://wiki.dspace.org/index.php/Building_DSpace_From_Source > However, I have been unsuccessful. On the step that says to type "mvn package" > I get the build failure message below. I have java version 1.4.2_15. > > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Compilation failure > Failure executing javac, but could not parse the error: > javac: invalid target release: 1.5 This error says that DSpace requires Java JDK version 1.5 or higher, and because you are only running 1.4.2, it is not able to compile the code. If you upgrade to Sun JDK 1.5 or higher, you should find it will compile OK. Thanks, Stuart _________________________________________________________________ Gwasanaethau Gwybodaeth Information Services Prifysgol Aberystwyth Aberystwyth University E-bost / E-mail: [EMAIL PROTECTED] Ffon / Tel: (01970) 622860 _________________________________________________________________ ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

