Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] [Fwd: Questions on creating a Apache Derby Server definition in WTP]


--- Begin Message ---
  • From: Rajesh Kartha <kartha@xxxxxxxxxxxxxxx>
  • Date: Wed, 16 Mar 2005 16:50:38 -0800
  • Newsgroups: eclipse.webtools
  • Organization: EclipseCorner
  • User-agent: Mozilla Thunderbird 0.7.3 (Windows/20040803)
Hello,

I work on the Apache Derby project (a 100% Java database) and am looking into the option of adding a Derby Server definition into the WTP.

To look at existing server definitions, I checked out from the WTP (CVS codeline) the JBoss and Tomcat ones based on the following tutorial.

http://www.eclipse.org//webtools/testtutorials/developingwtp/DevelopingWTP.html

into my environment today. But the following packages shows errors:

org.eclipse.jst.server.generic.serverdefinitions
org.eclipse.jst.server.generic.ui
org.eclipse.jst.server.jboss.core
org.eclipse.jst.server.jboss.ui
org.eclipse.jst.server.tomcat.ui
org.eclipse.jst.server.ui


- some classes not being found
   Example:
  The project was not built since its build path is incomplete. Cannot
  find the class file for org.eclipse.wst.server.core.ITaskModel.

- Illegal attributes in 'plugin.xml'

- unknow extension point
  Example:
 'org.eclipse.wst.server.core.serverConfigurationTypes'

...more

I did observe from the CVS (web interface) that some files have been moved, I presume the above are related to that, is that correct or I am missing some other plug-ins ?

I would also like to know:
- if there are any pointers to creating a server definition in WTP
- does all server definitions come under the org.eclipse.jst.server package.

Any other suggestions/comments, please do let me know.

Regards,
Rajesh

--- End Message ---

Back to the top