From derby-dev-return-71714-apmail-db-derby-dev-archive=db.apache.org@db.apache.org Sat Aug 01 17:06:55 2009 Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 35184 invoked from network); 1 Aug 2009 17:06:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Aug 2009 17:06:55 -0000 Received: (qmail 1748 invoked by uid 500); 1 Aug 2009 17:06:58 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 1678 invoked by uid 500); 1 Aug 2009 17:06:58 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 1670 invoked by uid 99); 1 Aug 2009 17:06:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Aug 2009 17:06:58 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of m.v.lunteren@gmail.com designates 209.85.219.205 as permitted sender) Received: from [209.85.219.205] (HELO mail-ew0-f205.google.com) (209.85.219.205) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Aug 2009 17:06:50 +0000 Received: by ewy1 with SMTP id 1so2589031ewy.7 for ; Sat, 01 Aug 2009 10:06:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Vr1wOCvsW3I1ztokiWKZJcoe3psqyh1YTo8ANNjOTGc=; b=IOzT9epVsPcRrIYow7fpgX/pGofyEX7/EOUvCqd20ahHoJFDtI6vZUA8mteH5DGuG7 X/iL/JR5b7TThIIepcrXskc3lIwLTg99Tk9iJFl+QX9hyuJ19yb45ceDoF4Q0FwAsZZR fuG2cFhefT/Xc3gjB8iawqBTG3JRzIEIo4ktg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Sq9sZ2L0uF5t/y0eGZW9uMkKGlWz4UH85pN2EohYGryTLOh7o2cDxO94MaMP3N95AO l/OBM5QdIHHWZEfbN5VvU/kAg91C4rOS59ICJk/KDgdE5fhElKB/LlZUyh3W7HbCNoVt B3dEhJ3BvJYvED+kXD2m3O9qzJjkb6AGF98CM= MIME-Version: 1.0 Received: by 10.216.71.19 with SMTP id q19mr747550wed.65.1249146388970; Sat, 01 Aug 2009 10:06:28 -0700 (PDT) In-Reply-To: <4A737716.9030709@sbcglobal.net> References: <4A736C9A.8030201@sbcglobal.net> <4A737716.9030709@sbcglobal.net> Date: Sat, 1 Aug 2009 10:06:28 -0700 Message-ID: Subject: Re: release-10.5.2.0.html not getting copied with forrest build From: Myrna van Lunteren To: derby-dev@db.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Jul 31, 2009 at 3:58 PM, Kathey Marsden wrote: > Kathey Marsden wrote: >> >> I am having a problem that >> src/documentation/content/xdocs/releases/release-10.5.2.0.html is not >> getting copied with my forrest build. =A0I created it and did an svn add= in >> the src directory but it does not get copied to builds/site/releases wit= h >> the build. >> > Sorry for the noise. =A0On rebuilding I see it now. Maybe I forgot to cop= y > over from $FORREST_HOME/main/site, but I thought I had. Anyway it seems t= o > be there now. > The current complaint on svn add is: > > svn: File 'release-10.5.2.0.html' has inconsistent newlines > svn: Inconsistent line ending style > > I'll ignore that for now as html seems to be viewable in my browser. > >> The documentation warns that the cgi file won't get copied unless you ad= d >> a link to derby_downloads.xml which I did and the cgi file =A0seems to g= et >> copied fine, but I don't actually have a link to the html file so it doe= sn't >> seem to get picked up. =A0 Do I need to reference it somewhere? If so wh= ere? >> >> Thanks >> >> Kathey >> >> >> > > I suspect this file has the same trouble as the Release Notes - it's flagged in svn as svn-eol-style native, but then the tool that generates it (ant in MKS?) only adds linux style line-endings, and you either have to figure out how remove the miscellaneous ^Ms or use dos2unix and then unix2dos. cygwin has dos2unix available. MKS doesn't. Myrna