Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 97733 invoked from network); 13 Oct 2007 15:40:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Oct 2007 15:40:15 -0000 Received: (qmail 39550 invoked by uid 500); 13 Oct 2007 15:40:02 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 39509 invoked by uid 500); 13 Oct 2007 15:40:02 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 39498 invoked by uid 99); 13 Oct 2007 15:40:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Oct 2007 08:40:02 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [80.100.149.141] (HELO kruithof.xs4all.nl) (80.100.149.141) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Oct 2007 15:40:06 +0000 Received: from asus.jkf ([192.168.2.5] helo=[127.0.0.1]) by kruithof.xs4all.nl with esmtp (Exim 4.63) (envelope-from ) id 1Igj2Z-0003gZ-BX for dev@ant.apache.org; Sat, 13 Oct 2007 17:36:35 +0200 Message-ID: <4710E5E8.1000804@apache.org> Date: Sat, 13 Oct 2007 17:36:08 +0200 From: Martijn Kruithof User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Ant Developers List Subject: Re: Infrastructure References: <635a05060710122310t3e20f0cfm905a906deadb116a@mail.gmail.com> In-Reply-To: <635a05060710122310t3e20f0cfm905a906deadb116a@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Xavier Hanin schreef: > On 10/12/07, Jan.Materne@rzf.fin-nrw.de wrote: > >>>>> I don't want either, but ATM Ivy site is not integrated to >>>>> >>> incubator >>> >>>>> site, and Ivy is reachable at incubator.apache.org/ivy/. So why not >>>>> take the same approach here? >>>>> >>>> We can do that as a first step and think about an integrated solution >>>> later. If you check in your site into svn somewhere under >>>> >>> ant/ivy any >>> >>>> person with an Unix account in the Ant group can check it out to >>>> people.apache.org and the site would go live. >>>> >>> We used to have our site in svn, but now we generate it and >>> publish it using >>> ssh. We have a build.xml for that, so we only need to change >>> the destination >>> location in the build.xml and publish the site, this should be >>> pretty easy. >>> >>> One question: How do we handle relocation for people having >>> bookmarked pages >>> @ incubator.apache.org/ivy/? >>> >> Not sure if this is possible. >> But maybe Apache httpd URL-rewrite could help... >> > > > Indeed, it seems to be possible. Here's what wicket guys use: > .htaccess > ------------------------------------------------------------------------------- > RewriteEngine on > > RewriteRule ^(.*)$ http://wicket.apache.org/$1 [R,L] > ------------------------------------------------------------------------------- > Pretty easy to adapt to our needs :-) > > So I will move Ivy site if nobody objects. > > Xavier > > Fine to move it, probably a moved permanently response (R=301) to the browsers is better though. 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" Martijn --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org