Re: [Keel User] Large update to CVS
Shash Chatterjee <[email protected]> Sun, 04 Sep 2005 09:14:39 -0500
| Newsgroups | gmane.comp.java.keel.devel |
|---|---|
| Message-ID | <[email protected]> |
> > - Updated to latest released Avalon/Excalibur JARs (Framework-4.3, > Logkit-2.1, Fortress-1.2, Components-2.1). I forgot to mention that one gotch'a I ran into. In some of the files the Avalon meta-data was formatted incorrectly (probably due to Eclipse's formatting also formatting Javadoc). This used to work with the old Fortress-meta generator, but not any more. For example, this will not work: * @avalon.component @avalon.service type=org.keel.services.model.Model Needs to be: * @avalon.component * @avalon.service type=org.keel.services.model.Model Also, one other change, I updated the example project.xml(s) to use HsqlDB-1.8.0.1 and mysql-connector 3.1.10. Shash