Languages

Menu
Sites
Language
Importing UI builder project error

A project originally developed as "Tizen Web UI Builder for TAU".

After importing it as "Web Projects and Widget file".. cannot normally open the index.html page in Page Designer.

It's any empty tab...

 

Error Log:

java.lang.NullPointerException
    at org.eclipse.gef.ui.actions.ActionBarContributor.setActiveEditor(ActionBarContributor.java:156)
    at org.eclipse.ui.internal.EditorActionBars.partChanged(EditorActionBars.java:342)
    at org.eclipse.ui.internal.WorkbenchPage.updateActivations(WorkbenchPage.java:282)
    ...
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
Edited by: Abdullaah on 30 Jun, 2015
View Selected Answer

Responses

3 Replies
AVSukhov

Hello,

I have tried import UI Builder project as Web Project, but after this i cannot open Page Designer at all. There is no Design tab for index.html

How you open Page Designer?

Abdullaah

Right-click on the index.html file -> open with -> Page Designer

Mark as answer
Abdullaah

Solved it.

The project was initially created in Ubuntu, so the files were in Unix format (LF).

When importing in windows IDE, it wasn't opening.

Had to do end of line conversion to windows (CRLF) to view it in page designer.