Hivebuild does not work under Linux
-----------------------------------
Key: HIVEMIND-146
URL: http://issues.apache.org/jira/browse/HIVEMIND-146
Project: HiveMind
Type: Improvement
Components: hivebuild
Versions: 1.1
Environment: Linux and other Unices
Reporter: Markus Wiederkehr
Attachments: hb.patch
Hivebuild causes troubles under Linux because it tries to copy junit-3.8.1.jar
to ${ant.home}/lib. Usually this directory is not writable for regular users.
In addition the jar-files xml-apis.jar and xercesImpl.jar might not exist in
${ant.home}/lib.
So I have written a small patch that should improve the situation for Linux
users.
The build process on Windows should not be affected. But Linux users can now
specify the JUnit directory and the location of related jar-files in
hivebuild/module.properties.
Please review and apply the attached patch if possible.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]