Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Programmaticallly getting the output build folder
Programmaticallly getting the output build folder [message #128707] Fri, 19 December 2003 07:18 Go to next message
Eclipse UserFriend
Hi,

I don't know if this is the right forum for this question.

I'm creating a plugin for eclipse. The plugin needs to retrieve the output
build folder of a project and I cannot seem to find how to do this. Can
anybode shed some light on this? TIA.

Raymond
Re: Programmaticallly getting the output build folder [message #128723 is a reply to message #128707] Fri, 19 December 2003 10:06 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Raymond wrote:

>Hi,
>
>I don't know if this is the right forum for this question.
>
>I'm creating a plugin for eclipse. The plugin needs to retrieve the output
>build folder of a project and I cannot seem to find how to do this.
>
see IJavaProject.getOutputLocation() and IClassPathEntry.getOutputLocation()

Dani

> Can
>anybode shed some light on this? TIA.
>
>Raymond
>
>
>
Re: Programmaticallly getting the output build folder [message #128735 is a reply to message #128707] Fri, 19 December 2003 10:09 Go to previous message
Eclipse UserFriend
A project can have one or more output folders. See
IJavaProject.getOutputLocation(). Note, that this is the default output
location. Thus, in case a project has multiple output locations, you should
check each classpath entry for its output location (see the javadoc in
#getOutputLocation() for a description).

Darin

"Raymond" <raymond.brandon@nl.compuware.com> wrote in message
news:bruqau$q54$1@eclipse.org...
> Hi,
>
> I don't know if this is the right forum for this question.
>
> I'm creating a plugin for eclipse. The plugin needs to retrieve the output
> build folder of a project and I cannot seem to find how to do this. Can
> anybode shed some light on this? TIA.
>
> Raymond
>
Previous Topic:my plug-in crashes IDE
Next Topic:How do I run the new look workbench?
Goto Forum:
  


Current Time: Sun Jun 08 07:22:17 EDT 2025

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

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

Back to the top