Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 9626 invoked from network); 9 Nov 2004 19:05:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Nov 2004 19:05:35 -0000 Received: (qmail 6876 invoked by uid 500); 9 Nov 2004 19:05:34 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 6831 invoked by uid 500); 9 Nov 2004 19:05:33 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@forrest.apache.org Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 6820 invoked by uid 99); 9 Nov 2004 19:05:33 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [161.114.64.104] (HELO zmamail04.zma.compaq.com) (161.114.64.104) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 09 Nov 2004 11:05:33 -0800 Received: from tayexg11.americas.cpqcorp.net (tayexg11.americas.cpqcorp.net [16.103.130.186]) by zmamail04.zma.compaq.com (Postfix) with ESMTP id 2189C5E3E for ; Tue, 9 Nov 2004 14:05:31 -0500 (EST) Received: from tayexc17.americas.cpqcorp.net ([16.103.130.15]) by tayexg11.americas.cpqcorp.net with Microsoft SMTPSVC(6.0.3790.211); Tue, 9 Nov 2004 14:05:30 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: bin/ subdir missing from 0.6 dist Date: Tue, 9 Nov 2004 14:05:30 -0500 Message-ID: <6D6463F31027B14FB3B1FB094F2C7447059BB55B@tayexc17.americas.cpqcorp.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: bin/ subdir missing from 0.6 dist Thread-Index: AcTGjc/qvjzDtj7qTh6HGMZ8WFHIhQAAIRCA From: "Springer, Ian P." To: X-OriginalArrivalTime: 09 Nov 2004 19:05:30.0898 (UTC) FILETIME=[150C7F20:01C4C68F] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Ross, I tried this and got an error. Here's the output: C:\opt\forrest0.6>build Using classpath: ";.\lib\endorsed\jakarta-bcel-20040329.jar;.\lib\endorsed\jakarta-regexp -1.3.jar;.\lib\endorsed\xalan-2.6.1-dev-20041008T03 04.jar;.\lib\endorsed\xercesImpl-2.6.2.jar;.\lib\endorsed\xml-apis.jar" Buildfile: build.xml init: -------------------------------------------------------------- Using Apache Ant version 1.6.2 compiled on July 16 2004 Build file C:\opt\forrest0.6\build.xml Use 'build.[sh|bat] -projecthelp' to see other options. Build system home tools\ant Build number 5 Project Name Forrest build file Java Version 1.4 Timestamp 200411091358 This is: apache-forrest 0.6 -------------------------------------------------------------- jar: *----------------------------------------------------------------- | Installation notice *----------------------------------------------------------------- | You have built the distribution of Forrest. | Please set the environment variable FORREST_HOME to point to src/core | It is recommended to add | unix: $FORREST_HOME/bin: to your $PATH | win: %FORREST_HOME%\bin; to your %PATH% | Then do 'forrest -projecthelp' to list options for the 'forrest' command | More help at http://forrest.apache.org/ *----------------------------------------------------------------- BUILD SUCCESSFUL Total time: 2 seconds C:\opt\forrest0.6>set FORREST_HOME=3DC:\opt\forrest0.6\src\core C:\opt\forrest0.6>forrest site The system cannot find the path specified. Apache Forrest. Run 'forrest -projecthelp' to list options The system cannot find the path specified. C:\opt\forrest0.6>=20 Even if this did work, IMO, it is not very intuitive. The way things worked in v0.5.1 was much easier and similar to other Apache projects like Ant and Maven. I'd recommend trying to make it more user-friendly. I'm personally going to stick w/ 0.5.1 for now. Regards, Ian | -----Original Message----- | From: Ross Gardler [mailto:rgardler@apache.org]=20 | Sent: Tuesday, November 09, 2004 1:56 PM | To: dev@forrest.apache.org | Subject: Re: bin/ subdir missing from 0.6 dist |=20 | Springer, Ian P. wrote: | > Hi, | >=20 | > I just downloaded the Forrest 0.6 dist zipfile, and there=20 | is no bin/=20 | > subdir as described in the docs. I tried building the dist myself=20 | > using the command 'build release-dist', and that dist was=20 | also missing=20 | > the bin/ subdir. It appears that the dist target is not copying | > src/core/bin/* to the dist root as it should. |=20 | The online docs are relevant to the SVN version of Forrest.=20 | This is not a very good situation, especially since we have=20 | recently restructured Forrest so drastically (i.e. the online=20 | docs do not reflect the current distribution). Solutions to=20 | this were discussed recently. |=20 | The distribution does contain relevant docs for the release.=20 | What you need to do is: |=20 | "build" |=20 | Set the FORREST_HOME variable as per the output from the=20 | above command (see the last "screenfull" of the output) |=20 | "forrest site" |=20 | you will now have a local copy of the 0.6 site in the "build/site"=20 | directory. |=20 | Ross |=20 |=20