| Author |
Message |
|
|
This log and similar ones are irrelevant. Do you still have problem even though you have the exact same icefaces features?
"!ENTRY org.eclipse.jst.jsf.core 1 0 2012-02-10 23:09:13.980
!MESSAGE Ignoring invalid id: icefaces.ace/tooltip/jquery.qtip.debug-1.0.0-rc3.js"
|
 |
|
|
If there is no error in eclipse log, most likely feature "ICEfaces 3.0.0 Libraries" is not installed so that ICEfaces plugins cannot find proper library.
To check this, Click Help->About Eclipse (SDK) ->Installation Details ->Installed Software
to see if you have installed all required ICEfaces features/plugins.
Screenshoot is attached for you to compare with.
|
 |
|
|
Update sites for ICEfaces/ICEmobile Eclipse plugins are changed to following locations:
ICEfaces plugins:
http://res.icesoft.org/eclipse-update/3.7/icefaces/
ICEmobile plugins (depended on ICEfaces plugins)
http://res.icesoft.org/eclipse-update/3.7/icemobile/
You may use above update sites to install or update ICEfaces/ICEmobile plugins
|
 |
|
|
Update sites for ICEfaces/ICEmobile Eclipse plugins are changed to following locations:
ICEfaces plugins:
http://res.icesoft.org/eclipse-update/3.7/icefaces/
ICEmobile plugins (depended on ICEfaces plugins)
http://res.icesoft.org/eclipse-update/3.7/icemobile/
You may use above update sites to install or update ICEfaces/ICEmobile plugins
|
 |
|
|
1. did you restart eclipse after installing icefaces 3 plugins
2. remove all ICEfaces plugins and re-install ICEfaces plugins
3. you may also use update site http://res.icefaces.org/eclipse-update/3.7/icefaces/ to force it update
Update sites:
http://res.icesoft.org/eclipse-update/3.7/icefaces/
http://res.icesoft.org/eclipse-update/3.7/icemobile/
Give it a try to see if it works
|
 |
|
|
We will provide eclipse update site for incoming eclipse tool bundle for ICEfaces 3.0.0 reease.
|
 |
|
|
The current eclipse bundle zip file actually cotains all update site files. We will put icefaces 3 eclipse plugin online.
Thanks
|
 |
|
|
1. As you have already done, ICEfaces 3RC1 tool bundle should be installed first. ICEmobile beta3 tool bundle for Eclipse relies on ICEfaces 3RC1 tool bundle. Otherwise you will get noclassfound error because some classes in ICEmobile tool extend base classes in ICEfaces tool bundle. Next release we will enhance dependency checking to eliminate similar problem.
2. I am not quite sure what is exactly the problem you have.
no ICEmobile component entries in palette?
highlight mobi component to show property results in exception?
Could you please describe how to reproduce the error you have, on which component?
I have tried some mobi components and couldn't get exception as you have. see attached screenshoot.
|
 |
|
|
Unfortunately we haven't released bundle for netbeans v7.1 yet as it is still beta.
The bundle you downloaded is for netbeans 7.0, current release version.
Try Netbeans 7.0.1 to see if you have the same issue.
|
 |
|
|
You are not using ICEfaces tool for Eclipse. That is no problem and you can definitely configure your project manually.
As per Ken's suggestion, if you don't use ice components, do not put ice namespace in your page. Otherwise you should have ice-compat.jar under WEB-INF/lib. taglib.xml should be picked up automatically. You don't need following context param in web.xml.
<!-- facelets in OSGI -->
<context-param>
<param-name>facelets.LIBRARIES</param-name>
<param-value>/WEB-INF/faces/icefaces.taglib.xml</param-value>
</context-param>
As for code completion, you should use either html editor or web page editor for facelets xhtml.
Liming
|
 |
|
|
Looks like you added jsf 2.1.2 jar files manually and these jar files were not deployed to tomcat7 even though jar files were listed in your project's COMPILE-TIME classpath.
You will have the same problem with standard jsf project.
Detailed instruction for using ICEfaces-Eclipse integration can be found in the zip bundle you downloaded and named as "guide.pdf". When you create ICEfaces project, in jsf wizard, you need to click download button to download JSF impl jars so that the the downloaded library can be marked as "deploy".
Of course, you can use new jsf library. All you need to do is to first add library to your project and more importantly mark the library as "deploy", which can be done by modifying your project's "Web Deployment Assembly".
To bring up "Web Deployment Assembly" settings, right-click your project -> Properties -> Web Deployment Assembly.
Liming
|
 |
|
|
see
http://www.icefaces.org/JForum/posts/list/0/19503.page#69920
|
 |
|
|
After ICEfaces tool bundles for Netbeans 7 are released, some users experienced problem with the installation of ICEfaces tool bundle.
The problem is caused by updates of Netbeans' Editor Library, which a ICEfaces plugins "org-icefaces-netbeans-modules-web-frameworks-support.nbm" depends on. Looks like Netbeans cannot properly detect plugin dependencies and arrange update sequence.
To work around this issue, you need to follow following steps into install ICEfaces plugins for Netbeans 7.0.
1. Open Plugins manager by choosing Tools -> Plugins from main menu
2. Under Update tab, there should see 12 or more available updates from Netbeans update center, such as "Editor Formating Prior to 6.5 Separation" etc. If you don't see available update, you already have latest update installed.
3. You should perform update by clicking Install button before installing ICEfaces plugins if you want to update. Otherwise uncheck all updates and then install ICEfaces plugins.
4. After install Netbeans' updates or uncheck available updates under Updates tab, click Downloaded tab and click Add Plugins... button to specify the location of .nbm files from ICEfaces tool bundle for Netbeans
5. Select following 3 Netbeans' modules
* org-netbeans-modules-web-frameworks-icefaces.nbm
* org-netbeans-modules-icefaceslib.nbm
* org-icefaces-netbeans-modules-web-frameworks-support.nbm
6. Click Install button. The confirmation dialog should show 3 and only 3 ICEfaces plugins to be installed as:
* ICEfaces 2 Editor Support [7.0.x.x.x]
* ICEfaces 2 Library Module [2.0.x.x]
* ICEfaces Framework [7.0.x.x.x]
Then you can click Next> to finish installing ICEfaces plugins.
If there are more listed such as Java Debugger [1.19.2] to be updated, do not continue.
Rule of thumb is DO NOT install ICEfaces plugins and update Netbeans' updates together in the same time. Netbeans cannot handle this and will ruin your Netbeans installation and you may have to re-install Netbeans.
|
 |
|
|
And also make sure required icefaces jar files are in classpath as web page editor depending on models built from metadata, taglib.xml etc.
For maven project, you may have to build it once so that dependencies could be downloaded.
|
 |
|
|
did you do step 2 ?
2. Click Updates tab and un-check Java Debuger checkbox to disable Java Debuger module update
|
 |
|
|