JetBrains / teamcity-nuget-support

TeamCity NuGet support
Apache License 2.0
43 stars 11 forks source link

v12.0 Compilation Error #13

Closed WaffleSouffle closed 9 years ago

WaffleSouffle commented 9 years ago

Windows 8.1. IntelliJ Community Edition 14 HEAD Git commit 33b18c24a3add19a51de224d9bb25187f8aebd50 Changed Git commit 3525e47dc0835c9fae3245afde21f44b2359331d

Error:(77, 38) java: teamcity-nuget-support.git\nuget-server\src\jetbrains\buildServer\nuget\server\feed\server\index\impl\PackagesIndexImpl.java:77: cannot find symbol symbol : method findEntriesWithValue(java.lang.String,java.lang.String,java.util.Collection) location: interface jetbrains.buildServer.serverSide.metadata.MetadataStorage

Related interface (decompiled).

public interface MetadataStorage {
    @NotNull
    Iterator<BuildMetadataEntry> getAllEntries(@NotNull String var1);

    @NotNull
    Iterator<BuildMetadataEntry> getEntriesByKey(@NotNull String var1, @NotNull String var2);

    @NotNull
    Iterator<BuildMetadataEntry> getBuildEntry(long var1, @NotNull String var3);
}

c:\TeamCity\bin\version.bat Using CATALINA_BASE: "c:\TeamCity" Using CATALINA_HOME: "c:\TeamCity" Using CATALINA_TMPDIR: "c:\TeamCity\temp" Using JRE_HOME: "c:\java\jdk1.7.0_51" Using CLASSPATH: "c:\TeamCity\bin\bootstrap.jar;c:\TeamCity\bin\tomcat-juli.jar" Server version: Apache Tomcat/7.0.55 Server built: Jul 18 2014 05:34:04 Server number: 7.0.55.0 OS Name: Windows 8 OS Version: 6.2 Architecture: amd64 JVM Version: 1.7.0_51-b13 JVM Vendor: Oracle Corporation

ghost commented 9 years ago

v12.0 is compatible with latest 9.0 EAP only see https://teamcity.jetbrains.com/viewType.html?buildTypeId=TeamCityPluginsByJetBrains_NuGet_NuGetSupportV012for90