Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » External class folder in custom dynamic build library, why not possible?
External class folder in custom dynamic build library, why not possible? [message #201578] Thu, 21 April 2005 06:08 Go to next message
Eclipse UserFriend
Hi there,

I am developping a plugin that adds a dynamic build library at runtime but
this library needs to be composed of jars and folders.
I have the error Error: "Required library cannot denot external folder",
and I have found on the archive that external jars can be referenced but
not folders???

Conceptually I don't see the difference between the two, jars are just
virtual folders.

Can someone tell me if there is a way around this limitation.
Should I file a bug or is there one I could vote for (I did not find any).
Do I have to implement org.eclipse.jdt.coreIClasspathEntry myself for this
usage?

Thanks for any lead.

SeB.
Re: External class folder in custom dynamic build library, why not possible? [message #201602 is a reply to message #201578] Thu, 21 April 2005 09:49 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

There isn't. I opened a request for this but it was declined. The main
reason is they need to know when things in the class folder change so
they can cause a rebuild. This is easy with a jar, it is only one file.
But with a class folder they would need to check each file in the tree
of folders to see if they changed. This is handled automatically if the
class folder is within a project, but it is not possible for folders
outside of a project.

--
Thanks,
Rich Kulp
Re: External class folder in custom dynamic build library, why not possible? [message #201634 is a reply to message #201602] Thu, 21 April 2005 11:49 Go to previous message
Eclipse UserFriend
I don't see where is the problem, checking on new files is already done
for sources folder for instance.
Shall I file a new bug ?


SeB.
Previous Topic:Pre/post run scripting.
Next Topic:Generating End of File from Keyboard
Goto Forum:
  


Current Time: Mon Jun 23 00:06:38 EDT 2025

Powered by FUDForum. Page generated in 0.03754 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top