Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 24543 invoked from network); 4 Mar 2011 16:07:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Mar 2011 16:07:36 -0000 Received: (qmail 44137 invoked by uid 500); 4 Mar 2011 16:07:36 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 44098 invoked by uid 500); 4 Mar 2011 16:07:36 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 44089 invoked by uid 99); 4 Mar 2011 16:07:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Mar 2011 16:07:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Mar 2011 16:07:35 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 499412388C16; Fri, 4 Mar 2011 16:07:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1078033 - in /ant/site/ant: build.xml sources/velocity.properties Date: Fri, 04 Mar 2011 16:07:15 -0000 To: notifications@ant.apache.org From: hibou@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110304160715.499412388C16@eris.apache.org> Author: hibou Date: Fri Mar 4 16:07:14 2011 New Revision: 1078033 URL: http://svn.apache.org/viewvc?rev=1078033&view=rev Log: get a working build Added: ant/site/ant/build.xml - copied, changed from r1078018, ant/core/trunk/docs.xml Modified: ant/site/ant/sources/velocity.properties Copied: ant/site/ant/build.xml (from r1078018, ant/core/trunk/docs.xml) URL: http://svn.apache.org/viewvc/ant/site/ant/build.xml?p2=ant/site/ant/build.xml&p1=ant/core/trunk/docs.xml&r1=1078018&r2=1078033&rev=1078033&view=diff ============================================================================== --- ant/core/trunk/docs.xml (original) +++ ant/site/ant/build.xml Fri Mar 4 16:07:14 2011 @@ -20,50 +20,34 @@ Build documentation - XDocs and Javadoc. - For building XDocs, edit xdocs/**/*.xml first. + For building XDocs, edit sources/**/*.xml first. If ../jakarta-site2 does not exist, set -Dsite.dir=... for it, or just use -Dvelocity.dir=.../velocity-1.4.x if you have downloaded Velocity somewhere. XXX for no apparent reason, your CWD must be the main Ant source dir, or this will fail: .../docs.xml:64: org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource './site.vsl' - After this generation the pages in docs/ should be up-to-date and need to be committed. - Since I don't remember whether there is a cron job updating the site I - usually log in to people.apache.org and run 'svn up' in /www/ant.apache.org/ - (make sure your umask is 002 before you do that so the pages remain group writable). + After this generation the pages in staging/ should be up-to-date and need to be committed. + + staging.ant.apache.org will then pickup your changes shortly after your commit. - - + + - + - - - - - - - - - - - - - - + - - - + - + Modified: ant/site/ant/sources/velocity.properties URL: http://svn.apache.org/viewvc/ant/site/ant/sources/velocity.properties?rev=1078033&r1=1078032&r2=1078033&view=diff ============================================================================== --- ant/site/ant/sources/velocity.properties (original) +++ ant/site/ant/sources/velocity.properties Fri Mar 4 16:07:14 2011 @@ -13,5 +13,5 @@ # See the License for the specific language governing permissions and # limitations under the License. # -file.resource.loader.path=xdocs/stylesheets +file.resource.loader.path=sources/stylesheets velocimacro.library=templates.vm