[
https://issues.apache.org/jira/browse/SOLR-4748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13638042#comment-13638042
]
Robert Muir commented on SOLR-4748:
-----------------------------------
{noformat}
Index: extra-targets.xml
===================================================================
--- extra-targets.xml (revision 1470540)
+++ extra-targets.xml (working copy)
@@ -89,7 +89,7 @@
statusClient.doStatus(basedir, SVNRevision.WORKING,
SVNDepth.fromRecurse(true), false, true, false, false, {
status ->
SVNStatusType nodeStatus = status.getNodeStatus();
- if (nodeStatus == SVNStatusType.STATUS_UNVERSIONED) {
+ if (nodeStatus == SVNStatusType.STATUS_UNVERSIONED || nodeStatus ==
SVNStatusType.STATUS_MISSING) {
unversioned.add(convertRelative(status.getFile()));
} else if (status.getKind() == SVNNodeKind.FILE && nodeStatus !=
SVNStatusType.STATUS_DELETED) {
missingProps.add(convertRelative(status.getFile()));
{noformat}
> bogus files in licenses/ directory
> ----------------------------------
>
> Key: SOLR-4748
> URL: https://issues.apache.org/jira/browse/SOLR-4748
> Project: Solr
> Issue Type: Bug
> Reporter: Robert Muir
>
> I dont know how these became like this: but this is currently a mess.
> after 'ant jar-checksums':
> {noformat}
> rmuir@beast:~/workspace/lucene-clean-trunk$ svn status
> ! solr/licenses/solr-core-5.0-SNAPSHOT.jar.sha1
> ! solr/licenses/lucene-core-5.0-SNAPSHOT.jar.sha1
> ! solr/licenses/lucene-highlighter-5.0-SNAPSHOT.jar.sha1
> ! solr/licenses/slf4j-api.jar.sha1
> ! solr/licenses/jcl-over-slf4j.jar.sha1
> ! solr/licenses/lucene-analyzers-common-5.0-SNAPSHOT.jar.sha1
> ! solr/licenses/lucene-analyzers-phonetic-5.0-SNAPSHOT.jar.sha1
> ! solr/licenses/lucene-queries-5.0-SNAPSHOT.jar.sha1
> ! solr/licenses/jul-to-slf4j.jar.sha1
> ! solr/licenses/solr-solrj-5.0-SNAPSHOT.jar.sha1
> ! solr/licenses/lucene-memory-5.0-SNAPSHOT.jar.sha1
> ! solr/licenses/log4j.jar.sha1
> ! solr/licenses/lucene-queryparser-5.0-SNAPSHOT.jar.sha1
> ! solr/licenses/lucene-spatial-5.0-SNAPSHOT.jar.sha1
> ! solr/licenses/lucene-grouping-5.0-SNAPSHOT.jar.sha1
> ! solr/licenses/lucene-codecs-5.0-SNAPSHOT.jar.sha1
> ! solr/licenses/lucene-misc-5.0-SNAPSHOT.jar.sha1
> ! solr/licenses/slf4j-log4j12.jar.sha1
> ! solr/licenses/lucene-analyzers-kuromoji-5.0-SNAPSHOT.jar.sha1
> ! solr/licenses/lucene-suggest-5.0-SNAPSHOT.jar.sha1
> {noformat}
> Since 'jenkins-base' runs with this logic, i dont understand why this isnt
> currently failing the build:
> {noformat}
> <!-- Jenkins tasks -->
> <target name="-jenkins-base"
> depends="clean,test-with-heapdumps,validate,documentation-lint,jar-checksums,check-svn-working-copy"/>
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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]