You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2012/12/18 22:18:14 UTC

[jira] [Commented] (ACCUMULO-914) Junit tests in eclipse fail due to Classloader poorly parsing classpath locations

    [ https://issues.apache.org/jira/browse/ACCUMULO-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13535337#comment-13535337 ] 

Hudson commented on ACCUMULO-914:
---------------------------------

Integrated in Accumulo-1.4.x #255 (See [https://builds.apache.org/job/Accumulo-1.4.x/255/])
    ACCUMULO-914 - drop entries which use an unset environment variable (Revision 1423624)

     Result = SUCCESS
vines : 
Files : 
* /accumulo/branches/1.4/src/start/src/main/java/org/apache/accumulo/start/classloader/AccumuloClassLoader.java

                
> Junit tests in eclipse fail due to Classloader poorly parsing classpath locations
> ---------------------------------------------------------------------------------
>
>                 Key: ACCUMULO-914
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-914
>             Project: Accumulo
>          Issue Type: Bug
>          Components: start
>    Affects Versions: 1.4.2
>         Environment: eclipse, ubuntu 12.04
>            Reporter: John Vines
>            Assignee: John Vines
>             Fix For: 1.5.0, 1.4.3
>
>
> Accumulo uses $ACCUMULO_HOME/lib/ext/[.*].jar to find files to watch. If ACCUMULO_HOME isn't set (like in a test environment such as eclipse), it drops the $ACCUMULO_HOME. From there, it ends up turning it into watching /lib. On OSX, which a majority of the developers here use, it's not an issue. However, watching /lib introduces a heapload of issues. I do not know why this does not affect mvn tests, I didn't dig into it.
> I think if ACCUMULO_HOME isn't set, we should just ignore that directory (instead of inserting empty string for the portion).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira