Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 98817 invoked from network); 23 Jan 2006 14:48:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jan 2006 14:48:28 -0000 Received: (qmail 7082 invoked by uid 500); 23 Jan 2006 14:48:21 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 7021 invoked by uid 500); 23 Jan 2006 14:48:20 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 7010 invoked by uid 99); 23 Jan 2006 14:48:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jan 2006 06:48:20 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 64.74.244.71 is neither permitted nor denied by domain of geir@pobox.com) Received: from [64.74.244.71] (HELO chi.mobile-health-diary.com) (64.74.244.71) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 23 Jan 2006 06:48:19 -0800 Received: (qmail 9655 invoked from network); 23 Jan 2006 14:47:56 -0000 Received: from 72-254-5-32.client.stsn.net (HELO ?10.0.62.11?) (geir@72.254.5.32) by b014.internal.mobile-health-diary.com with SMTP; 23 Jan 2006 14:47:56 -0000 Message-ID: <43D4EC96.3040407@pobox.com> Date: Mon, 23 Jan 2006 08:47:50 -0600 From: Geir Magnusson Jr Reply-To: geir@pobox.com User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: [classlib] we can build our own site with classlib and J9 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is cool. We can generate our own website using the IBM J9 VM and our classlib. I had to add SQLException (just a stub) because J9 thought this was important to have around (!). Give it a try. You need to build the classlib yourself until we can get an update to the snapshot site. Get J9 as stated in the classlib build instructions and then you can just : $ harmony/standard/site > ant and it Just Works. geir