You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by Marshall Schor <ms...@schor.com> on 2010/02/26 22:26:26 UTC

better automation

I see on the incubator list that the subversion project had a discussion
on how to do publication of their javadocs, doxygen.  (Publication means
having them linked from their website). 

Their solution (and several other project's): for "trunk" - build on
Hudson and push them to people.a.o (Hudson has some plugin for this,
and/or there is some kind of rsync approach that Jukka mentioned).  For
"released code" - we could just put the files on people.a.o (without
checking them in to svn). 

There was some discussion suggesting keeping "trunk" (unreleased)
versions clearly separate from specific released versions.

I like the idea of not checking this kind of generated and large stuff
into SVN.

I am motivated to start moving in this direction, after we graduate :-).

-Marshall