Re: Large update to CVS

Shash Chatterjee <[email protected]> Sun, 04 Sep 2005 09:14:39 -0500
Newsgroups gmane.comp.java.keel.user
Message-ID <431B014F.8080407__27779.6843475246$1125843403$gmane$org@badfw.org>
This is a multi-part message in MIME format.
--------------020605040002080809090609
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit


>
> - 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

--------------020605040002080809090609
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#6600cc">
<br>
<blockquote cite="[email protected]" type="cite"><br>
- Updated to latest released Avalon/Excalibur JARs (Framework-4.3,
Logkit-2.1, Fortress-1.2, Components-2.1).<br>
</blockquote>
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).&nbsp; This used to work with
the old Fortress-meta generator, but not any more.<br>
<br>
For example, this will not work:<br>
* @avalon.component @avalon.service type=org.keel.services.model.Model<br>
<pre wrap="">Needs to be:

* @avalon.component
* @avalon.service type=org.keel.services.model.Model
</pre>
Also, one other change, I updated the example project.xml(s) to use
HsqlDB-1.8.0.1 and mysql-connector&nbsp; 3.1.10.<br>
<br>
Shash<br>
</body>
</html>

--------------020605040002080809090609--