Hi Aslak,
I'm leaning more towards this being and xdoclet issue.
Previously, we were using 1.1.2 with Maven b4. I'm now trying to use
1.2-b1 with the Maven CVS head.
I think my issue is in getting the <ejbdoclet> and <jboss> tags setup
correctly and/or mutating the actual xdoclet source tags as well.
Thanks,
J
> Hi!
>
>>From what I can understand, you have successfully invoked XDoclet from
> Maven, but XDoclet doesn't produce what you want. I guess the Maven
> guys can help with question of the sort "I can use XDoclet in Ant, but
> how do I do it in Maven?".
>
> Pure XDoclet questions should be asked in xdoclet-
> [EMAIL PROTECTED]
>
> I'm not quite sure what's your case, but I have a feeling this is
> XDoclet-only.
>
> -And don't forget to say what XDoclet version you're using. There is a
> huge difference between 1.1.2 and 1.2-b1.
>
> Cheers,
> Aslak
>
>
> ----- Original Message -----
> From: "James CE Johnson" <[EMAIL PROTECTED]>
> Date: Wednesday, October 9, 2002 4:33 pm
> Subject: xdoclet?
>
>> Hi all,
>>
>> I'm plunging into the world of xdoclet... Following the advice
>> from the
>> FAQ, I've gotten to the point of having a simple jarfile. However, I
>> seem
>> to be missing some of the generated XML files. Such as: jaws.xml,
>> jbosscmp-jdbc.xml and jboss.xml.
>> My ejb:ejbdoclet goal is:
>>
>> <goal name="ejb:ejbdoclet"
>> description="Invokes xdoclet">
>>
>> <mkdir dir="${maven.build.dir}/xdoclet/ejb/META-INF"/>
>>
>> <ejbdoclet sourcepath="${maven.prepareSourceDirectory}"
>> destdir="${maven.build.dir}/xdoclet/java"
>> excludedtags="@version,@author"
>> ejbspec="2.0"
>> >
>>
>> <packageSubstitution packages="ejb"
>> substituteWith="interfaces"/>
>> <fileset dir="${maven.prepareSourceDirectory}">
>> <include name="**/*Bean.java"/>
>> </fileset>
>>
>> <dataobject/>
>> <session/>
>> <entitypk/>
>> <entitycmp/>
>> <localhomeinterface />
>> <localinterface/>
>> <homeinterface />
>> <remoteinterface/>
>>
>> <deploymentdescriptor
>> destDir="${maven.build.dir}/xdoclet/ejb/META-INF"/>
>> <jboss version="3.0"
>> debug="true"
>> xmlencoding="UTF-8"
>> destDir="${maven.build.dir}/xdoclet/ejb/META-INF"
>> validateXML="false"
>> datasource="java:/OracleDS"
>> typemapping="Oracle8"
>> />
>> </ejbdoclet>
>> </goal>
>>
>>
>> Pretty straight-forward. What am I doing wrong?
>>
>> Thanks,
>> J
>>
>>
>>
>>
>> --
>> To unsubscribe, e-mail: <mailto:turbine-maven-user-
>> [EMAIL PROTECTED]>For additional commands, e-mail:
>> <mailto:[EMAIL PROTECTED]>
>>
>>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>