Here is a little clarity to my message yesterday.
I am using jdk1.4.1 with Resin 2.1.4 on W2k sp3. When I do an xsl:include
such as <xsl:include href
="/xproject/xfrontend/bin/common/product-title-info.xsl"/>
Everything is fine on my machine. When I move this file to our QA
environment which is running jdk1.3 and Resin 2.0.5 (all of our QA code is
built using jdk1.3) I get the following error:
Had IO Exception with stylesheet file:
/xproject/xfrontend/bin/common/product-title-info.xsl
When I change the stylesheet in QA to include the drive info such as:
<xsl:include href
="d:/xproject/xfrontend/bin/common/product-title-info.xsl"/> everything
works fine. When I run this version of the file on my machine with 2.1.4, I
get the error:
ex msg : D:\resin-2.1.1\d:
\xproject\xfrontend\bin\common\product-title-info.xsl (The filename,
directory name, or volume label syntax is incorrect)
I'm aware of the slash differences in the message above, but I tried
forward slashes and back slashes.
Could this be a bug? Any help is greatly appreciated.
Bob
________________________________
"How many seconds are there in a year? If I tell you there are 3.155 x
10^7, you won't even try to remember it.
On the other hand, who could forget that, to within half a percent, pi
seconds is a nanocentury."
- Tom Duff, Bell Labs
Received on Wed 18 Sep 2002 06:13:43 -0700
This archive was generated by hypermail 2.1.8 : Thu Sep 28 2006 - 20:17:15 PDT