[EMAIL PROTECTED] 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to