Return-Path: Mailing-List: contact xalan-j-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list xalan-j-users@xml.apache.org Received: (qmail 56147 invoked from network); 10 Aug 2001 17:10:34 -0000 Received: from unknown (HELO gatekeeper.blueprinttech.com) (63.142.119.68) by h31.sny.collab.net with SMTP; 10 Aug 2001 17:10:34 -0000 Received: from blueprinttech.com (64-48-91-69.customer.algx.net [64.48.91.69]) by gatekeeper.blueprinttech.com (8.8.7/8.8.7) with ESMTP id NAA27904 for ; Fri, 10 Aug 2001 13:08:34 -0400 Message-ID: <3B7414F8.22A01ED2@blueprinttech.com> Date: Fri, 10 Aug 2001 13:08:08 -0400 From: "Michael J. Hudson" Reply-To: mhudson@blueprinttech.com Organization: Blueprint Technologies, Inc. X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: xalan-j-users@xml.apache.org Subject: [Solution] ANT/TRAX/REDIRECT Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Woohoo!! I think I, Code Detective M. J. Hudson broke the case of the "The Ant Who Left No TRAX To Redirect"... :) I kill me... Anyway... for those who don't remember my email a couple of days ago, let me refresh all on the problem I was having. Actually, I ended up with two bugs/problems... but let me tackle the BIG one first. Both bugs ended up with possible bugs in ANT.. though since this involves XALAN as well, I thought I should send this to this list as well... Simply put... the following are the requirements that I have found to replicate the problem: 1) Platform: Unfortunately, this seems to be a platform-oriented problem. Things worked fine on a Linux-box... but broke down on my Windows NT box. I'm not sure if this will happen on ALL Windows machines, but I think it will. 2) XSLT file that uses the 'redirect' extension with a relative address for the filename. If you remember, the 'redirect' element is not a XSLT standard... but an extension that XALAN supports (as well as other processors as well) that allows the user to redirect processing output to a number of other files. In this case, the output was redirected to a file defined by a relative file address. 3) An ANT build.xml that has a target to process the above XSLT file using the TRAX processor. Simply put... use the