Hi 

GWT Installation
=========

Extract gwt.tar.bz2 to /usr/ports/java/
Extract xpi-gwt-dev-plugin.tar.bz2 to /usr/ports/www
cd /usr/ports/java/gwt
sudo make install clean

gwt binaries are located in /usr/local/share/gwt
gwt documentation is located in /usr/local/share/doc/gwt
gwt samples are located in /usr/local/share/examples/gwt 
webAppCreator, i18nCreator and benchmarkViewer are linked to /usr/local/bin

Firefox pluging is located in /usr/local/lib/xpi/[email protected] and
will work only with linux-firefox or linux-firefox-devel. Use 127.0.0.1 instead 
of
localhost to access your web application.

Eclipse Plugin installation
===============

Works from a fresh eclipse 3.4.2 installation ( no java/eclipse-* port 
installed)

$> mkdir eclipse-plugins 
$> cd eclipse-plugins 
$> fetch "http://dl.google.com/eclipse/plugin/3.4/zips/gpe-e34-latest.zip";
$> fetch 
"http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/downloads/drops/2.4.2/R200902171115/emf-runtime-2.4.2.zip";
$> fetch 
"http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/downloads/drops/2.4.2/R200902171115/xsd-runtime-2.4.2.zip";
$> fetch 
"http://www.eclipse.org/downloads/download.php?file=/tools/gef/downloads/drops/3.4.2/R200902171642/GEF-SDK-3.4.2.zip";
$> fetch 
"http://www.eclipse.org/downloads/download.php?file=/datatools/downloads/1.6/dtp-sdk_1.6.2.zip";
$> fetch 
"http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.4.2-200902111700/eclipse-test-framework-3.4.2.zip";
$> fetch "http://dl.google.com/eclipse/plugin/3.4/zips/gpe-e34-latest.zip";
$> unzip "*.zip"
$> sudo cp -r eclipse/* /usr/local/eclipse/

Troubleshooting
==========

If you get SIGSEGV like : 

     [java] # Java VM: Diablo Java HotSpot(TM) Server VM (10.0-b23 mixed mode 
bsd-x86)
     [java] # Problematic frame:
     [java] # V  [libjvm.so+0x1c303d]

Add the -client switch to your build.

Before submitting to FreeBSD 
=================

Any testing or advice on known issues would be appreciated. :)


--

Antonin Bonte

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.


Reply via email to