psamathos wrote:
<snip>
"The <ojbdoclet> type doesn't support the nested "ojbrepository" element."
Does anyone know why? I've tried everything I could think of, but it never works.
<target name="repository-files"> <ojbdoclet destdir="./dist" verbose="true"> <fileset dir="src"> <include name="com/snusk/bo/*.java"/> </fileset>
<ojbrepository destinationFile="repository_user.xml"/> </ojbdoclet> </target>
I'm using ojbdoclet and I might be able to help you out. What does your taskdef look like? As I recall, there's a problem wherein you have to put the taskdef in each target that uses it.
- Dave
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
