Hi,

  I tried to create weblogic descriptors for both WL6.1 and WL7 as
follows:

        <ejbdoclet ...>
        
            <weblogic
                version="6.1"
                validatexml="true"
                destdir="${generated.xml.dir}/wl6/META-INF"
                createtables="False" />
            <weblogic
                version="7.0"
                validatexml="true"
                destdir="${generated.xml.dir}/wl7/META-INF"
                createtables="False" />
        </ejbdoclet>

  What happens, however, appears to be that the second definition's
replaces the first and as a result, although the module appears to be
called twice:
       [ejbdoclet] Running <weblogic/>
       [ejbdoclet] Generating weblogic-ejb-jar.xml.
       [ejbdoclet] Generating weblogic-cmp-rdbms-jar.xml.
       [ejbdoclet] Running <weblogic/>

       BUILD SUCCESSFUL
       
 Only WL7.0 files in the wl7/ folder are generated.


 Any know if a bug or working as designed, or should I just try &
raise a bug-report?
-- 
Best regards,
 Gwyn                          mailto:[EMAIL PROTECTED]



-------------------------------------------------------
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to