On 10/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > >> I currently have an update script on people (minotaur) that updates > the > >> ant website once a day from svn. dependent on the location the ivy > >> specifics of the website will be stored the script will need to be > >> updated to do a separate sync for the ivy parts of the website. The > >> current sync is from /ant/core/trunk/docs for the base documentation > and > >> /ant/core/tags/ANT_170/docs/manual for the manual part of the > >> documentation (this depends on the one doing an explicit checkout of > a > >> certain branch at a specific position.) I assume the script would > pick > >> up a new location after an explicit initial checkout. If not, I'll > add it. > >> > >> (The script) > >> > >> #!/bin/tcsh > >> cd /www/ant.apache.org > >> /usr/local/bin/svn up | /usr/bin/grep -v "At revision" > > > > > >The problem is that Ivy's site is stored in svn in a non generated > form, > >which is browsable with a browser, but suffers from some problems of > old > >browser compatibility and bad indexation by search engines. So the site > we > >actually deploy is generated using an ant script. So if we want to make > an > >automatic update it would need to do an svn up in a directory which is > not > >the site itself, followed by a call to an ant script (which requires > >ant 1.7and java 6 for the use of javascript). I don't know if this is > >easy to do on people.a.o. > > > Little problem. > Ant 1.7.0 is on /usr/local/share/java/apache-ant > But only a Java5 on /usr/local/diablo-jdk1.5.0 > > I am not sure about having a "private" Java6 in your homedirectory and > using that for your cron...
So maybe we can start with a manual update (svn up + a call to ant on your local box) of the site (as we did while incubating), and when a jdk 6 will be available on people.a.o or when we'll be fed up with manually updating Ivy's site, we will consider this question again. Is it a problem for you guys? Xavier Jan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Xavier Hanin - Independent Java Consultant http://xhab.blogspot.com/ http://incubator.apache.org/ivy/ http://www.xoocode.org/