|
Building
Building from sourceThis project has not released any binaries yet. Until then, you can compile UFace yourself by following the instructions on this page. PrerequisitesBefore checking out and compiling the code, make sure you have the following software installed:
Maven version: 2.0.9 Java version: 1.5.0_16 OS name: "mac os x" version: "10.5.5" arch: "i386" Family: "unix"
Getting the sourceYou can checkout the source using your preferred svn client. The trunk folder contains 3 important subfolders:
Building the proper treeNavigate to trunk/proper/org.ufacekit and execute: mvn clean install Building the incubation treeNavigate to trunk/incubation/org.ufacekit.incubation and execute: mvn clean install Please not that the incubation tree will only build if you've built the proper tree as well. Importing the source in your favorite IDEAfter you have build the proper tree (and optionally the incubation tree) you can import the code as projects inside your favorite IDE. EclipseMake sure you have Eclipse installed, together with the PDE (Plug-in Development Environment). Currently we support Eclipse 3.4.1 or higher. Navigate to trunk/proper/org.ufacekit and execute (after a fresh checkout): mvn eclipse:eclipse If you want to start with a clean environment, execute: mvn eclipse:clean Now you should be able to launch Eclipse and import existing projects underneath trunk/proper/org.ufacekit. The same procedure applies to projects underneath trunk/incubation/org.ufacekit.incubation IDEATODO |
not run for me ....
Mac os x / leopard Maven 2.0.9 Build GWT 1.5
Error on IFrameLinker : ClassNotFound?
docs ?? Demos ??
Very hard for newbies ... but very interesting
Mine didnt build either. used subclipse to dload source, and maven command line to build just like instructions. You sure this builds?