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" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
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

Reply via email to