[
https://issues.apache.org/jira/browse/LUCENE-3651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13170970#comment-13170970
]
Robert Muir commented on LUCENE-3651:
-------------------------------------
i started playing around testing, i also noticed i get a rogue solr/solrj/build
when i do this.
i added this javadocs task to the top-level for convenience, (e.g. test that
you didnt break javadocs across the board before committing).
Maybe there is somethign totally wrong with it, but it works like the other
tasks. I suspect the real craziness is this lucene 'javadocs-all' task.
separately also i noticed we javadoc/re-javadoc a lot when doing this...
something we can think about optimizing later.
> 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]