Menu

#1 Library Path Entries seem to junk leading / on parse

open-fixed
nobody
None
5
2007-11-06
2007-10-16
Dan Check
No

I recently added the Library Folder ClasspathContainer plugin to my Eclipse 3.3 install. I'm running on Mac OS X 10.4 with a Java 1.5 JDK.

However, after I install it, and add a path (either recursive or non-recursive), it doesn't find any jars. I'm not sure how to debug it further. Here's the relevant entry from my .classpath file:

<classpathentry kind="con" path="org.dbpowder.plugins.LIB_CONTAINER/recurse~fileSys/Users/check/Documents/pt-test2/pt/webBase/lib"/>

Here's the log entry at startup:

!ENTRY org.dbpowder.plugins.libcontainer 2007-10-14 12:30:38.981
!MESSAGE PathInitialize: rtrue ftrue Users/check/Documents/pt-test2/
pt/webBase/lib vnull

I don't see any other log entries.

Adding a project path works as expected.

It appears to be junking the leading "/" when it parses the classpath entry, which works well for the project level entries, and poorly for filesystem level entries.

Discussion

  • mtadashi

    mtadashi - 2007-10-18

    Logged In: YES
    user_id=1307500
    Originator: NO

    Thank you for your bug report.

    > It appears to be junking the leading "/" when it parses the classpath
    > entry, which works well for the project level entries, and poorly for
    > filesystem level entries.

    I think so, too.
    It is a problem for UNIX or MAC platforms.

    I'll fix it and report later.

     
  • mtadashi

    mtadashi - 2007-10-18
    • assigned_to: nobody --> mtadashi
    • status: open --> open-accepted
     
  • mtadashi

    mtadashi - 2007-10-21

    Logged In: YES
    user_id=1307500
    Originator: NO

    I fixed the bug.

    The newest version 1.1.0.20071021_1 is available from
    the update site (http://libcontainer.sourceforge.net/updates/)
    You can update the plugin with
    help -> Software Updates -> Manage Configuration

    Please report whether the bug is fixed or not.

     
  • mtadashi

    mtadashi - 2007-11-06

    Logged In: YES
    user_id=1307500
    Originator: NO

    Hi, Dan.

    If you can, please tell me whether the problem is resolved or not.
    If no response, I'll close this issue on 2007-10-15, please note.

     
  • mtadashi

    mtadashi - 2007-11-06
    • assigned_to: mtadashi --> nobody
    • status: open-accepted --> open-fixed
     
  • mtadashi

    mtadashi - 2007-11-06

    Logged In: YES
    user_id=1307500
    Originator: NO

    > If no response, I'll close this issue on 2007-10-15, please note.

    If no response, I'll close this issue on 2007-11-15, please note.

     

Log in to post a comment.