Hello all,

I notice that the .jdo files being produced specify a verification URI pointing to sun which is fine when you are working online but presents a problem when you are not connected.

ie.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE jdo PUBLIC "-//Sun Microsystems, Inc.//DTD Java Data Objects Metadata 1.0//EN" "http://java.sun.com/dtd/jdo_1_0.dtd";>

I thought that setting validateXML="false" in the jdodoclet task would change this behaviour but it doesnt seem to make any difference.

How can I stop the .jdo files from being validated so I can use them offline?

TIA

Andreas



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to