You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Hoss Man (JIRA)" <ji...@apache.org> on 2007/06/11 21:47:26 UTC

[jira] Resolved: (LUCENE-930) fail build if contrib tests fail to compile

     [ https://issues.apache.org/jira/browse/LUCENE-930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hoss Man resolved LUCENE-930.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 2.2


Committed revision 546226.  (trunk)
Committed revision 546235.  (2.2 branch)


> fail build if contrib tests fail to compile
> -------------------------------------------
>
>                 Key: LUCENE-930
>                 URL: https://issues.apache.org/jira/browse/LUCENE-930
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.1
>            Reporter: Hoss Man
>            Assignee: Hoss Man
>             Fix For: 2.2
>
>         Attachments: LUCENE-930.patch, LUCENE-930.patch, LUCENE-930.patch, LUCENE-930.patch
>
>
> spinoff of LUCENE-885, from Steven's comments...
> Looking at the current build (r545324) it looks like the some contrib failures are getting swallowed. Things like lucli are throwing errors along the lines of
>  [subant] /home/barronpark/smparkes/work/lucene/trunk/common-build.xml:366: srcdir "/home/barronpark/smparkes/work/lucene/trunk/contrib/lucli/src/test" does not exist!
> but these don't make it back up to the top level status.
> It looks like the current state will bubble up junit failures, but maybe not build failures?
> ...
> It's "test-compile-contrib" (if you will) that fails and rather being contrib-crawled, that's only done as the target of "test" in each contrib directory, at which point, it's running in the protected contrib-crawl.
> Easy enough to lift this loop into another target, e.g., build-contrib-test. And that will start surfacing errors, which I can work through.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


Re: [jira] Resolved: (LUCENE-930) fail build if contrib tests fail to compile

Posted by Michael Busch <bu...@gmail.com>.
Hoss Man (JIRA) wrote:
>      [ https://issues.apache.org/jira/browse/LUCENE-930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Hoss Man resolved LUCENE-930.
> -----------------------------
>
>        Resolution: Fixed
>     Fix Version/s: 2.2
>
>
> Committed revision 546226.  (trunk)
> Committed revision 546235.  (2.2 branch)
>
>   

Great! Thanks, Hoss.

I uploaded a new version of the dist files including this patch to the 
staging area:
http://people.apache.org/~buschmi/staging_area/lucene/

- Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org