Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Show bin directory in Package Explorer
Show bin directory in Package Explorer [message #87347] Wed, 20 August 2003 14:24 Go to next message
Eclipse UserFriend
I am working on a plugin which has a bin directory that is not the output
location for the Java compiler.
I cannot find the means to show this folder in the Package Explorer?

Thanks
Darins
Re: Show bin directory in Package Explorer [message #87595 is a reply to message #87347] Thu, 21 August 2003 05:12 Go to previous messageGo to next message
Eclipse UserFriend
Darin,

The name 'bin' is not hardcoded in the Java model. So this should work the
same way as a 'foo' directory.

Is your 'bin' directory on the classpath? If this is the case, it is
considered a package and it is filtered out by default if it is empty.

Jerome

"Darin Swanson" <Darin_Swanson@us.ibm.com> wrote in message
news:bi0ea7$99c$1@eclipse.org...
> I am working on a plugin which has a bin directory that is not the output
> location for the Java compiler.
> I cannot find the means to show this folder in the Package Explorer?
>
> Thanks
> Darins
>
>
Re: Show bin directory in Package Explorer [message #87786 is a reply to message #87595] Thu, 21 August 2003 12:46 Go to previous messageGo to next message
Eclipse UserFriend
Jerome,

I cannot find where I have the bin directory on the classpath yet it is
considered as a package.
In the .classpath file there is no entry for 'bin'
What am I missing?

Darins

"Jerome Lanneluc" <jerome_lanneluc@fr.ibm.com> wrote in message
news:bi22dk$dsg$1@eclipse.org...
> Darin,
>
> The name 'bin' is not hardcoded in the Java model. So this should work the
> same way as a 'foo' directory.
>
> Is your 'bin' directory on the classpath? If this is the case, it is
> considered a package and it is filtered out by default if it is empty.
>
> Jerome
>
> "Darin Swanson" <Darin_Swanson@us.ibm.com> wrote in message
> news:bi0ea7$99c$1@eclipse.org...
> > I am working on a plugin which has a bin directory that is not the
output
> > location for the Java compiler.
> > I cannot find the means to show this folder in the Package Explorer?
> >
> > Thanks
> > Darins
> >
> >
>
>
Re: Show bin directory in Package Explorer [message #87837 is a reply to message #87786] Thu, 21 August 2003 13:28 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NOSPAM.us.ibm.com

Do you have the project root as the source directory? If you do, then
bin would be considered to be a package within it.

Rich
Re: Show bin directory in Package Explorer [message #87850 is a reply to message #87837] Thu, 21 August 2003 13:38 Go to previous message
Eclipse UserFriend
Thanks Rich.

"Richard L. Kulp" <richkulp@NOSPAM.us.ibm.com> wrote in message
news:bi2vbf$a7j$1@eclipse.org...
> Do you have the project root as the source directory? If you do, then
> bin would be considered to be a package within it.
>
> Rich
>
Previous Topic:Eclipse and Oracle SQLJ
Next Topic:External builder tools
Goto Forum:
  


Current Time: Wed Apr 16 13:31:37 EDT 2025

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

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

Back to the top