note: I had changed build.xml

  <property name="test.generated.dir" value="${test.build.dir}/src"/>

to

  <property name="test.generated.dir" value="${basedir}/gen/test"/>

in order to be able to run the Ant script; I then added the gen/test directory 
to the Eclipse build path. But I don't recall seeing any problems such as the 
error you reported with template files when I ran Ant. I  was using Ant 1.6.5.

> Date: Wed, 18 Jul 2007 15:34:10 +0100
> From: [EMAIL PROTECTED]
> 
> Hi David,
> 
> Thanks very much for the quick reply. I'm happy to say that worked  
> perfectly - all the packages are displaying fine now. However, when I  
> tried to build it I was getting a build error. I searched the archives  
> and found this:
> > BUILD FAILED
> > /cse/grads/eestolan/hadoop-0.12.3/build.xml:114: Specify at least  
> > one  source--a file or resource collection.
> >
> 
> I'm guessing the non-existence of the *.template files (e.g.
> hadoop-site.xml.template) in the *conf* directory of the releases is
> causing this... I'm not sure you can just d/w the release and compile it...
> 
> I'd suggest you checkout the 0.12 branch from here:
> http://svn.apache.org/repos/asf/lucene/hadoop/branches/branch-0.12/
> 
> So I tried checking out from SVN and it has created a project which is  
> displayed in the package explorer as a set of folders, no eclipse  
> package icons. It builds fine, but is a bit of a pain as I have to  
> open several folders to get to each pacage instead of one. I've tried  
> changing the .classpath to your suggestion but that has no effect now.  
> Anyone got any ideas, or should I just make do with this?
> 
> Cheers,
> Ollie


-- 
David J. Biesack     SAS Institute Inc.
(919) 531-7771       SAS Campus Drive
http://www.sas.com   Cary, NC 27513

Reply via email to