Forum LAMS for Tech-Heads - General Forum: Building LAMS 2.1 first time


 
You may request notification for Building LAMS 2.1 first time.
Search: 

1: Building LAMS 2.1 first time
09/29/08 09:25 AM
[ Reply | Forward ]
Hello everyone,

I am trying to build LAMS for developing a new tool. I am running (one by one) the scripts for the database from Eclipse 3.2, these are:

* rebuild-db
* assemble-ear
* deploy-ear
* deploy-tools
* copyfiles

inside lams_build project. The problem arises when running assemble-ear; in the console appears the next error:

BUILD FAILED
C:\Documents and Settings\KU38063\workspace\lams_build\build.xml:62: The following error occurred while executing this line:
C:\Documents and Settings\KU38063\workspace\lams_common\build.xml:168: E:\jboss-4.0.2\server\default\lib not found.


I have JBOSS installed in C drive, why is it looking into E drive? Does anybody know how can I fix this? i am having a look to build.xml file but it doesn't give me any clue.

My environment is Eclipse 3.2 on Windows XP Prof.

Thanks in advance,

Alicia.

Posted by Alicia Campos

2: Re: Building LAMS 2.1 first time
In response to 1 09/29/08 06:04 PM
[ Reply | Forward ]
Hi Alicia,

You need to modify the windows.properties file in the lams_build project. Modify the property "jboss.home" to point to the location of your jboss directory on your C drive.

Anthony

Posted by Anthony Sukkar

3: Re: Re: Building LAMS 2.1 first time
In response to 2 09/30/08 05:40 AM
[ Reply | Forward ]
It built successful! Thanks very much Anthony :)

Posted by Alicia Campos

Reply to first post on this page
Back to LAMS for Tech-Heads - General Forum