You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hivemind.apache.org by "Markus Wiederkehr (JIRA)" <hi...@jakarta.apache.org> on 2005/08/12 10:35:55 UTC

[jira] Created: (HIVEMIND-146) Hivebuild does not work under Linux

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: hivemind-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org


[jira] Updated: (HIVEMIND-146) Hivebuild does not work under Linux

Posted by "Markus Wiederkehr (JIRA)" <hi...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/HIVEMIND-146?page=all ]

Markus Wiederkehr updated HIVEMIND-146:
---------------------------------------

    Attachment: hb.patch

> 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: hivemind-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org