eclipse

Import RF sources as eclipse projects in JBoss Tools

    To import RF as eclipse project into workspace you need to do following steps
  • Download RF from SVN repository
    svn co http://anonsvn.jboss.org/repos/richfaces/root 
  • Then install library
    cd root
    mvn install -Dmaven.test.skip=true -P components,trunk 
  • Then add sources and make projects eclipse projects
    mvn eclipse:eclipse -Dmaven.test.skip=true -P components,trunk 
  • Import projects from root folder into eclipse

Eclipse buttons, some shortcuts not woks under Ubuntu 9.10(Karmic Koala)

Problem
Some buttons not react on mouse clicks under Ubuntu 9.10, shortcust like CTRL+SHIFT+T not works to, Updates not works for eclipse.
Solution
set following environment variable

export GDK_NATIVE_WINDOWS=1
#and than run eclipse
./eclipse

You should run eclipse at the same terminal window where set GDK_NATIVE_WINDOWS=1
Useful links
Details of problem

org.eclipse.swt.SWTError: No more handles on OS X when run JBoss Tools VPE

When you run JBoss Tools visual page editor on Mac OS 10.4 folllowing error possible.
Solution is update java on your env atleast to java 1.5.07(OSX Java Update 5) or never
Here Link to Java Updates

org.eclipse.swt.SWTError: No more handles
	at org.eclipse.swt.SWT.error(SWT.java:3910)
	at org.eclipse.swt.SWT.error(SWT.java:3799)
	at org.eclipse.swt.SWT.error(SWT.java:3770)
	at org.eclipse.swt.browser.MozillaDelegate.getHandle(MozillaDelegate.java:147)

Syndicate content