some ant tasks use the wrong build directory
--------------------------------------------
Key: LUCENE-3651
URL: https://issues.apache.org/jira/browse/LUCENE-3651
Project: Lucene - Java
Issue Type: Bug
Reporter: Robert Muir
I noticed locally i had a build/ under the root with an analyzers.jar in it...
i wondered where this came from,
especially since it means we are recompiling this jar in some cases or not
cleaning it correctly.
reproduce quickest by making a build/ in the root of your checkout, chmod it
000 and run 'ant javadocs':
BUILD FAILED
/home/rmuir/workspace/lucene-trunk/build.xml:32: The following error occurred
while executing this line:
/home/rmuir/workspace/lucene-trunk/solr/common-build.xml:219: The following
error occurred while executing this line:
/home/rmuir/workspace/lucene-trunk/lucene/build.xml:229: The following error
occurred while executing this line:
/home/rmuir/workspace/lucene-trunk/lucene/common-build.xml:328: The following
error occurred while executing this line:
/home/rmuir/workspace/lucene-trunk/lucene/common-build.xml:812: Directory
/home/rmuir/workspace/lucene-trunk/build/common/classes/java creation was not
successful for an unknown reason
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.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]