Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » How to set up the source folders of a project
How to set up the source folders of a project [message #270571] Wed, 08 September 2004 03:58 Go to next message
Eclipse UserFriend
Originally posted by: afluegge.vitria.com

Hello,

I need to setup an uncommon source folder structure. The structure of that
folder is dictated by an other tool that shares the files of this project.
Here is the folder structure to use:

<Project Root>
<...some folders>
com
... (rest of the package structure)
<... some more folders>
GeneratedTypes
com
... (rest of the package structure)

What I need to setup is the "<Project Root>/com" folder and the "<Project
Root>/GeneratedTypes/..." folder as source folders. So far I get the error
that it is not possible to nest the "GeneratedTypes" folders into the "com"
folder. Any trick to make Eclipse accept both the project root as well as
the GeneratedTypes folders as root folders for source files?

Andreas
Re: How to set up the source folders of a project [message #270600 is a reply to message #270571] Wed, 08 September 2004 09:54 Go to previous message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Andreas Fluegge wrote:

>Hello,
>
>I need to setup an uncommon source folder structure. The structure of that
>folder is dictated by an other tool that shares the files of this project.
>Here is the folder structure to use:
>
><Project Root>
> <...some folders>
> com
> ... (rest of the package structure)
> <... some more folders>
> GeneratedTypes
> com
> ... (rest of the package structure)
>
>What I need to setup is the "<Project Root>/com" folder and the "<Project
>Root>/GeneratedTypes/..." folder as source folders. So far I get the error
>that it is not possible to nest the "GeneratedTypes" folders into the "com"
>folder. Any trick to make Eclipse accept both the project root as well as
>the GeneratedTypes folders as root folders for source files?
>
>
Not sure what Eclipse version you use. In 3.0 you can simply exclude the
first folder of <... some more folders...> from the project source
folder entry.

Dani

>Andreas
>
>
>
>
>
>
>
>
Previous Topic:Contribute action to JavaEditor popup menu
Next Topic:MultiPageEditorPart in org.eclipse.ui.ide prevents RCP use
Goto Forum:
  


Current Time: Mon Jul 14 09:54:17 EDT 2025

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

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

Back to the top