You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by Mi...@iff.fraunhofer.de on 2004/12/07 13:22:07 UTC

XDOclet

Hello,

 i tried the following:

D:\hiwi\sackm\ojb-blank>ant xdoclet
Buildfile: build.xml

compile:

xdoclet:
[ojbdoclet] The class "resources.repositor" occurs in more than one 
fileset. That's illegal.
[ojbdoclet] (XDocletMain.start                   47  ) Running 
<ojbrepository/>
[ojbdoclet] (XDocletMain.start                   47  ) Running 
<torqueschema/>

BUILD SUCCESSFUL
Total time: 3 seconds


What does this error mean?

Regards

Michael

Re: XDOclet

Posted by Thomas Dudziak <to...@first.fhg.de>.
Michael.Sack@iff.fraunhofer.de wrote:

>Hello,
>
> i tried the following:
>
>D:\hiwi\sackm\ojb-blank>ant xdoclet
>Buildfile: build.xml
>
>compile:
>
>xdoclet:
>[ojbdoclet] The class "resources.repositor" occurs in more than one 
>fileset. That's illegal.
>[ojbdoclet] (XDocletMain.start                   47  ) Running 
><ojbrepository/>
>[ojbdoclet] (XDocletMain.start                   47  ) Running 
><torqueschema/>
>
>BUILD SUCCESSFUL
>Total time: 3 seconds
>
>
>What does this error mean?
>  
>
It means that you have changed the build file and/or copied something 
into the src/java folder, so that xdoclet now processes a directoy that 
contains a resources/repository* file (e.g. repository.dtd).

Please use this doctype-spec for your .jdo file:

<!DOCTYPE jdo PUBLIC "-//Sun Microsystems, Inc.//DTD Java Data Objects 
Metadata 1.0//EN" "http://java.sun.com/dtd/jdo_1_0.dtd">

Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-user-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-user-help@db.apache.org