Sources
From APIDesign
(→Download) |
|||
Line 8: | Line 8: | ||
== Download == | == Download == | ||
- | Download the sources [http://www.apidesign.org/sources/apidesign- | + | Download the sources [http://www.apidesign.org/sources/apidesign-164.zip apidesign-164.zip], unzip them on your local computer. Start NetBeans IDE and open individual projects as needed. |
== Review feedback == | == Review feedback == |
Revision as of 20:16, 17 April 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
Download the sources apidesign-164.zip, unzip them on your local computer. Start NetBeans IDE and open individual projects as needed.
Review feedback
Would be good to have a README file telling the user to run build.xml before opening the projects in the IDE. Otherwise the projects have unsolvable broken references.
The README file should also list all example directories with a one-line description for each directory. Similarly, there should be a README file in each directory describing that example (in a bit more detail than one line).
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.
--AndreiBadea 07:35, 15 April 2008 (UTC)