Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Compile issues setting up a dev environment


Sounds very much like the "old"
https://bugs.eclipse.org/bugs/show_bug.cgi?id=92117
("released org.eclipse.jst.server.tomcat.ui shows errors in dev. env.")

Which was marked as a dup of
https://bugs.eclipse.org/bugs/show_bug.cgi?id=73957

But, I'll admit, I still no not understand fhe fundamental issue/problem.
So, if you figure it out ... let us know :)






Gunnar Wagenknecht <gunnar@xxxxxxxxxxxxxxx>
Sent by: wtp-dev-bounces@xxxxxxxxxxx

03/15/2006 09:18 PM

Please respond to
"General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>

To
wtp-dev@xxxxxxxxxxx
cc
Subject
[wtp-dev] Compile issues setting up a dev environment





Hi!

My target runtime is Eclipse 3.2 M5a with Webtools 1.5 M5. Right now I
checked out some jst.server and wst.server plug-ins. I get a compile
error on plug-in "org.eclipse.jst.server.tomcat.ui" complaining about
missing class file "org.eclipse.debug.core.ILaunch".

However, if I try to add plug-in "org.eclipse.debug.core" to the
dependency list it's not available because it's already reexported by
another dependency. But why can't the JDT compiler see it?

Does that ring some bells somewhere?

Cu, Gunnar

--
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx
http://wagenknecht.org/

_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top