Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho fails to resolve lucene bundle

The problem was not on tychos side, the indigo updatesite apparently hosts multiple versions of the lucene bundle.

After specifying an explicit version, the build was running ok.

thanks for your help


-robert



On 5/29/12 8:15 PM, Igor Fedorenko wrote:
We'll need complete standalone example we can use to reproduce the problem.

--
Regards,
Igor

On 12-05-29 1:26 PM, Robert Gründler wrote:
Sorry, the repository should have gone into the pluginRespositories node.

Anyway, i'm still getting the error with 0.15:

[ERROR] import org.apache.lucene.index.IndexWriter.MaxFieldLength;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.apache.lucene.index.IndexWriter.MaxFieldLength
cannot be resolved


regards

-robert



On Tue, May 29, 2012 at 7:20 PM, Robert Gründler <r.gruendler@xxxxxxxxx
<mailto:r.gruendler@xxxxxxxxx>> wrote:

    i've added the staging repository to my pom.xml, but maven can't
    resolve tycho 0.15:

<repository>
<id>orgeclipsetycho</id>
<url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-255/</url>
</repository>


      Unresolveable build extension: Plugin
    org.eclipse.tycho:tycho-maven-plugin:0.15.0 or one of its
    dependencies could not be resolved: Could not find artifact
    org.eclipse.tycho:tycho-maven-plugin:jar:0.15.0 in central
    (http://repo1.maven.org/maven2) -> [Help 2


    Should i add it somewhere else?


    regards

    -robert





_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top