Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Maven v 2.0.9 or later is required for building Geronimo 2.1 samples.

To check out the 2.1.2 samples:

No Format
svn co https://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-2.1.2/ gsamples-2.1.2
Note

Alternatively, you could choose to work with the active 2.1 branch of samples. This will allow you to work with the latest changes in samples but will also expose you to a branch that is under active development and so things may be in flux from day to day:
svn co https://svn.apache.org/repos/asf/geronimo/samples/branches/2.1 gsamples-2.1

...

No Format
org.apache.geronimo.samples/sample-datasource/2.1.2/car=console.dbpool/SampleDatabase/1.0/car

replacing 2.2 -SNAPSHOT with the appropriate sample version and adjusting the right hand side as necessary. Be sure geronimo is stopped when you edit artifact_aliases.properties.

...

There is a maven generated site for samples which can be used to view javadoc and source. It can be found here:

Geronimo Samples 2.1.2

To navigate to javadoc and source code (xref) for each sample do the following:

...