From forrest-dev-return-9785-apmail-xml-forrest-dev-archive=xml.apache.org@xml.apache.org Mon Apr 26 21:28:42 2004 Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@www.apache.org Received: (qmail 17063 invoked from network); 26 Apr 2004 21:28:41 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 26 Apr 2004 21:28:41 -0000 Received: (qmail 76426 invoked by uid 500); 26 Apr 2004 21:28:19 -0000 Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 76353 invoked by uid 500); 26 Apr 2004 21:28:19 -0000 Mailing-List: contact forrest-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-dev@xml.apache.org Received: (qmail 76296 invoked from network); 26 Apr 2004 21:28:18 -0000 Received: from unknown (HELO cocoondev.org) (65.77.211.32) by daedalus.apache.org with SMTP; 26 Apr 2004 21:28:18 -0000 Received: (qmail 27073 invoked from network); 26 Apr 2004 21:28:24 -0000 Received: from cocoondev.org (65.77.211.32) by cocoondev.org with SMTP; 26 Apr 2004 21:28:24 -0000 Message-ID: <22347273.1083014904876.JavaMail.jira_admin@cocoondev.org> From: issues@cocoondev.org To: forrest-dev@xml.apache.org Subject: [issues] Updated: (FOR-113) [PATCH] Use on Windows 98 Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The following issue has been updated: Updater: Juan Jose Pablos (mailto:cheche@che-che.com) Date: Mon, 26 Apr 2004 11:28 PM Changes: [Fix For] set to [0.6] [Summary] changed from [Use on Windows 98] to [[PATCH] Use on Windows 98] --------------------------------------------------------------------- For a full history of the issue, see: http://issues.cocoondev.org/jira//secure/ViewIssue.jspa?key=FOR-113&page=history --------------------------------------------------------------------- View the issue: http://issues.cocoondev.org/jira//secure/ViewIssue.jspa?key=FOR-113 Here is an overview of the issue: --------------------------------------------------------------------- Key: FOR-113 Summary: [PATCH] Use on Windows 98 Type: Bug Status: Assigned Priority: Major Project: Forrest Component: shbat distribution - Forrest CLI Fix For: 0.6 Versions: 0.6 Assignee: Dave Brondsema Reporter: Pierrick Brihaye Created: Mon, 9 Feb 2004 11:25 PM Updated: Mon, 26 Apr 2004 11:28 PM Environment: Windows 98 / JDK 1.4.1 Description: There are a lot of NT specifics in Forrest batch files (@setlocal, %~dp0...) that prevent them to be run on Windows 98. It would be nice to have this compatibility :-) The most difficult part may be to emulate the setpwdvar.bat for NT. Here is a code snippet that does the trick : @echo off echo @prompt set PWD=$p$_ > _temp_A.bat %comspec% /e:2048 /c _temp_A.bat > _temp_B.bat call _temp_B.bat del _temp_?.bat Hope this helps. Cheers, p.b. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.cocoondev.org/jira//Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira