Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] JSDT Debug plugin is missing a source folder

Hi all,

After checking out the latest updates, the plugin org.eclipse.wst.jsdt.debug does not compile. It declares to export the package com.sun.jdi and some sub-packages, and the build.properties list a non-existing source folder src-jdi. Many classes in the source folder src-jdimodel depend on classes in that packages and thus do not compile.

About a week ago, this source folder still existed. Adding the historical source folder manually source fixes all compilation problems in the plugin. So that's a workaround that works for me at the moment. But how is this really supposed to compile?

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