[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.technology.laszlo] Re: IDEforLaszlo 0.1.0b JDK 1.5 Available Now

It looks like the problem is that MyEclipse contains several plugins which 
are their implementation of some WTP plugins, such as 
org.eclipse.wst.javascript.ui, and that ide4laszlo uses some internal apis 
which are not in the MyEclipse version of those plugins.
I thought maybe by explicitly specifiying the wtp version number (1.0) in 
the import, it would pick up the wtp version instead of the myeclipse 
version, but I couldnt get that to work.
The correct solution is for ide4laszlo to not use the internal wtp api's, 
but that will take some effort to do.

"Andrew Chandler" <andy@xxxxxxxxxxxx> wrote in message 
news:7a6cd362755b4865624212c50b5d1aea$1@xxxxxxxxxxxxxxxxxx
> Ok so apparently its the "MyEclipse" Workbench (integrated set of plugins 
> for web development) that breaks it - I just confirmed that by taking a 
> working 3.1.1 with laszlo and breaking laszlo by installing that -- darn 
> useful set of functionality they provide.
>