Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8098029

Apps - make ANT building easier is a already built tree

    XMLWordPrintable

Details

    Description


      Gradle apps - does the right thing but we should be able to rebuild easier.

      Adding this bit of magic will allow for standalone rebuilds:

          <target name="-pre-init">
              <condition property="osname" value="win">
                  <os family="windows"/>
              </condition>
              <condition property="osname" value="mac">
                  <os family="mac"/>
              </condition>
              <condition property="osname" value="linux">
                  <os name="linux"/>
              </condition>

              <property name="jfxbuild.jfxrt.jar" value="../../../build/${osname}-sdk/rt/lib/ext/jfxrt.jar"/>
          </target>

      Attachments

        Issue Links

          Activity

            People

              ddhill David Hill (Inactive)
              ddhill David Hill (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported: