Hi All, I'm in Ubuntu 11.0 system. To run the tests in gora-core module successfully I have to run the mvn command with root permission.
When I run the command mvn clean test with an user ( without root permission ) which has read/write permission for the gora-core folder, the target folder inside gora-core is locked for particular user. ( Only the root user has the read/write permission to target folder and the files/folders inside it) So the tests are failed giving an error that there is no permission to read/write inside a file in target folder. I want to build all the tests without running in sudo permission. Any help will be appreciated. Thanks..!! -- * **Udesh Liyanaarachchi* B.sc. Eng (Undergraduate) Department of Computer Science & Engineering University Of Moratuwa Sri Lanka.

