The current CVS head doesn't build right with maven. The DTD files
are not included into the final jar. Please apply this patch (it also
moves the current build version to 1.6-dev and stops overwriting the
existing 1.5 release):

--- cut ---
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/digester/project.xml,v
retrieving revision 1.13
diff -u -b -r1.13 project.xml
--- project.xml 10 Aug 2003 18:56:11 -0000      1.13
+++ project.xml 26 Oct 2003 17:18:55 -0000
@@ -4,7 +4,7 @@
   <extend>../project.xml</extend>
   <name>Digester</name>
   <id>commons-digester</id>
-  <currentVersion>1.5</currentVersion>
+  <currentVersion>1.6-dev</currentVersion>
   <inceptionYear>2001</inceptionYear>
   <shortDescription>Rule based XML->Java object mapping module</shortDescription>
   <description>The Digester package lets you configure an XML->Java object mapping 
module which triggers certain actions called rules whenever a particular pattern of 
nested XML elements is recognized.</description>
@@ -117,6 +117,14 @@
   </dependencies>
                                                                                       
                                                                                       
                                                        
   <build>
+    <resources>
+      <resource>
+         <directory>${pom.build.sourceDirectory}</directory>
+         <includes>
+           <include>**/*.dtd</include>
+         </includes>
+      </resource>
+    </resources>
     <unitTest>
       <includes>
         <include>**/*Test.java</include>
--- cut ---

        Regards
                Henning



-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
[EMAIL PROTECTED]        +49 9131 50 654 0   http://www.intermeta.de/

Java, perl, Solaris, Linux, xSP Consulting, Web Services 
freelance consultant -- Jakarta Turbine Development  -- hero for hire

"Dominate!! Dominate!! Eat your young and aggregate! I have grotty silicon!" 
      -- AOL CD when played backwards  (User Friendly - 200-10-15)

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

Reply via email to