[ 
http://issues.apache.org/jira/browse/LUCENE-717?page=comments#action_12453684 ] 
            
Hoss Man commented on LUCENE-717:
---------------------------------

I don't really see what that has to do with it ... I'm not talking about the 
ANT_HOME/lib, I'm talking about the "lib" directory directly under the root 
directory you get when checking out hte lucene "trunk" ... 

        http://svn.apache.org/viewvc/lucene/java/trunk/lib/

...it's empty, and doesn't get included in the source tar balls, but the 
junit.classpath refrences it, so the build fails if it doesn't exist.

we should either eliminate it if it's not needed, or include it in the tar 
balls if we want to leave it as a placeholder for things that may come in the 
future.

> src builds fail because of no "lib" directory
> ---------------------------------------------
>
>                 Key: LUCENE-717
>                 URL: http://issues.apache.org/jira/browse/LUCENE-717
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Other
>    Affects Versions: 2.0.0
>            Reporter: Hoss Man
>
> I just downloaded 
> http://mirrors.ibiblio.org/pub/mirrors/apache/lucene/java/lucene-2.0.0-src.tar.gz
>  and noticed that you can't compile and run the tests from that src build 
> because it doesn't inlcude the lib dir (and the build file won't attempt to 
> make it if it doesn't exist) ...
> [EMAIL PROTECTED]:~/tmp/l2$ tar -xzvf lucene-2.0.0-src.tar.gz
>   ...
> [EMAIL PROTECTED]:~/tmp/l2$ cd lucene-2.0.0/
> [EMAIL PROTECTED]:~/tmp/l2/lucene-2.0.0$ ant test
>   ...
> test:
>     [mkdir] Created dir: /home/hossman/tmp/l2/lucene-2.0.0/build/test
> BUILD FAILED
> /home/hossman/tmp/l2/lucene-2.0.0/common-build.xml:169: 
> /home/hossman/tmp/l2/lucene-2.0.0/lib not found.
> (it's refrenced in junit.classpath, but i'm not relaly sure why)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to