Where exactly does the problem occur?  Wherever it is, that place should be
using a local catalog and local copy of the dtd.  

Meanwhile modifying the jdo template to omit the entire DOCTYPE should
work.

david jencks

On 2003.06.16 15:27 Gray Herter wrote:
> Anyone know how to set the DOCTYPE value when generating a .jdo file? 
> The 
> one generated for me references the sun web site for the DTD, and causes
> a 
> problem when building while off-line.  I'd like to use a local DTD, so
> that 
> I can generate the jdo file even when off-line.  I'm using TJDO
> 
>      <jdodoclet destdir="${build.resources}/com"
>              excludedtags="@version,@author">
>        <fileset dir="${source.java}">
>          <include name="com/fgm/**/*.java"/>
>        </fileset>
>        <fileset dir="${build.gen-src}">
>          <include name="**/*.java"/>
>        </fileset>
>        <jdometadata project="fgm" generation="project"/>
>        <triactive/>
>      </jdodoclet>
> 
> I don't see any option in either jdodoclet or jdometadata that will allow
> 
> me to do this.  Any help here would be appreciated.
> 
> 
> 
> -------------------------------------------------------
> This SF.NET email is sponsored by: eBay
> Great deals on office technology -- on eBay now! Click here:
> http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
> _______________________________________________
> xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> 
> 


-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to