[
https://issues.apache.org/jira/browse/LUCENE-2657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12917720#action_12917720
]
Robert Muir commented on LUCENE-2657:
-------------------------------------
bq. I dropped in the ICU4J 4.4.2 jar, and everything compiled and all tests
succeeded under Maven except for the same two tests, which continued to fail.
Well it wasn't the icu issue then, but we needed to upgrade anyway for the
bugfixes, no loss.
What failure are you seeing? When prototyping the the ant system refactor
(SOLR-2002 / SOLR-2002_merged.patch), i had a few issues
with some tests but I don't remember the details. I remember it was really
important to get the CWD of the junit run correct, e.g. in that patch its:
{noformat}
<property name="tests.userdir" location="src/test/resources"/>
and later invoked as junit's dir="${tests.userdir}" attribute
{noformat}
> Replace Maven POM templates with full POMs, and change documentation
> accordingly
> --------------------------------------------------------------------------------
>
> Key: LUCENE-2657
> URL: https://issues.apache.org/jira/browse/LUCENE-2657
> Project: Lucene - Java
> Issue Type: Improvement
> Components: Build
> Affects Versions: 3.1, 4.0
> Reporter: Steven Rowe
> Assignee: Steven Rowe
> Fix For: 3.1, 4.0
>
> Attachments: LUCENE-2657.patch, LUCENE-2657.patch
>
>
> The current Maven POM templates only contain dependency information, the bare
> bones necessary for uploading artifacts to the Maven repository.
> Full Maven POMs will include the information necessary to run a multi-module
> Maven build, in addition to serving the same purpose as the current POM
> templates.
--
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: [email protected]
For additional commands, e-mail: [email protected]