Hi,

While building Nutch, I noticed several places where various Jars from plugins' 
lib directories could not be found, for example:

$ ant package
...
deploy:
     [copy] Warning: Could not find file 
/home/otis/dev/repos/lucene/nutch/trunk/build/lib-log4j/lib-log4j.jar to copy.
init:
init-plugin:
compile:
jar:
deps-test:
deploy:
     [copy] Warning: Could not find file 
/home/otis/dev/repos/lucene/nutch/trunk/build/lib-nekohtml/lib-nekohtml.jar to 
copy.
...

The problem is, these "lib-XXXX.jar" files do not exist.  Instead, those Jars 
are typically named with a version in the name, like log4j-1.2.11.jar.  I could 
not find where this "lib-" prefix comes from, nor where the version is dropped 
from the name.  Anyone knows?
In order to avoid these errors I had to make symbolic links and fake things:
e.g.
  ln -s log4j-1.2.11.jar lib-log4j.jar

But this should really be fixed somewhere, I just can't see where... :(

Note that this doesn't completely break the build, but missing Jars can't be a 
good thing.  Or I may be missing something about the build?

Thanks,
Otis




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Nutch-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-general

Reply via email to