Versions Compared

Key

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

...

Component

Builds

Deploys

sousa-api

(tick)

 (tick)

sousa-impl/impl

(tick)

 (tick)

sousa-impl/pack

(tick)

 (tick)

sousa-util

(tick)

 (tick)

sousa-page-tool

(tick)

 (tick)

sousa-seq-tool

(tick)

 (tick)

(Follow-on work done on 7/14/08 and 7/15/08)

June. 19, 2008

Antranig recommends the following project https://source.sakaiproject.org/contrib/programmerscafe/blogwow/trunk as an example of RSF using Maven2.

...

Code Block
#### PageObjectProducer - Sequencer Service is: org.sakaiproject.sousa.impl.SequencerServiceImpl@5fb753

Not working yet.

July 15, 2008

Got the POMs to work. Superficial test of Sousa (both Page and Sequence) indicates the basics are working. Checked changes in as rev. 51072.
There were some problems of class definitions being recognized. These were resolved by appropriate use of <scope>provided</scope> properties in dependencies. Utilities (including the Sousa UI components) shouldn't be at provided scope. More information at Maven Dependency Mechanism .