[
https://issues.apache.org/jira/browse/LUCENE-5283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13815295#comment-13815295
]
Uwe Schindler edited comment on LUCENE-5283 at 11/6/13 9:26 PM:
----------------------------------------------------------------
Hi Dawid:
This is obsolete with the groovy code, right?:
{code:xml}
<local name="tests.totals.content" />
<loadfile srcFile="${tests.totals.tmpfile}" encoding="UTF-8"
property="tests.totals.content" quiet="true" />
{code}
One additional thing: On the top-level "test", we should add the dependency to
load groovy, to prevent permgen problems (the comment before explains this for
the clover one where the same applies). By this, groovy is resolved and
installed before any modules are run.
The problem is: Dependencies of targets are executed in any case, also
if/unless wuld not run the target itsself. So every submodule would load groovy
and then not using it. So it should be loaded before.
was (Author: thetaphi):
Hi Dawid:
This is obsolete with the groovy code, right?:
{code:xml}
<local name="tests.totals.content" />
<loadfile srcFile="${tests.totals.tmpfile}" encoding="UTF-8"
property="tests.totals.content" quiet="true" />
{code}
> Fail the build if ant test didn't execute any tests (everything filtered out).
> ------------------------------------------------------------------------------
>
> Key: LUCENE-5283
> URL: https://issues.apache.org/jira/browse/LUCENE-5283
> Project: Lucene - Core
> Issue Type: Wish
> Reporter: Dawid Weiss
> Assignee: Dawid Weiss
> Priority: Trivial
> Fix For: 4.6, 5.0
>
> Attachments: LUCENE-5283.patch, LUCENE-5283.patch, LUCENE-5283.patch
>
>
> This should be an optional setting that defaults to 'false' (the build
> proceeds).
--
This message was sent by Atlassian JIRA
(v6.1#6144)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]