Thanks a lot. It built eventually but I am having problem with the "ant fresh_install" command. It's returning the following error: Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\user>cd C:\dspace-1.5.2-release\dspace C:\dspace-1.5.2-release\dspace>ant fresh_install java.lang.OutOfMemoryError: (class: org/apache/tools/ant/Main, method: runBuild signature: (Ljava/lang/ClassLoader;)V) at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389) at java.lang.Class.getConstructor0(Class.java:2699) at java.lang.Class.newInstance0(Class.java:326) at java.lang.Class.newInstance(Class.java:308) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:256) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104) C:\dspace-1.5.2-release\dspace>ant fresh_install Buildfile: build.xml does not exist! Build failed C:\dspace-1.5.2-release\dspace>ant fresh_install Buildfile: build.xml does not exist! Build failed C:\dspace-1.5.2-release\dspace>ant fresh_install Buildfile: build.xml does not exist! Build failed C:\dspace-1.5.2-release\dspace> Please, what do you think is the problem? Fati O.I System Programmer II University of Jos, Nigeria
--- On Sat, 6/27/09, hardik mishra <[email protected]> wrote: From: hardik mishra <[email protected]> Subject: BUILD ERROR: Cannot execute mojo: resources To: "olufunmilayo favour" <[email protected]> Cc: "Dspace Tech" <[email protected]>, "General Dspace" <[email protected]> Date: Saturday, June 27, 2009, 1:40 AM Hi Friend It seems to have some memory(heap) error. It's not Dspace error , clean everything and try to re-install everything. If it continues to occur check your RAM size. The error is because of heap has been exhausted. Heap is an internal memory pool created at start-up that tasks use to dynamically allocate memory as needed. Best Regards Hardik Mishra Jr. Software Engineer WebInito Technologies - Ahmedabad - Gujarat(India). Give a man a fish, and you feed him for a day. Teach a man to catch fish and you feed him for a lifetime. From: olufunmilayo favour <[email protected]> To: hardik mishra <[email protected]> Sent: Thursday, June 25, 2009 5:52:05 PM Subject: Re: BUILD ERROR: Cannot execute mojo: resources Thanks a lot, the idea seems to be working but still this error: An unexpected error has been detected by Java Runtime Environment: java.lang.OutOfMemoryError: requested 81920 bytes for GrET in C:\BUILD_AREA\jd 6_01\hotspot\src\share\vm\utilities\growableArray.cpp. Out of swap space? Internal Error (414C4C4F434154494F4E0E494E4C494E450E4850500017), pid=2548, ti =1556 Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing) An error report file with more information is saved as hs_err_pid2548.log If you would like to submit a bug report, please visit: http://java.sun.com/webapps/bugreport/crash.jsp :\dspace-1.5.2-src-release\dspace>mvn package Please, what do I do to rectify this? Thanks. Funmi --- On Wed, 6/24/09, hardik mishra <[email protected]> wrote: From: hardik mishra <[email protected]> Subject: BUILD ERROR: Cannot execute mojo: resources To: [email protected] Cc: "Dspace Tech" <[email protected]> Date: Wednesday, June 24, 2009, 11:47 PM Hi Friend Follow this steps , it might solve yout problem.. 1. Add 'C:\apache-maven-2.1.0\bin' to your Environment PATH variable. 2. Create a new environment variable M2_HOME and give value C:\apache-maven-2.1.0. 3. Create another new environment variable M2 and give value %M2_HOME%\bin 4. Open new command prompt. 5. Go to Dspace Install directory. [dspace-1.5.2-src-release]\dspace\ and run mvn package It should work Best Regards Hardik Mishra Jr. Software Engineer WebInito Technologies - Ahmedabad - Gujarat(India) Give a man a fish, and you feed him for a day. Teach a man to catch fish and you feed him for a lifetime.
------------------------------------------------------------------------------
_______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

