Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[atf-dev] Laying hands on JSDT code

Hi all,

I'm evaluating how to bring type support for classes defined in frameworks like qooxdoo to JSDT.

For that, I checked out the JSDT projects from the CVS on Tuesday, compiled and ran it to see what works and what not. Now I'm back and noticed about 3000 changes in the CVS. I got those and now many of my projects are red. Most of it seems to be missing resources, so here is a list of my problems:

Where do I get the schema definitions for extension points in
  org.eclipse.wst.jsdt.core:
     classpathVariableInitializer
     classpathContainerInitializer
     codeFormatter
     compilationParticipant

  org.eclipse.wst.jsd.ui:
    all defined extension points
?

The plug-in org.eclipse.wst.jsdt says it would export packages com.sun.jdi and some more child packages. Many classes in that plug- in depend on classes in those packages, too, but I don't find com.sun.jdi.* anywhere. It seems I am missing a source folder named "src-jdi". The build.properties talk about a source folder src-jdi which can not be found.

The plug-in org.eclipse.wst.jsdt.support.firefox has it's compilation settings set to error for unused imports and variables. This results in a lot of compilation errors, which is odd, since it is in the CVS exactly like this. Once I reduce the compiler settings, everything's back to normal.

Best regards,
Matthias Kempka

--
Matthias Kempka
Innoopract Informationssysteme GmbH
mkempka@xxxxxxxxxxxxxx
Tel:  0721 - 66 47 33 - 0
Fax: 0721 - 66 47 33 29
========================= Legal Disclaimer =====================
According to Section 80 of the German Corporation Act
Innoopract Informationssysteme GmbH must indicate the following information:
Address: Stephanienstrasse 20, 76133 Karlsruhe Germany
General Manager: Jochen Krause, Eric von der Heyden
Registered Office: Karlsruhe, Commercial Register Karlsruhe HRB 7883
============================================================






Back to the top