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);
Logged In: YES
user_id=44430
Uhh, could it be this easy? Will be changed with the next
release. Many thanks.