Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » How to customize the root package? Urgent !
How to customize the root package? Urgent ! [message #69944] Mon, 30 June 2003 08:19 Go to next message
Eclipse UserFriend
Originally posted by: jannuslin.hotmail.com

Hello everyone,
I'm developping a project with the following structure:

|-base
| |-java
| | |-folder1
| | | |-subfolder1.1
| | |-folder2
| | |-folder3

By default, the complete and correct name of the package "subfolder1.1"
shall be "base.java.folder1.subfolder1.1". How can I do to tell the java
compiler that the packaging starts actually only from folder1 so that the
correct and complete name of "subfolder1.1" should be
"folder1.subfolder1.1"?? Thanks a lot....
Re: How to customize the root package? Urgent ! [message #69964 is a reply to message #69944] Mon, 30 June 2003 08:26 Go to previous messageGo to next message
Eclipse UserFriend
Jannus <jannuslin@hotmail.com> wrote:
> Hello everyone,
> I'm developping a project with the following structure:
>
> |-base
> | |-java
> | | |-folder1
> | | | |-subfolder1.1
> | | |-folder2
> | | |-folder3
>
> By default, the complete and correct name of the package "subfolder1.1"
> shall be "base.java.folder1.subfolder1.1". How can I do to tell the java
> compiler that the packaging starts actually only from folder1 so that the
> correct and complete name of "subfolder1.1" should be
> "folder1.subfolder1.1"?? Thanks a lot....

Instead of having the project itself as a source folder, configure your
project so that java is the source folder.

--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet/
If replying to the group, please do not mail me too
Re: How to customize the root package? Urgent ! [message #69984 is a reply to message #69944] Mon, 30 June 2003 08:28 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: tom.eicher.gmx.ch.nodomain

In your project's context menu, select properties. On the "Java Build Path"
page, on the "Source" tab, you can modify the set of source folders for the
project.

-tom

"Jannus" <jannuslin@hotmail.com> wrote in message
news:bdp9sq$hmt$1@rogue.oti.com...
> Hello everyone,
> I'm developping a project with the following structure:
>
> |-base
> | |-java
> | | |-folder1
> | | | |-subfolder1.1
> | | |-folder2
> | | |-folder3
>
> By default, the complete and correct name of the package "subfolder1.1"
> shall be "base.java.folder1.subfolder1.1". How can I do to tell the java
> compiler that the packaging starts actually only from folder1 so that the
> correct and complete name of "subfolder1.1" should be
> "folder1.subfolder1.1"?? Thanks a lot....
>
>
>
Re: How to customize the root package? Urgent ! [message #70043 is a reply to message #69964] Mon, 30 June 2003 08:55 Go to previous message
Eclipse UserFriend
Originally posted by: jannuslin.hotmail.com

Dear Tom and Jon,

Thanks a lot. It works... You guys are really great...
Previous Topic:Ant in Eclipse problems
Next Topic:Java GUI's
Goto Forum:
  


Current Time: Mon May 12 16:49:57 EDT 2025

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

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

Back to the top