Hello everybody,

3 things concerning Maven :

1. CVS access
I can't do a "cvs add" as I've got no write access. At least that's the error 
message I got.
So I put my new files here : http://www.julien-dubois.com/jakarta-cactus/

So I just did this (attached) mostly worthless patch.
I'm using Cervisia (it's the default CVS GUI embedded into Konqueror) to 
create the patch. Tell me if it's working ok.

2. Building the documentation
I can't generate the documentation with the current navigation.xml files. 
Using the Maven/xdocs format, they should be like this :
http://picocontainer.cvs.codehaus.org/viewcvs.cgi/*checkout*/pico/xdocs/
navigation.xml?content-type=text%2Fplain&rev=1.26&root=picocontainer

IMHO, we should copy the current navigation.xml files to some 
navigation-cactus.xml files, and do a search'n replace in the current Ant 
code.
Then we'll be able to have normal navigation.xml files.
I'll do them, no problem, I did many of those last week at work.

3. Testing & mock objects
With my current Maven files, some of the tests will not run. I know it, I've 
got to learn how to use Mock objects first. Because for the moment I've got 
no idea how this is supposed to work. I'll learn that this week.

Julien.
? lib
? documentation/project.properties
? documentation/project.xml
? integration/ant/maven.xml
? integration/ant/project.properties
? integration/ant/project.xml
? samples/servlet/maven.xml
? samples/servlet/project.properties
? samples/servlet/project.xml
Index: maven.xml
===================================================================
RCS file: /home/cvspublic/jakarta-cactus/maven.xml,v
retrieving revision 1.1
diff -u -r1.1 maven.xml
--- maven.xml	20 Sep 2003 19:58:14 -0000	1.1
+++ maven.xml	28 Sep 2003 22:05:50 -0000
@@ -12,7 +12,7 @@
     
     <maven:reactor
       basedir="${basedir}"
-      includes="*/project.xml,samples/*/project.xml"
+      includes="*/project.xml,samples/*/project.xml,integration/*/project.xml"
       goals="jar:jar"
       banner="Building"
       ignoreFailures="false"
@@ -29,7 +29,7 @@
 
     <maven:reactor
       basedir="${basedir}"
-      includes="*/project.xml,samples/*/project.xml"
+      includes="*/project.xml,samples/*/project.xml,integration/*/project.xml"
       goals="clean"
       banner="Cleaning"
       ignoreFailures="false"
@@ -46,7 +46,7 @@
 
     <maven:reactor
       basedir="${basedir}"
-      includes="*/project.xml,samples/*/project.xml"
+      includes="*/project.xml,samples/*/project.xml,integration/*/project.xml"
       goals="site"
       banner="Generating site"
       ignoreFailures="false"

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

Reply via email to