Might want to check out the Zeus project ( http://zeus.enhydra.org/ ) which is a databinding package headed up by Brett McLaughlin ( http://www.oreillynet.com/cs/catalog/view/au/152?x-t=book.view ). They have an Ant task existing for it. Might want to see if that works for your needs.
http://zeus.enhydra.org/software/cvs/cvsweb.cgi/Projects/EnhydraOrg/toolsTech/Zeus/src/java/org/enhydra/zeus/util/ZeusTask.java?rev=1.3&content-type=text/x-cvsweb-markup

The nice thing about Zeus is that you don't need the Zeus library along with your application after the class generation. They knows how to marshall themselves without any outside help.

Just thought I'd mention it for those interested in JAXB.

Jake

At 02:18 PM 11/16/2002 -0800, you wrote:

----- Original Message -----
From: "Dominique Devienne" <[EMAIL PROTECTED]>
To: "'Ant Users List'" <[EMAIL PROTECTED]>
Sent: Thursday, November 14, 2002 12:36
Subject: RE: Jaxb task anyone?


> To provide on update on this month old thread, the task provided by SUN is
> not smart at all!!! So the task I started writing was not completely
wasted
> after all, since after converting it to Jaxb 1.0 beta, it's working nicely
> for us now. It forks a new instance of the command-line Jaxb compiler
> (thanks to <java>) per schema file only when the smarts have figured out
it
> needs to run (schema more recent or generated files modified/removed).
>
> Here's the interface it has in our build.xml. If anyone's interested, I'll
> post the task in Ant's BugZilla (used it AS-IS, at your own risk!). --DD

yes please do that




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to