I search hard and find why the project think there is no souce to compile : There is no bug here sorry ;)
The test seems not good : the extend of project.xml is ../project.xml that have a <build/> tag.
And define in project.xml of test06
<build>
<sourceDirectory>${basedir}/src/java</sourceDirectory>
</build>
solve it !
And if you don't define the source dir, the compilation don't find any java sources. Strange I think this was a default value ?
Nicolas,
Vincent Massol wrote:
Hi Nicolas,
-----Original Message----- From: Nicolas Chalumeau [mailto:[EMAIL PROTECTED] Sent: lundi 8 novembre 2004 20:22 To: Cactus Developers List Subject: Cactus-132 bug
I read the pointer you provide me and find somethig :
Using the ant:classes with include pattern exludes the **/*.class of the
cactifywar. the pattern should be include by default.
I just add a Hello.java in the src dir of test06, call cactus and don't
find any Hello.class in test-cactus-classes.
I don't understand what you mean.
When I re-read this I don't understand myself too :)
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]