Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [atf-dev] ATF & WTP 3.0

I have completed these changes and posted a patch at https://bugs.eclipse.org/bugs/show_bug.cgi?id=219348.

Thanks,
Joe

Philippe Ombredanne wrote:
Joseph Fifield wrote:
Hello,

I recently started looking at compiling/running ATF with Eclipse 3.4 and WTP 3.0. The biggest road block I am running into is the org.eclipse.atf.compatibility.jsdt plugin. There are a large number of compile errors in this plugin. They mainly appear to be due to some API refactoring that took place in JSDT.

I am willing to start making the necessary changes to be compatible with the new API. However, I would first like to confirm that I am not going down the wrong path. Is there any reason why these changes might be incorrect and/or unnecessary?

That plugin is based on JSDT 2.X , pre 3.0
Hence the reason for a large difference.
There might be way to help in the port by looking at historical versions of JSDT and going up the chain.

I think in any case you could only do that in a CVS branch, correct?




Back to the top