On Tue, 3 May 2005, Sean Schofield wrote:
OK. I have SVN working at my office now. Next step is to check into
SVN and Ant. Anyone have any experience with using SVN with Ant?
Looks like I need to hunt around for a custom task since its not part
of the core or optional tasks.
I use SvnAnt, which works just fine.
http://subclipse.tigris.org/svnant.html
--
Martin Cooper
sean
On 5/3/05, Sean Schofield <[EMAIL PROTECTED]> wrote:
First I will try to get SVN working for nightly build. The infra
people at my work have still not figured out how to open the firewall
for SVN (Grrrrr.) I need to get that resolved ASAP. Then I will fix
the build script.
I haven't had a chance to look at Manfred's website build procedure.
I will investigate that next and look into automating that plus the
javadoc.
sean
On 5/3/05, Manfred Geiler <[EMAIL PROTECTED]> wrote:
ok, I added the javadoc and tlddoc creation to build-site.xml
so, on site creation those dirs are updated automatically.
did also a "svn up" on minotaur, but mirrors have not been synced yet.
-Manfred
2005/5/3, Manfred Geiler <[EMAIL PROTECTED]>:
tldoc and javadoc on homepage are currently broken. Will try to upload
them again ASAP.
I think it was my fault, because I cleaned up the website dir last
time before I checked it out from SVN. So I will add tldoc and javadoc
to the site in SVN, so that this cannot happen again in the future.
Sean, is it possible to add the doc creation and upload to the nightly build?
The following steps would be great:
* automatically build docs in ${project.dir}/../site
* SVN commit it automatically
* sftp it to minotaur
-Manfred
2005/5/3, Grant Smith <[EMAIL PROTECTED]>:
We probably now need to urgently update the nightly build script to send
everything to Subversion instead of CVS.
Sean ? :)