One build option you might want to employ with the plugins is to borrow what I did for the jakarta-lucene-sandbox repository under the "contributions" directory. I use the new <subant> task to crawl all directories (can be open-ended or a precisely specified list, your choice) and run a build file. The build file can be either common or specific to the project also. Quite a nice trick!

        Erik



Begin forwarded message:

From: Doug Cutting <[EMAIL PROTECTED]>
Date: June 4, 2004 4:24:55 PM EDT
To: [EMAIL PROTECTED]
Subject: [Nutch-cvs] nutch/src/plugin build.xml,1.3,1.4
Reply-To: [EMAIL PROTECTED]

Update of /cvsroot/nutch/nutch/src/plugin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20903/src/plugin

Modified Files:
        build.xml
Log Message:
Added parse filter facility, for metadata, and sample implementation.

Index: build.xml
===================================================================
RCS file: /cvsroot/nutch/nutch/src/plugin/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** build.xml   1 Jun 2004 21:09:15 -0000       1.3
--- build.xml   4 Jun 2004 20:24:53 -0000       1.4
***************
*** 10,13 ****
--- 10,14 ----
      <ant dir="parse-html" target="deploy"/>
      <ant dir="parse-text" target="deploy"/>
+     <ant dir="creativecommons" target="deploy"/>
    </target>




------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Nutch-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nutch-cvs



------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Nutch-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to