Hello,
I'm newbie in here and When I try to create a website (ant docs) from the hama
sources, it stops with the following error messages:
[exec]
/usr/local/src/forrest-0.8/main/webapp/resources/schema/relaxng/sitemap-v06.rng:72:31:
error: datatype library "http://www.w3.org/2001/XMLSchema-datatypes" not
recognized
[exec]
/usr/local/src/forrest-0.8/main/webapp/resources/schema/relaxng/sitemap-v06.rng:81:31:
error: datatype library "http://www.w3.org/2001/XMLSchema-datatypes" not
recognized
[exec]
/usr/local/src/forrest-0.8/main/webapp/resources/schema/relaxng/sitemap-v06.rng:96:28:
error: datatype library "http://www.w3.org/2001/XMLSchema-datatypes" not
recognized
[exec]
/usr/local/src/forrest-0.8/main/webapp/resources/schema/relaxng/sitemap-v06.rng:102:28:
error: datatype library "http://www.w3.org/2001/XMLSchema-datatypes" not
recognized
[exec]
/usr/local/src/forrest-0.8/main/webapp/resources/schema/relaxng/sitemap-v06.rng:109:28:
error: datatype library "http://www.w3.org/2001/XMLSchema-datatypes" not
recognized
[exec]
/usr/local/src/forrest-0.8/main/webapp/resources/schema/relaxng/sitemap-v06.rng:115:28:
error: datatype library "http://www.w3.org/2001/XMLSchema-datatypes" not
recognized
[exec]
/usr/local/src/forrest-0.8/main/webapp/resources/schema/relaxng/sitemap-v06.rng:122:28:
error: datatype library "http://www.w3.org/2001/XMLSchema-datatypes" not
recognized
[exec]
/usr/local/src/forrest-0.8/main/webapp/resources/schema/relaxng/sitemap-v06.rng:128:28:
error: datatype library "http://www.w3.org/2001/XMLSchema-datatypes" not
recognized
[exec]
/usr/local/src/forrest-0.8/main/webapp/resources/schema/relaxng/sitemap-v06.rng:138:40:
error: datatype library "http://www.w3.org/2001/XMLSchema-datatypes" not
recognized
[exec]
/usr/local/src/forrest-0.8/main/webapp/resources/schema/relaxng/sitemap-v06.rng:143:43:
error: datatype library "http://www.w3.org/2001/XMLSchema-
...
[exec]
[exec] BUILD FAILED
[exec] /usr/local/src/forrest-0.8/main/targets/validate.xml:158:
Validation failed, messages should have been provided.
[exec]
[exec] Total time: 9 seconds
I'm using Java SDK build 1.6.0-b105 and tried with Ant 1.7.0.
-Neil