'. '

Sources

From APIDesign

(Difference between revisions)
Jump to: navigation, search
(Download)
(Download)
Line 8: Line 8:
=== Download ===
=== Download ===
-
The sources for sample examples are processed, verified and published daily on API Design [http://hudson.apidesign.org/job/samples continuous build server]. Downloaded the latest version of apidesign-XYZ.zip, unzip it on your local computer. Start NetBeans IDE and open individual projects as needed.
+
The sources for sample examples are processed, verified and published daily on API Design [http://hudson.apidesign.org/job/samples continuous build server]. Downloaded the latest version of apidesign-XYZ.zip, unzip it on your local computer. Start NetBeans IDE and open individual projects as needed. History of all the modifications can be found in our [[Mercurial]] [http://source.apidesign.org/hg/apidesign/ repository].
=== Usage ===
=== Usage ===

Revision as of 18:49, 15 October 2008

Environment

In order to use the sample sources you need:

  • JDK 1.6.0 - necessary for compilation and execution
  • Ant 1.7.0 - allows simple compilation and execution from command line
  • NetBeans IDE 6.0 - all projects are configured to smoothly open in NetBeans IDE

Download

The sources for sample examples are processed, verified and published daily on API Design continuous build server. Downloaded the latest version of apidesign-XYZ.zip, unzip it on your local computer. Start NetBeans IDE and open individual projects as needed. History of all the modifications can be found in our Mercurial repository.

Usage

You need to run build.xml before opening the projects in the IDE. Otherwise the projects have unsolvable broken references.

The build fails on JDK 1.5 because of ServiceLoader usages. This needs to be mentioned somewhere, and build.xml should perhaps skip that example when building on 1.5.

Personal tools
buy