Re: "app-register" configuration file's error
"Shash Chatterjee" <[email protected]>
| Newsgroups | gmane.comp.java.keel.user |
|---|---|
| Message-ID | <[email protected]> |
Peter,
> Is the origin file
> "${keel}\app-register\conf\server\ChangePassword-model-system.xconf"
> only part of the result
> "WEB-INF/keel/server/conf/app-register/ChangePassword-model-
> system.xconf" file?
You are right, they should be the same. The one in ${keel}/app-register is
auto-generated by XDoclet task as part of the build process; all
*-persist-system.xconf and *-model-system.xconf are auto-generated when the
associated .java files are changed. You can remove those files without fear
:-). The file got corrupted, most likely you see <keel> at the top with no
</keel> at the bottom, when the XDoclet task quit mid-stream.
Shash