Commit 905104de authored by Leonid Shalupov's avatar Leonid Shalupov Committed by intellij-monorepo-bot
Browse files

build.xml: print messages about obsolete ant usage

review https://jetbrains.team/p/ij/reviews/21705

GitOrigin-RevId: 6c81ae0bfb9c18ff6b09c5e2e23d4858e9232006
parent d6c1f35a
Showing with 3 additions and 0 deletions
+3 -0
......@@ -47,18 +47,21 @@
<!-- build distribution archives for IntelliJ Community Edition in out/idea-ce/artifacts directory -->
<!-- this is deprecated. please call installers.cmd directly -->
<target name="build">
<echo message="***** Using ant is OBSOLETE, please call installers.cmd directly. See README.md *****" level="warning" />
<jps-bootstrap class="OpenSourceCommunityInstallersBuildTarget" module="intellij.idea.community.build" />
</target>
<!-- run project tests -->
<!-- this is deprecated. please use tests.cmd directly -->
<target name="test">
<echo message="***** Using ant is OBSOLETE, please call tests.cmd directly. See README.md *****" level="warning" />
<jps-bootstrap class="CommunityRunTestsBuildTarget" module="intellij.idea.community.build" />
</target>
<!-- Creates an updater-full.jar in ${intellij.build.output.root}/artifacts, it includes 'intellij.platform.updater' module with all its dependencies -->
<!-- this is deprecated, please use full_updater.cmd directly -->
<target name="fullupdater">
<echo message="***** Using ant is OBSOLETE, please call build/full_updater.cmd directly. See README.md *****" level="warning" />
<jps-bootstrap class="FullUpdaterBuildTarget" module="intellij.idea.community.build" />
</target>
</project>
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment