[
https://issues.apache.org/jira/browse/LUCENE-6160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14263680#comment-14263680
]
Robert Muir commented on LUCENE-6160:
-------------------------------------
We can also add this one to find more bugs?
I want to know that packaging and releasing stuff works here too.
{noformat}
Index: build.xml
===================================================================
--- build.xml (revision 1649221)
+++ build.xml (working copy)
@@ -39,7 +39,7 @@
<property name="maven.dependencies.filters.file"
location="lucene/build/maven.dependencies.filters.properties"/>
<property name="smokeTestRelease.dir"
location="lucene/build/smokeTestRelease/dist"/>
- <property name="smokeTestRelease.tmp"
location="lucene/build/smokeTestRelease/tmp"/>
+ <property name="smokeTestRelease.tmp"
location="lucene/build/smokeTestRelease/temp folder"/>
<property name="smokeTestRelease.testArgs" value=""/>
<target name="-projecthelp">
{noformat}
> Add whitespace to temp test folder names
> ----------------------------------------
>
> Key: LUCENE-6160
> URL: https://issues.apache.org/jira/browse/LUCENE-6160
> Project: Lucene - Core
> Issue Type: Improvement
> Reporter: Robert Muir
> Attachments: LUCENE-6160.patch
>
>
> Currently we rely too much on the fact that Uwe Schindler likes to run lucene
> tests with c:\Users\Uwe Schindler\... to find bugs.
> Instead we should just turn one of the dashes into a space so problems fail
> everywhere i think?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]