Thanks Aslak for responding.

I have been scouring the -X output and the maven.log file.  I have found
one big difference...

When I have the xdoclet-jboss-module as a dependency I do NOT get these
lines:
    [ejbdoclet] [DEBUG] validating subTask: dataobject class: class
xdoclet.modules.ejb.entity.DataObjectSubTask
    [ejbdoclet] [DEBUG] validating subTask: deploymentdescriptor class:
class xdoclet.modules.ejb.dd.EjbDotXmlSubTask
    [ejbdoclet] [DEBUG] validating subTask: entitybmp class: class
xdoclet.modules.ejb.entity.EntityBmpSubTask
    [ejbdoclet] [DEBUG] validating subTask: entitycmp class: class
xdoclet.modules.ejb.entity.EntityCmpSubTask
    [ejbdoclet] [DEBUG] validating subTask: entityfacade class: class
xdoclet.modules.ejb.entity.EntityFacadeSubTask
    [ejbdoclet] [DEBUG] validating subTask: entitypk class: class
xdoclet.modules.ejb.entity.EntityPkSubTask
    [ejbdoclet] [DEBUG] validating subTask: homeinterface class: class
xdoclet.modules.ejb.home.HomeInterfaceSubTask
    [ejbdoclet] [DEBUG] validating subTask: localhomeinterface class:
class xdoclet.modules.ejb.home.LocalHomeInterfaceSubTask
    [ejbdoclet] [DEBUG] validating subTask: localinterface class: class
xdoclet.modules.ejb.intf.LocalInterfaceSubTask
    [ejbdoclet] [DEBUG] validating subTask: remoteinterface class: class
xdoclet.modules.ejb.intf.RemoteInterfaceSubTask
    [ejbdoclet] [DEBUG] validating subTask: session class: class
xdoclet.modules.ejb.session.SessionSubTask
    [ejbdoclet] [DEBUG] validating subTask: utilobject class: class
xdoclet.modules.ejb.lookup.LookupObjectSubTask
    [ejbdoclet] [DEBUG] validating subTask: valueobject class: class
xdoclet.modules.ejb.entity.ValueObjectSubTask

Any ideas?

-James


On Tue, 2003-02-25 at 15:11, Aslak Helles�y wrote:
> I have no idea why XDoclet dies. There is no System.exit() in our code. Try
> to pass -X to maven an read the maven log. Might tell you something...
> 
> Aslak
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] Behalf Of James Ward
> > Sent: 25. februar 2003 20:45
> > To: [EMAIL PROTECTED]
> > Subject: [Xdoclet-user] XDoclet & JBoss & Maven Problems
> >
> >
> > Weird Stuff...
> > Everything works fine with my XDoclet + Maven setup until I add the
> > xdoclet-jboss-module-1.2b2.jar into the mix of things (specify it as a
> > dependency).  Here is a snippet from my verbose maven output:
> >
> >     [ejbdoclet] [DEBUG] Finding class xdoclet.XDocletMain
> >     [ejbdoclet] [DEBUG] Class xdoclet.XDocletMain loaded from ant loader
> > [DEBUG] Adding reference: ejbdoclet.java.compile.src.set ->
> >
> > xdoclet:webdoclet:
> >     [taskdef] [DEBUG] Finding class xdoclet.modules.web.WebDocletTask
> >
> > XDoclet seems to die after it loads the xdoclet.XDocletMain class.
> >
> > Is there any way I can get more verbosity from XDoclet as to why it's
> > dying?
> >
> > I am using XDoclet 1.2b2, Maven Beta8, and J2SDK 1.4.1.
> >
> > Any ideas?
> >
> > Thanks!
> >
> > -James
> >
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > xdoclet-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to