make/idea/template/ant.xml
author mcimadamore
Thu, 19 May 2016 16:48:43 +0100
changeset 37976 9cc5debe0f47
parent 37861 53d85619d7fe
child 47217 72e3ae9a25eb
permissions -rw-r--r--
8157061: Add support for running jtreg tests from IntelliJ project Summary: Add basic capabilities for running jtreg tests from the IDE using a custom ant target Reviewed-by: chegar

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="AntConfiguration">
    <buildFile url="file://$PROJECT_DIR$/.idea/build.xml">
      <properties>
        <property name="boot.java.home" value="$JDKPath$" />
        <property name="jtreg.tests" value="$FilePath$" />
        <property name="jtreg.home" value="jtreg.home" />
        <property name="build.target.dir" value="specDir" /> <!-- this will be replaced --> 
        <property name="module.name" value="java.base" /> <!-- this will be replaced -->
      </properties>
      <executeOn event="afterCompilation" target="post-make" />
    </buildFile>
  </component>
</project>