awltech / webtools-tapestry

Web Tools for Tapestry: an eclipse plugin for developping on Apache Tapestry
http://awltech.github.com/webtools-tapestry/
9 stars 5 forks source link

Support for Eclipse 4.4 #7

Open frhd opened 10 years ago

frhd commented 10 years ago

Tapestry WebTools doesnt seem to work in the latest Eclipse version.

mvanbesien commented 10 years ago

I dont see any regression on my side (tried the installation, creation of project from Archetype and autocompletion in Tapestry Editor)... Could u please give me a clue about your issue ? (exceptions in Error Log or error messages ?

thx in advance,

frhd commented 10 years ago

Hm... my bad. I was expecting a tapestry icon at the top and the ctrl+R markup/source switcher (or was it? oh dear memory). So I assumed there was something broken. After looking through the key map, I discovered that the switcher still working, with now alt+q.

However, I still seem to get an error after starting eclipse and the first time opening a tml file.

An internal error occurred during: "Tapestry Finder for [project name]". java.lang.NullPointerException

But this is probably unrelated to my initial issue, so it should be closed.

mvanbesien commented 10 years ago

If you have an exception about this last point, I'd be glad if you could send it to me. This can help later on...

frhd commented 10 years ago

This is all I got:

Edit: Version: Luna Release (4.4.0) Build id: 20140612-0600

!ENTRY org.eclipse.core.jobs 4 2 2014-07-22 17:35:35.871
!MESSAGE An internal error occurred during: "Tapestry Finder for ui".
!STACK 0
java.lang.NullPointerException
    at net.atos.webtools.tapestry.core.models.FeatureFinder.runInWorkspace(FeatureFinder.java:216)
    at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

!ENTRY net.atos.webtools.tapestry.ui 2 0 2014-07-22 17:35:37.773
!MESSAGE net.atos.webtools.tapestry.ui.editors.multi.MultiPageOutlinePage was not able to show the page with id = 1
frhd commented 10 years ago

Actually, this exception comes up always after save&build of an tml/java pair.

mvanbesien commented 10 years ago

Implementation is updated. Overall project should be rebuild this night and it should be OK for tomorrow.

Maxence VANBÉSIEN (mvanbesien) https://github.com/awltech/

On Tue, Jul 22, 2014 at 5:36 PM, Farhad notifications@github.com wrote:

This is all I got:

!ENTRY org.eclipse.core.jobs 4 2 2014-07-22 17:35:35.871 !MESSAGE An internal error occurred during: "Tapestry Finder for ui". !STACK 0 java.lang.NullPointerException at net.atos.webtools.tapestry.core.models.FeatureFinder.runInWorkspace(FeatureFinder.java:216) at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

!ENTRY net.atos.webtools.tapestry.ui 2 0 2014-07-22 17:35:37.773 !MESSAGE net.atos.webtools.tapestry.ui.editors.multi.MultiPageOutlinePage was not able to show the page with id = 1

— Reply to this email directly or view it on GitHub https://github.com/awltech/webtools-tapestry/issues/7#issuecomment-49756129 .