Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » -> Special directory for plugin resources
-> Special directory for plugin resources [message #86133] Mon, 18 August 2003 07:37 Go to next message
Eclipse UserFriend
Hi there,

I want to know if it is possible to exclude the resources
from the bin/ directory. Currently resources like
resource bundles are stored at
bin/package.../resourceBundle.properties but this is quite
mushy. I would like to see something like a top-level
resource directory like src and bin. rsc/ for example.

Is this possible?


Thanks

Martin (Kersten)

PS: one thing would be to exclude the resources to another
plugin (don't like that idea - if it work - anyway).
Re: -> Special directory for plugin resources [message #86191 is a reply to message #86133] Mon, 18 August 2003 10:20 Go to previous messageGo to next message
Eclipse UserFriend
Well found the problem. I modified the resource outside the
workbench. But it's still muchy. I would like to have a special
dir for resources anyway. You know only having one copy
and so I can find/modfiy/manage the files more quicklier.

Any solution?

Thanks

Martin (Kersten)

> Hi there,
>
> I want to know if it is possible to exclude the resources
> from the bin/ directory. Currently resources like
> resource bundles are stored at
> bin/package.../resourceBundle.properties but this is quite
> mushy. I would like to see something like a top-level
> resource directory like src and bin. rsc/ for example.
>
> Is this possible?
>
>
> Thanks
>
> Martin (Kersten)
>
> PS: one thing would be to exclude the resources to another
> plugin (don't like that idea - if it work - anyway).
>
>
Re: -> Special directory for plugin resources [message #86222 is a reply to message #86191] Mon, 18 August 2003 12:32 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NOSPAM.us.ibm.com

Create another src directory (you can call it rsc) and put your
resources in there. By it being a src directory it will automatically
copy them to the bin directory during a build so that Run Application
will see them. This way your resources will be separated in Eclipse but
will be all together when running, as they should be.

Rich
Previous Topic:Tying an Action to a pushbutton
Next Topic:freebsd 3.0 Eclipse crash running Ant
Goto Forum:
  


Current Time: Thu Aug 07 02:12:25 EDT 2025

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

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

Back to the top