Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Multiple ClasspathContainers, Settings
Multiple ClasspathContainers, Settings [message #53679] Tue, 10 June 2003 08:17 Go to next message
Eclipse UserFriend
Originally posted by: j.verschoor.nefli.nl

Hello,

I've created a LibraryFolderClasspathContainer, but now I've stumbled into a
problem:
Sometimes, you maybe would like to specify more than 1 folder.
Right now I've solved this problem by getting the contents of both folders.
Maybe someone has a better solution for this.

Also, I was wondering where to store the info of the classpath.
Right now I'm doing javaProject.setOption(), and before that a call to
JavaModelManager.OptionNames.add() with my own preference id.
This works, but I don't like it.

Any help would be appreciated. Btw, where can I submit my code for eclipse?


Joris Verschoor
Re: Multiple ClasspathContainers, Settings [message #55274 is a reply to message #53679] Thu, 12 June 2003 13:08 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: j.verschoor.nefli.nl

any one?

"Joris Verschoor" <j.verschoor@nefli.nl> wrote in message
news:bc43vm$smn$1@rogue.oti.com...
> Hello,
>
> I've created a LibraryFolderClasspathContainer, but now I've stumbled into
a
> problem:
> Sometimes, you maybe would like to specify more than 1 folder.
> Right now I've solved this problem by getting the contents of both
folders.
> Maybe someone has a better solution for this.
>
> Also, I was wondering where to store the info of the classpath.
> Right now I'm doing javaProject.setOption(), and before that a call to
> JavaModelManager.OptionNames.add() with my own preference id.
> This works, but I don't like it.
>
> Any help would be appreciated. Btw, where can I submit my code for
eclipse?
>
>
> Joris Verschoor
>
>
Re: Multiple ClasspathContainers, Settings [message #56736 is a reply to message #55274] Fri, 13 June 2003 17:58 Go to previous messageGo to next message
Martin Aeschlimann is currently offline Martin AeschlimannFriend
Messages: 71
Registered: July 2009
Member
To quickly answer the question about how to submit code:
Create a bug report and add your code as an attachment.
File it to JDT-UI and I'll have a look at it; we are interested to add
folder containers to JDT!

Thanks
Martin

Joris Verschoor wrote:
> any one?
>
> "Joris Verschoor" <j.verschoor@nefli.nl> wrote in message
> news:bc43vm$smn$1@rogue.oti.com...
>
>>Hello,
>>
>>I've created a LibraryFolderClasspathContainer, but now I've stumbled into
>
> a
>
>>problem:
>>Sometimes, you maybe would like to specify more than 1 folder.
>>Right now I've solved this problem by getting the contents of both
>
> folders.
>
>>Maybe someone has a better solution for this.
>>
>>Also, I was wondering where to store the info of the classpath.
>>Right now I'm doing javaProject.setOption(), and before that a call to
>>JavaModelManager.OptionNames.add() with my own preference id.
>>This works, but I don't like it.
>>
>>Any help would be appreciated. Btw, where can I submit my code for
>
> eclipse?
>
>>
>>Joris Verschoor
>>
>>
>
>
>
Re: Multiple ClasspathContainers, Settings [message #58329 is a reply to message #56736] Mon, 16 June 2003 09:28 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: j.verschoor.nefli.nl

Ok, I'll file a bug report + attachement later this day. I don't have the
code near me.


"Martin Aeschlimann" <martin_aeschlimann@ch.ibm.com> wrote in message
news:3EEA10E0.7030202@ch.ibm.com...
> To quickly answer the question about how to submit code:
> Create a bug report and add your code as an attachment.
> File it to JDT-UI and I'll have a look at it; we are interested to add
> folder containers to JDT!
>
> Thanks
> Martin
>
> Joris Verschoor wrote:
> > any one?
> >
> > "Joris Verschoor" <j.verschoor@nefli.nl> wrote in message
> > news:bc43vm$smn$1@rogue.oti.com...
> >
> >>Hello,
> >>
> >>I've created a LibraryFolderClasspathContainer, but now I've stumbled
into
> >
> > a
> >
> >>problem:
> >>Sometimes, you maybe would like to specify more than 1 folder.
> >>Right now I've solved this problem by getting the contents of both
> >
> > folders.
> >
> >>Maybe someone has a better solution for this.
> >>
> >>Also, I was wondering where to store the info of the classpath.
> >>Right now I'm doing javaProject.setOption(), and before that a call to
> >>JavaModelManager.OptionNames.add() with my own preference id.
> >>This works, but I don't like it.
> >>
> >>Any help would be appreciated. Btw, where can I submit my code for
> >
> > eclipse?
> >
> >>
> >>Joris Verschoor
> >>
> >>
> >
> >
> >
>
Re: Multiple ClasspathContainers, Settings [message #61479 is a reply to message #58329] Thu, 19 June 2003 07:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: j.verschoor.nefli.nl

Well, my internet connection at home (Chello) is down for a couple of days.
Hopefully I'll get online again this weekend. If so, I'll also create a
seperate plugin here. Does anybody have any preference of the classname? the
JREClasspathContainer is in org.eclipse.jdt.launching or something..


"Joris Verschoor" <j.verschoor@nefli.nl> wrote in message
news:bck2du$ntr$1@rogue.oti.com...
> Ok, I'll file a bug report + attachement later this day. I don't have the
> code near me.
>
>
> "Martin Aeschlimann" <martin_aeschlimann@ch.ibm.com> wrote in message
> news:3EEA10E0.7030202@ch.ibm.com...
> > To quickly answer the question about how to submit code:
> > Create a bug report and add your code as an attachment.
> > File it to JDT-UI and I'll have a look at it; we are interested to add
> > folder containers to JDT!
> >
> > Thanks
> > Martin
> >
> > Joris Verschoor wrote:
> > > any one?
> > >
> > > "Joris Verschoor" <j.verschoor@nefli.nl> wrote in message
> > > news:bc43vm$smn$1@rogue.oti.com...
> > >
> > >>Hello,
> > >>
> > >>I've created a LibraryFolderClasspathContainer, but now I've stumbled
> into
> > >
> > > a
> > >
> > >>problem:
> > >>Sometimes, you maybe would like to specify more than 1 folder.
> > >>Right now I've solved this problem by getting the contents of both
> > >
> > > folders.
> > >
> > >>Maybe someone has a better solution for this.
> > >>
> > >>Also, I was wondering where to store the info of the classpath.
> > >>Right now I'm doing javaProject.setOption(), and before that a call to
> > >>JavaModelManager.OptionNames.add() with my own preference id.
> > >>This works, but I don't like it.
> > >>
> > >>Any help would be appreciated. Btw, where can I submit my code for
> > >
> > > eclipse?
> > >
> > >>
> > >>Joris Verschoor
> > >>
> > >>
> > >
> > >
> > >
> >
>
>
Re: Multiple ClasspathContainers, Settings [message #63863 is a reply to message #53679] Sat, 21 June 2003 12:27 Go to previous messageGo to next message
Joris Verschoor is currently offline Joris VerschoorFriend
Messages: 11
Registered: July 2009
Junior Member
Here's a version for all of you to check out, just unpack in your eclpise
folder.

I've created a bug 39198 and submitted the code.
There are a few things left to do:
-short cut for browse
-refactor to another package
-the container only supports folders from the current project, I don't know
if others would like to be able to choose folders from other projects, but I
didn't.. But if anybody wants that, let me know.


Re: Multiple ClasspathContainers, Settings [message #68747 is a reply to message #63863] Fri, 27 June 2003 13:11 Go to previous message
Scott Stanchfield is currently offline Scott StanchfieldFriend
Messages: 263
Registered: July 2009
Senior Member
Awesome -- I think the best use of this would be to be able to create a
reusable library folder of external stuff that any project could include.
(For example, all of the gazillion jars needed to work with weblogic portal
;)

Thanks!
-- Scott


"Joris Verschoor" <j.verschoor@insomniq.com> wrote in message
news:bd1iv4$78p$1@rogue.oti.com...
> Here's a version for all of you to check out, just unpack in your eclpise
> folder.
>
> I've created a bug 39198 and submitted the code.
> There are a few things left to do:
> -short cut for browse
> -refactor to another package
> -the container only supports folders from the current project, I don't
know
> if others would like to be able to choose folders from other projects, but
I
> didn't.. But if anybody wants that, let me know.
>
>
>
Previous Topic:How to use plug ins
Next Topic:Accessing Eclipse Classpath Variables in Ant Scripts
Goto Forum:
  


Current Time: Mon Dec 30 16:36:09 GMT 2024

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

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

Back to the top