Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 97568 invoked from network); 23 Apr 2010 15:17:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Apr 2010 15:17:17 -0000 Received: (qmail 964 invoked by uid 500); 23 Apr 2010 15:17:17 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 942 invoked by uid 500); 23 Apr 2010 15:17:17 -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 935 invoked by uid 99); 23 Apr 2010 15:17:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Apr 2010 15:17:17 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [148.87.113.121] (HELO rcsinet10.oracle.com) (148.87.113.121) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Apr 2010 15:17:07 +0000 Received: from rcsinet13.oracle.com (rcsinet13.oracle.com [148.87.113.125]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o3NFGhZa020713 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 23 Apr 2010 15:16:45 GMT Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153]) by rcsinet13.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o3NCLaAB005156 for ; Fri, 23 Apr 2010 15:16:43 GMT Received: from abhmt013.oracle.com by acsmt353.oracle.com with ESMTP id 184518001272035801; Fri, 23 Apr 2010 08:16:41 -0700 Received: from richard-hillegas-computer.local (/129.150.247.130) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 23 Apr 2010 08:16:40 -0700 Message-ID: <4BD1B9D6.6080303@oracle.com> Date: Fri, 23 Apr 2010 08:16:38 -0700 From: Rick Hillegas User-Agent: Thunderbird 2.0.0.24 (Macintosh/20100228) MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: failure building derby docs tools target? References: <4BD0EED4.9060501@gmail.com> <4BD149B4.8010501@sun.com> In-Reply-To: <4BD149B4.8010501@sun.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Auth-Type: Internal IP X-Source-IP: rcsinet13.oracle.com [148.87.113.125] X-CT-RefId: str=0001.0A090203.4BD1B9DD.00A6:SCFMA4539811,ss=1,fgs=0 X-Virus-Checked: Checked by ClamAV on apache.org Knut Anders Hatlen wrote: > On 04/23/10 03:20, Myrna van Lunteren wrote: > >> On Thu, Apr 22, 2010 at 5:50 PM, Bryan Pendleton >> wrote: >> >>>> C:\derbyt\docs\trunk\DITA-OT1.1.2.1\pretargets.xml:136: Fatal error >>>> during transformation >>>> >>> Make sure you're using JDK 1.4. At least, that's what works for me. >>> >>> thanks, >>> >>> bryan >>> >>> >>> >> Thanks Bryan, it worked with ibm142. >> Somehow I think I've gone through this once before... >> > > I'm able to build the docs with Sun's Java 6, but I have to run ant with > "-lib lib" to get it to pick up the jars in the lib dir. Haven't > investigated why this is needed. > > I just successfully built the docs using Apple's Java 6 on mac os x. That is, I think the build succeeded. I saw pages of warnings when building the monohtml and pdf versions, but I've always seen those warnings. A cursory glance at the results suggests that the build succeeded. For the record, I always throw an extra slug of memory at ant when building the docs: I set the following environment variable: export ANT_OPTS="-Xmx512m" Regards, -Rick