I see a first probleme with your resources :

                <sourceDirectory>src</sourceDirectory> 
                <resources>
                        <resource>
                                <directory>src</directory>

According to this section the directory where are the resources is 
src/src/**/*.xml  for your src and your test. I sure you want it to be 
only src/*.xml. 

So set it to (for  sourceDirectory and unitTestSourceDirectory) :
<sourceDirectory>src</sourceDirectory> 
                <resources>
                        <resource>
                                <directory>.</directory>

Can you show the directory structure of your project ?

Nicolas





Josip Gracin <[EMAIL PROTECTED]>
18/06/2004 17:08
Veuillez r�pondre � "Maven Users List"

 
        Pour :  "Maven Users List" <[EMAIL PROTECTED]>
        cc : 
        Objet : Re: R�f. : Problem with <includes> and <excludes> in unitTest


I have attached the <build> element from my project.xml file.  And partial 

output of maven -X clean test:compile is available at

http://veeone.tel.fer.hr/out.txt

Best regards,
Josip
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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

Reply via email to