Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » General (non-technical) » Eclipse Foundation » Eclipse Projects
Eclipse Projects [message #39236] Wed, 13 September 2006 22:27 Go to next message
Eclipse UserFriend
Originally posted by: mwood.api.com

I need some help migrating our Java projects from JBuilder to Eclipse as
part of an evaluation. We have an existing structure that works very well
for us using ant and JBuilder but I can't understand how to get Eclipse to
integrate with it.

I have read the user's guide, read the FAQs, and tried the plugins to no
avail. Maybe someone has an idea that will help.

Our projects are comprised of an in-house framework + applications which
reside in the same source code tree. The framework is shared across 5
different released products. The source code root looks like this:

src/com/api/

frome there it is separated into:
com/api/applications/ // all applications resides here
com/api/applications/app1/ // code for product "app1"
com/api/applications/app2/ // code for product "app2"

and our framework (small subset):
com/api/framework
com/api/framework/image // framework code associated with images
com/api/framework/util // utility code

Our framework is build as a project distributed as one or more jars files
and our application is build and released as separate jar file.

We create two projects for each application
- Application project which only includes the application sub-package:
com.api.application.app1 - used by ant script for building release
- Development project which includes application package + framework -
used by developer (doesn't use jar files, just classes)

I have failed to figure out how to get Eclipse to recognise and build only
a subset of packages (or files). When I create a project and ask it to
import code or I define the source code location it wants to pull in
EVERYTHING with no options for excluding items.

Can anyone help me with this?

Thank you,

Mike
Re: Eclipse Projects [message #39268 is a reply to message #39236] Thu, 14 September 2006 14:24 Go to previous message
Eclipse Webmaster is currently offline Eclipse WebmasterFriend
Messages: 607343
Registered: July 2009
Senior Member
Mike,

This would be best answered on the eclipse.newcomers group:

http://www.eclipse.org/newsportal/thread.php?group=eclipse.n ewcomer

D.

MIke wrote:
> I need some help migrating our Java projects from JBuilder to Eclipse as
> part of an evaluation. We have an existing structure that works very
> well for us using ant and JBuilder but I can't understand how to get
> Eclipse to integrate with it.
>
> I have read the user's guide, read the FAQs, and tried the plugins to no
> avail. Maybe someone has an idea that will help.
>
> Our projects are comprised of an in-house framework + applications which
> reside in the same source code tree. The framework is shared across 5
> different released products. The source code root looks like this:
>
> src/com/api/
>
> frome there it is separated into:
> com/api/applications/ // all applications resides here
> com/api/applications/app1/ // code for product "app1"
> com/api/applications/app2/ // code for product "app2"
>
> and our framework (small subset):
> com/api/framework
> com/api/framework/image // framework code associated with images
> com/api/framework/util // utility code
>
> Our framework is build as a project distributed as one or more jars
> files and our application is build and released as separate jar file.
>
> We create two projects for each application
> - Application project which only includes the application sub-package:
> com.api.application.app1 - used by ant script for building release -
> Development project which includes application package + framework -
> used by developer (doesn't use jar files, just classes)
>
> I have failed to figure out how to get Eclipse to recognise and build
> only a subset of packages (or files). When I create a project and ask it
> to import code or I define the source code location it wants to pull in
> EVERYTHING with no options for excluding items.
>
> Can anyone help me with this?
>
> Thank you,
>
> Mike
>
>
>
>
>
Previous Topic:Problem with eclipse debuger
Next Topic:Build Path problem
Goto Forum:
  


Current Time: Fri Apr 26 17:52:32 GMT 2024

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

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

Back to the top