Right now internal code that is used to maintain Cayenne build, but
is not itself released, is located under "cayenne-other". So we can
either stick it in "cayenne-other" or create a similar subproject at
the same repository level.
Andrus
On Apr 6, 2006, at 9:31 PM, Cris Daniluk wrote:
The doc generator is coming along, but I'm starting to get a little
concerned about how to integrate it into Cayenne. It carries a lot
of weight
in the form of WSDL and its dependencies - Axis, WSDL4J, blah blah
blah. I
figured I would wrap all this in an ant task that was included in the
cayenne-ant project. Even if I used XML-RPC instead of SOAP,
though, it
would bring a lot of baggage in the form of jars.
Should we add a separate project maybe? The only downside to this
is anyone
who wants to run "ant release" will need to have it checked out and
compiled
to generate the docs.
Cris