You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by Tom Bradford <to...@xqrl.com> on 2002/02/23 19:03:47 UTC

SysConfig change

Just checked in the attribute changes for SysConfig, so if you do a 
checkout, it will require a db rebuild.

BTW, I tried to do a quick workaround for the com<x> lpt<x> problem by 
appending an extension of ".col" to the names of directories that are 
managed.  Wouldn't work.  DOS *still* complains even when you try to 
create a directory called "com1.col"

Another alternative would be to prepend the names with an underscore or 
better defined prefix.  It wouldn't hurt, and would allow all you 
DOS/Win people to create collections that match reserved filenames.

--
Tom Bradford - http://www.tbradford.org
Architect - XQRL (XQuery Engine) - http://www.xqrl.com
Apache Xindice (Native XML Database) - http://xml.apache.org
Project Labrador (Web Services Framework) - http://notdotnet.org


Re: SysConfig change

Posted by Tom Bradford <to...@xqrl.com>.
On Saturday, February 23, 2002, at 04:06 PM, Kurt Ward wrote:
> Error when trying to build.
>
> Fix:
>
> Line 154:
> Configuration sysCfg = new Configuration(sysDoc, false);
> Should read:
> Configuration sysCfg = new Configuration(sysDoc.getDocumentElement(),
> false);

Oops... forgot to check in a modification to Configuration.  will do it 
within the next half hour.

--
Tom Bradford - http://www.tbradford.org
Architect - XQRL (XQuery Engine) - http://www.xqrl.com
Apache Xindice (Native XML Database) - http://xml.apache.org
Project Labrador (Web Services Framework) - http://notdotnet.org


Re: SysConfig change

Posted by Kurt Ward <ku...@yahoo.com>.
Error when trying to build.

Fix:

Line 154:
Configuration sysCfg = new Configuration(sysDoc, false);
Should read:
Configuration sysCfg = new Configuration(sysDoc.getDocumentElement(),
false);


----- Original Message -----
From: "Tom Bradford" <to...@xqrl.com>
To: <xi...@xml.apache.org>
Sent: Saturday, February 23, 2002 1:03 PM
Subject: SysConfig change


> Just checked in the attribute changes for SysConfig, so if you do a
> checkout, it will require a db rebuild.
>
> BTW, I tried to do a quick workaround for the com<x> lpt<x> problem by
> appending an extension of ".col" to the names of directories that are
> managed.  Wouldn't work.  DOS *still* complains even when you try to
> create a directory called "com1.col"
>
> Another alternative would be to prepend the names with an underscore or
> better defined prefix.  It wouldn't hurt, and would allow all you
> DOS/Win people to create collections that match reserved filenames.
>
> --
> Tom Bradford - http://www.tbradford.org
> Architect - XQRL (XQuery Engine) - http://www.xqrl.com
> Apache Xindice (Native XML Database) - http://xml.apache.org
> Project Labrador (Web Services Framework) - http://notdotnet.org


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com