Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 2467 invoked from network); 16 Apr 2010 05:21:01 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Apr 2010 05:21:01 -0000 Received: (qmail 75119 invoked by uid 500); 16 Apr 2010 05:21:00 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 74926 invoked by uid 500); 16 Apr 2010 05:20:59 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@forrest.apache.org List-Id: Delivered-To: mailing list user@forrest.apache.org Received: (qmail 74919 invoked by uid 99); 16 Apr 2010 05:20:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Apr 2010 05:20:58 +0000 X-ASF-Spam-Status: No, hits=-1.3 required=10.0 tests=AWL,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [66.111.4.26] (HELO out2.smtp.messagingengine.com) (66.111.4.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Apr 2010 05:20:52 +0000 Received: from compute2.internal (compute2.internal [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id DCBDDEAEBC for ; Fri, 16 Apr 2010 01:20:30 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Fri, 16 Apr 2010 01:20:30 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=date:from:to:subject:message-id:references:mime-version:content-type:in-reply-to; s=smtpout; bh=E5ja8TLNrM2kOe6oE5q19asCRuA=; b=KhSUSxAuVPKQo6iOapuOFRIdEyK0lKcRCwj0mbdN1cEcbzRgbAMOqvpbTWHs+aPrW+TAkFicSy6gMR8MgXwjAaRbscMafTZnmtT/Y/IjfJ/1sSI0GadlE7/jSPBEab4GAHB8dR/6jHlk7gnugFLkWpxkKA9jtEICLHBmmUVg3x8= X-Sasl-enc: zibqyNshiu1xiC/vEXa0OnVkhYOy732JRR8QaxApG6Cg 1271395229 Received: from localhost (dsl-41-216.wholesaledsl.com.au [125.168.41.216]) by mail.messagingengine.com (Postfix) with ESMTPSA id 915F74B0A85 for ; Fri, 16 Apr 2010 01:20:29 -0400 (EDT) Date: Fri, 16 Apr 2010 15:20:26 +1000 From: David Crossley To: user@forrest.apache.org Subject: Re: validate error when I run the forrest command Message-ID: <20100416052026.GB28787@igg.local> References: <608460.78646.qm@web33805.mail.mud.yahoo.com> <797255.22254.qm@web33807.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <797255.22254.qm@web33807.mail.mud.yahoo.com> User-Agent: Mutt/1.4.2.3i Trasca Virgil wrote: > > I did nothing. On an empty folder I run forrest seed to generate the sample and after that I run forrest and I get the error. I use forrest 0.8 - you can check the attached log file. > > I just remembered it is because I have java1.6 and forrest has a problem with it. On java 1.5 is working. See https://issues.apache.org/jira/browse/FOR-984 "validate-sitemap target fails relaxng validation on some JDK 1.6: missing datatypes" -David