[Bug 101] Not able to successfully add jar to build path
- From: bugzilla-daemon@kenai.com
- To: issues@eplugin.kenai.com
- Subject: [Bug 101] Not able to successfully add jar to build path
- Date: Sun, 7 Jun 2009 20:44:44 +0000 (GMT)
- Auto-submitted: auto-generated
https://kenai.com/bugzilla/show_bug.cgi?id=101
tanktarta@kenai.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tanktarta@kenai.com
--- Comment #5 from tanktarta@kenai.com 2009-06-07 20:44:43 ---
Hi,
I think I have something to add to this. I was seeing the same problem, but
after grabbing the source to try and figure it out, I noticed that it works if
you add libraries using "Add External Jar" and navigating to your project,
rather than using the more usual "Add Jars".
Whilst looking at this, I noticed the following. The plugin uses
IClassPathEntry.CPE_LIBRARY when adding the JavaFX libraries. These contain
full qualified filenames, so do not cause a problem.
However, libraries that exist in the project, have a path of
/projectName/lib/libraryName.jar.
This causes problems for (at least) :-
* JavaFXMarkerResolutionGenerator.addFullyQualifiedNames - It can't find the
Jar to analyse the contents)
* JavaFXBuilder.checkFX() - This looks like its using the incorrect classpath
Hope this helps in tracking down the cause of this. The work-around has got me
going on my project again ;-)
Brett
--
Configure bugmail: https://kenai.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
|
[Bug 101] Not able to successfully add jar to build path |
bugzilla-daemon | 06/07/2009 |





