Create repository for openapi.jar and idea_rt.jar on teamcity to avoid full idea download
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
<orderEntry type="module-library">
|
<orderEntry type="module-library">
|
||||||
<library>
|
<library>
|
||||||
<CLASSES>
|
<CLASSES>
|
||||||
<root url="jar://$MODULE_DIR$/../../dependencies/idea/idea-15-for-tests/lib/idea_rt.jar!/" />
|
<root url="jar://$MODULE_DIR$/../../dependencies/idea/idea-for-compiler-test/idea_rt.jar!/" />
|
||||||
</CLASSES>
|
</CLASSES>
|
||||||
<JAVADOC />
|
<JAVADOC />
|
||||||
<SOURCES />
|
<SOURCES />
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
<orderEntry type="module-library">
|
<orderEntry type="module-library">
|
||||||
<library>
|
<library>
|
||||||
<CLASSES>
|
<CLASSES>
|
||||||
<root url="jar://$MODULE_DIR$/../../dependencies/idea/idea-15-for-tests/lib/openapi.jar!/" />
|
<root url="jar://$MODULE_DIR$/../../dependencies/idea/idea-for-compiler-test/openapi.jar!/" />
|
||||||
</CLASSES>
|
</CLASSES>
|
||||||
<JAVADOC />
|
<JAVADOC />
|
||||||
<SOURCES />
|
<SOURCES />
|
||||||
|
|||||||
@@ -748,13 +748,12 @@
|
|||||||
<mkdir dir="@{download.dir}"/>
|
<mkdir dir="@{download.dir}"/>
|
||||||
|
|
||||||
<!-- For running compiler tests with Java 1.6 -->
|
<!-- For running compiler tests with Java 1.6 -->
|
||||||
<get src="@{base.repository.url}/ideaIC/15.0.5/ideaIC-15.0.5.zip" dest="@{download.dir}/ideaIC-15.0.5.zip" usetimestamp="true"/>
|
<mkdir dir="@{download.dir}/idea-for-compiler-test"/>
|
||||||
<unzip src="@{download.dir}/ideaIC-15.0.5.zip" dest="@{download.dir}/idea-15-for-tests">
|
<local name="idea.for.compiler.testing.base.url"/>
|
||||||
<patternset>
|
<property name="idea.for.compiler.testing.base.url"
|
||||||
<include name="**/lib/openapi.jar"/>
|
value="https://teamcity.jetbrains.com/guestAuth/repository/download/IntelliJIdeaCe_OpenapiJar/idea-15.0.5"/>
|
||||||
<include name="**/lib/idea_rt.jar"/>
|
<get src="${idea.for.compiler.testing.base.url}/idea_rt.jar" dest="@{download.dir}/idea-for-compiler-test/idea_rt.jar" usetimestamp="true"/>
|
||||||
</patternset>
|
<get src="${idea.for.compiler.testing.base.url}/openapi.jar" dest="@{download.dir}/idea-for-compiler-test/openapi.jar" usetimestamp="true"/>
|
||||||
</unzip>
|
|
||||||
|
|
||||||
<property name="idea.id" value="idea${sdk.version.prefix}"/>
|
<property name="idea.id" value="idea${sdk.version.prefix}"/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user