Hi,

Thanks for your help but it didn't work.
I put all the dependencies that you suggested but my build just didn't worked. 

I ran maven with a -X and notice that the build stops in the middle of the 
execution write after defining the src path. I notice that the problem is the 
xdoclet-jboss-module. If I take out this dependency the build execute.

Defining xdoclet-jboss-module in POM (Maven Log)

    [ejbdoclet] [DEBUG] fileset: Setup scanner in dir 
C:\maven\EJBAdministrativoMaven\ejb\target\checkout\src with patternSet{ 
includes: [**/*Bean.java] excludes: [] }
    [ejbdoclet] [DEBUG] Class org.apache.tools.ant.DirectoryScanner loaded from 
parent loader
    [ejbdoclet] [DEBUG] Finding class xjavadoc.filesystem.AbstractFile
    [ejbdoclet] [DEBUG] Class xjavadoc.filesystem.AbstractFile loaded from ant 
loader
    [ejbdoclet] [DEBUG] Finding class xdoclet.XDocletMain
    [ejbdoclet] [DEBUG] Class xdoclet.XDocletMain loaded from ant loader
[DEBUG] Adding reference: ejbdoclet.java.compile.src.set -> 
attaining goal build:end

Without defining xdoclet-jboss-module in POM
    [ejbdoclet] [DEBUG] fileset: Setup scanner in dir 
C:\maven\EJBAdministrativoMaven\ejb\target\checkout\src with patternSet{ 
includes: [**/*Bean.java] excludes: [] }
    [ejbdoclet] [DEBUG] Class org.apache.tools.ant.DirectoryScanner loaded from 
parent loader
    [ejbdoclet] [DEBUG] Finding class xjavadoc.filesystem.AbstractFile
    [ejbdoclet] [DEBUG] Class xjavadoc.filesystem.AbstractFile loaded from ant 
loader
    [ejbdoclet] [DEBUG] Finding class xdoclet.XDocletMain
    [ejbdoclet] [DEBUG] Class xdoclet.XDocletMain loaded from ant loader
    [ejbdoclet] [DEBUG] Finding class xdoclet.modules.ejb.home.HomeTagsHandler
    [ejbdoclet] [DEBUG] Finding class xdoclet.modules.ejb.EjbTagsHandler
    [ejbdoclet] [DEBUG] Finding class xdoclet.XDocletTagSupport
    [ejbdoclet] [DEBUG] Class xdoclet.XDocletTagSupport loaded from ant loader

It seems strange to me. I can´t figure it out why. 

Thanks in advance.


-----Mensagem original-----
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em nome de Joachim Bader
Enviada em: quarta-feira, 17 de agosto de 2005 10:17
Para: xdoclet-user@lists.sourceforge.net
Assunto: Re: [Xdoclet-user] Maven Jboss.xml problem

Hi,

On Wednesday 17 August 2005 14:32, Daniel Reghin wrote:
> I can't generate the jboss.xml from the maven xdoclet plug-in. (Maven
> 1.0.2 and maven-xdoclet-plugin-1.2.3.jar)
>
> I have already searched for this problem on the mailing list but had no
> success.
>
> I put the jboss dependency on project.xml

try this dependencies:
            <dependency>
                <groupId>xdoclet</groupId>
                <artifactId>xdoclet-ejb-module</artifactId>
                <version>1.2.3</version>
            </dependency>              
            <dependency>
                <groupId>xdoclet</groupId>
                <artifactId>xdoclet-web-module</artifactId>
                <version>1.2.3</version>
            </dependency>                          
            <dependency>
                <groupId>xdoclet</groupId>
                <artifactId>maven-xdoclet-plugin</artifactId>
                <version>1.2.3</version>
                <type>plugin</type>
            </dependency>                          
            <dependency>
                <groupId>xdoclet</groupId>
                <artifactId>xdoclet-jboss-module</artifactId>
                <version>1.2.3</version>
            </dependency>                        

the jboss module depends on the xdoclet-web-module, I think

regards,
Joachim



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

--------------------------------------------------------------------------------------------
Esta mensagem e seus anexos podem conter informações confidenciais ou 
privilegiadas. Se você não é o destinatário dos mesmos você não está autorizado 
a utilizar o material para qualquer fim.
Solicitamos que você apague a mensagem e avise imediatamente ao remetente. O 
conteúdo desta mensagem e seus anexos não representam necessariamente a opinião 
e a intenção da empresa, não implicando em qualquer obrigação ou 
responsabilidade da parte da mesma.

This message may contain confidential and/or privileged information. If you are 
not the addressee or authorized to receive this for the addressee, you must not 
use, copy, disclose or take any action based on this message or any information 
herein.
If you have received this message in error, please advise the sender 
immediately by reply e-mail and delete this message. The contents of this 
message and its attachments do not necessarily express the opinion or the 
intention of the company, and do not implies any legal obligation or 
responsibilities from this company.




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to