Menu

#10 JBuilder library files bug fix

open-accepted
None
5
2003-03-18
2003-03-11
No

In the JbPlugin class from the "jbuilder" module, I
changed line 447, since it was not able to find ".library"
files that were in the project directory, only those in the
user home directory.

Old:
PathSet set = PathSetManager.getLibrary
(library);
New:
PathSet set = project.getPaths().getLibrary
(library);

Discussion

  • Marco Hunsicker

    Marco Hunsicker - 2003-03-18
    • status: open --> open-accepted
     
  • Marco Hunsicker

    Marco Hunsicker - 2003-03-18
    • assigned_to: nobody --> marcohu
     
  • Marco Hunsicker

    Marco Hunsicker - 2003-03-18

    Logged In: YES
    user_id=44430

    Uhh, could it be this easy? Will be changed with the next
    release. Many thanks.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.