You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Otis Gospodnetic (JIRA)" <ji...@apache.org> on 2006/11/28 21:36:23 UTC

[jira] Resolved: (LUCENE-717) src builds fail because of no "lib" directory

     [ http://issues.apache.org/jira/browse/LUCENE-717?page=all ]

Otis Gospodnetic resolved LUCENE-717.
-------------------------------------

    Resolution: Fixed

Fixed by removing a few lines from build.xml that check for lib/*.jar.
I left the directory in CVS for now.  Should I svn remove it, or is there a reason to keep it?

> 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
>         Attachments: common-build.xml.patch.txt
>
>
> 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) ...
> hossman@coaster:~/tmp/l2$ tar -xzvf lucene-2.0.0-src.tar.gz
>   ...
> hossman@coaster:~/tmp/l2$ cd lucene-2.0.0/
> hossman@coaster:~/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: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


Re: [jira] Resolved: (LUCENE-717) src builds fail because of no "lib" directory

Posted by Chris Hostetter <ho...@fucit.org>.
: I left the directory in CVS for now.  Should I svn remove it, or is
: there a reason to keep it?

i think we should remove it ... leaving it there could confuse people into
thinking it had a purpose.




-Hoss


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org