Hi James,

I had the same problems. I think it is a problem with the jelly ant
wrapper, that does not support the dynamically created subtasks that are
created
by the ejbdoclet task. Maybe it works now in the new maven versions.

I ended generated an ant script for xmldoclet from within maven and run ant
in a seperate JVM.


Thomas



                                                                                       
                                    
                    "James CE                                                          
                                    
                    Johnson"             To:     
<[EMAIL PROTECTED]>                                   
                    <jcej@tragus.        cc:                                           
                                    
                    org>                 Subject:     Re: xdoclet?                     
                                    
                                                                                       
                                    
                    10/09/2002                                                         
                                    
                    06:08 PM                                                           
                                    
                    Please                                                             
                                    
                    respond to                                                         
                                    
                    "Turbine                                                           
                                    
                    Maven Users                                                        
                                    
                    List"                                                              
                                    
                                                                                       
                                    
                                                                                       
                                    




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]>






--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to