Versions Compared

Key

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

...

Component

Builds

Deploys

sousa-api

(tick)

 

sousa-impl/impl

(tick)

 

sousa-impl/pack

(tick)

 

sousa-util

 (tick)

 

sousa-page-tool

 (tick)

 

sousa-seq-tool

(tick)

  

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

June. 19, 2008

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

...

Added message locators to NewPageProducer, NewItemProducer, and EditItemProducer.
All strings in Sousa Page have now been externalized.
Checked into SVN: 50897

July 14, 2009

Antranig indicated that UIMessage could be used in place of UIInput for a localizable input button.

Worked on poms for sousa page, sequence, and utils. All poms build and seem to deploy. However, on running, I get a class cast error on the SequencerService. This could be a packaging/deploy error. The object returned from the component manager is an implementation of the SequencerService:

Code Block

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

Not working yet.