Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Where does eclipse store User Library Definitions
Where does eclipse store User Library Definitions [message #290112] Thu, 18 August 2005 16:19 Go to next message
Eclipse UserFriend
Originally posted by: Krishnan.Muthuswamy.gmail.com

Hi,

I am in the process of creating a Eclipse Package for my Development Team
which has a WorkSpace with all the projects defined. I am writing some Ant
scripts which unpacks the eclipse package, replaces the folder names with
the actual locations in a developer's PC and so on.

I have defined User Libraries in the Java Build Path inside my workspace.
These user libraries are being referred to in the projects defined. Now I
need to find the file which holds this and have to replace it with the
actual folder names.

Has anyone done anything like this?

Cheers
Re: Where does eclipse store User Library Definitions [message #290118 is a reply to message #290112] Thu, 18 August 2005 16:58 Go to previous message
Eclipse UserFriend
Originally posted by: sunil_kamath.nohotspammail.com

"Krishnan Muthuswamy" <Krishnan.Muthuswamy@gmail.com> wrote in message
news:7e8221c5179ec4ae886f963641019294$1@www.eclipse.org...
> Hi,
>
> I am in the process of creating a Eclipse Package for my Development Team
> which has a WorkSpace with all the projects defined. I am writing some Ant
> scripts which unpacks the eclipse package, replaces the folder names with
> the actual locations in a developer's PC and so on.
> I have defined User Libraries in the Java Build Path inside my workspace.
> These user libraries are being referred to in the projects defined. Now I
> need to find the file which holds this and have to replace it with the
> actual folder names.
> Has anyone done anything like this?
workspace\.metadata\.plugins\org.eclipse.core.runtime\.setti ngs\org.eclipse.jdt.core.prefs
Search for a keys named org.eclipse.jdt.core.userLibrary.XXX where XXX is
the library name.
The value associated with the key is in XML format.
Both the key and value are in escaped property file format, so search and
replace could be interesting.
---
Sunil
Previous Topic:hot code replacement during debug
Next Topic:Persisting Project specific data
Goto Forum:
  


Current Time: Thu Apr 25 22:17:10 GMT 2024

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

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

Back to the top