You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by "David Crossley (JIRA)" <ji...@apache.org> on 2008/09/28 03:01:44 UTC

[jira] Updated: (FOR-984) validate-sitemap target fails relaxng validation on some JDK 1.6: missing datatypes

     [ https://issues.apache.org/jira/browse/FOR-984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Crossley updated FOR-984:
-------------------------------

    Description: 
Doing 'forrest' fails at the validate-sitemap task. Missing the RELAX NG datatype library ...

validate-sitemap:
D:\apache-forrest-0.8rc\main\webapp\resources\schema\relaxng\sitemap-v06.rng:72:31:
error: datatype library "http://www.w3.org/2001/XMLSchema-datatypes" not recognized

People should be able to work around that by editing their forrest.properties configuration to expose the "forrest.validate.sitemap" property and set it to "false". Might need to do the same for the "forrest.validate.stylesheets" property.



  was:
Hi, 
This problem is quite easy to reproduce. First, install Sun's JDK 1.6 (whatever version until 1.6.0_01-b06 ) define your %JAVA_HOME% on that JDK.

When you seed a new projet, there is no problem and it works. 

When you do a "forrest run", it works too, but when you do a "forrest" it doesn't work anymore. I'll try to attach a full log.


        Summary: validate-sitemap target fails relaxng validation on some JDK 1.6: missing datatypes  (was: Forrest doesn't work properly with Sun's JDK 1.6)

Changed the Issue Summary from "Forrest doesn't work properly with Sun's JDK 1.6" to "validate-sitemap target fails relaxng validation on some JDK 1.6: missing datatypes". Also edited description.

validate-sitemap: 
C:\devtools\apache-forrest-0.7\main\webapp\resources\schema\relaxng\sitemap-v06.rng:72:31: error: datatype library 
"http://www.w3.org/2001/XMLSchema-datatypes" not recognized

> validate-sitemap target fails relaxng validation on some JDK 1.6: missing datatypes
> -----------------------------------------------------------------------------------
>
>                 Key: FOR-984
>                 URL: https://issues.apache.org/jira/browse/FOR-984
>             Project: Forrest
>          Issue Type: Improvement
>          Components: Core operations, Launch 'forrest'
>    Affects Versions: 0.8, 0.9-dev
>            Reporter: Schumarer
>             Fix For: 0.9-dev
>
>         Attachments: log.txt
>
>
> Doing 'forrest' fails at the validate-sitemap task. Missing the RELAX NG datatype library ...
> validate-sitemap:
> D:\apache-forrest-0.8rc\main\webapp\resources\schema\relaxng\sitemap-v06.rng:72:31:
> error: datatype library "http://www.w3.org/2001/XMLSchema-datatypes" not recognized
> People should be able to work around that by editing their forrest.properties configuration to expose the "forrest.validate.sitemap" property and set it to "false". Might need to do the same for the "forrest.validate.stylesheets" property.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.