Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Using the source
Using the source [message #163809] Tue, 14 March 2006 10:49 Go to next message
Frits Jalvingh is currently offline Frits JalvinghFriend
Messages: 19
Registered: July 2009
Junior Member
Hi,

I checked out the WTP sources from CVS HEAD from within Eclipse so that
I can learn it's inner workings (and perhaps fix some rather irritating
bugs in the Tomcat server provider :-)

But after checking out lots of modules have build problems that I could
only fix by altering the checked out modules. Some of the fixes I needed
to make to get it (mostly) working are:
- Make Eclipse PDE fix the classpath for all of the checked-out modules
- Add a dependency on org.eclipse.wtp.common.environment to a lot of modules
- Add dependencies on org.eclipse.debug.core to some modules

etc.

The result does work more or less but it makes me wonder if I am doing
something wrong 8-/

I have the following questions:
1. Is it normal for the CVS head to be inconsistent or am I doing
something wrong?
2. Do I indeed need all of the modules present in CVS to build a
complete WTP? Are there obsoleted plugins or is there a list of stuff
one needs? Some of the modules do not build because of very basic
reasons like failing to provide many interface functions which leads me
to believe they are no longer maintained..

Thanks for your time in answering me ;-)

Frits
Re: Using the source [message #167413 is a reply to message #163809] Tue, 25 April 2006 06:23 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

Frits Jalvingh wrote:
> I checked out the WTP sources from CVS HEAD from within Eclipse so that
> I can learn it's inner workings (and perhaps fix some rather irritating
> bugs in the Tomcat server provider :-)
>
> But after checking out lots of modules have build problems that I could
> only fix by altering the checked out modules. Some of the fixes I needed
> to make to get it (mostly) working are:
> - Make Eclipse PDE fix the classpath for all of the checked-out modules
> - Add a dependency on org.eclipse.wtp.common.environment to a lot of
> modules
> - Add dependencies on org.eclipse.debug.core to some modules
>
> etc.
>
> The result does work more or less but it makes me wonder if I am doing
> something wrong 8-/
>
> I have the following questions:
> 1. Is it normal for the CVS head to be inconsistent or am I doing
> something wrong?
> 2. Do I indeed need all of the modules present in CVS to build a
> complete WTP? Are there obsoleted plugins or is there a list of stuff
> one needs? Some of the modules do not build because of very basic
> reasons like failing to provide many interface functions which leads me
> to believe they are no longer maintained..
>
> Thanks for your time in answering me ;-)

You may not be doing anything wrong, and there may also not be
anything wrong with the snapshot of HEAD as you checked it out.
Several plugins in WTP have requirements for building cleanly
according to PDE's rules when we actually create our builds and run
them.

You're not crazy.

--
- Nitin


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:validation broken
Next Topic:Validation Framework API coming in WTP1.5?
Goto Forum:
  


Current Time: Fri Apr 26 07:14:18 GMT 2024

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

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

Back to the top