Hi, On 7/2/07, Kai_testing Middleton <[EMAIL PROTECTED]> wrote: > Recently I successully applied applied NUTCH-505_draft_v2.patch as follows: > > $ svn co http://svn.apache.org/repos/asf/lucene/nutch/trunk nutch > $ cd nutch > $ wget > https://issues.apache.org/jira/secure/attachment/12360411/NUTCH-505_draft_v2.patch > --no-check-certificate > $ sudo patch -p0 < NUTCH-505_draft_v2.patch > $ ant clean > $ ant > > However, I also needed other recent nutch functionality, so I downloaded a > nightly build: > > $ wget > http://lucene.zones.apache.org:8080/hudson/job/Nutch-Nightly/lastStableBuild/artifact/trunk/build/nutch-2007-06-27_06-52-44.tar.gz > > I then attempted to apply the patch to that build using the successive steps. > I was able to run "ant clean" but "ant" failed with > > build.xml:61: Specify at least one source--a file or resource collection > > Do I need to get a source checkout of a nightly build? How would I do that? >
Once you checkout nutch trunk with "svn checkout", you can use "svn up" to get the latest code changes. You can also use "svn st -u" which compares your local version against trunk and shows you what changed. > > > ____________________________________________________________________________________ > Pinpoint customers who are looking for what you sell. > http://searchmarketing.yahoo.com/ -- Doğacan Güney ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Nutch-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-developers
