Changeset 16139 in josm for trunk/ide/netbeans


Ignore:
Timestamp:
2020-03-15T19:54:10+01:00 (4 years ago)
Author:
Don-vip
Message:

see #16860 - see #18880 - setup Ivy in Netbeans project

Location:
trunk/ide/netbeans
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ide/netbeans/nbbuild.xml

    r16064 r16139  
    107107      ** Load the Netbeans properties first, which makes the values permanent.
    108108    -->
    109     <target name="init-josmbase" depends="-init-project, set-josmbase-properties, josmbase.init-properties"/>
     109    <target name="init-josmbase" depends="-init-project, set-josmbase-properties, josmbase.init-properties">
     110        <pathconvert property="ivy.classpath.computed" dirsep="/" pathsep=":">
     111            <path refid="runtime.path"/>
     112            <map from="${basedir}${file.separator}" to=""/>
     113        </pathconvert>
     114        <propertyfile file="nbproject/project.properties">
     115            <entry operation="=" key="ivy.classpath" value="${ivy.classpath.computed}"/>
     116        </propertyfile>
     117    </target>
    110118
    111119    <target name="-pre-compile" depends="init-josmbase, josmbase.javacc"/>
  • trunk/ide/netbeans/nbproject/genfiles.properties

    r12943 r16139  
    55# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
    66nbproject/build-impl.xml.data.CRC32=f36994fb
    7 nbproject/build-impl.xml.script.CRC32=5e13918b
    8 nbproject/build-impl.xml.stylesheet.CRC32=830a3534@1.80.1.48
     7nbproject/build-impl.xml.script.CRC32=250d22b4
     8nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.94.0.48
  • trunk/ide/netbeans/nbproject/private

    • Property svn:ignore set to
      private.*
  • trunk/ide/netbeans/nbproject/project.properties

    r16095 r16139  
    5151includes=**/*.java
    5252jar.compress=false
    53 javac.classpath=
     53javac.classpath=${ivy.classpath}
    5454# Space-separated list of extra javac options
    5555javac.compilerargs=-Xlint:unchecked -Xlint:cast -Xlint:dep-ann -Xlint:divzero -Xlint:empty -Xlint:finally -Xlint:overrides -Xlint:static -Xlint:try  -Xlint:deprecation
    5656javac.deprecation=true
    5757javac.external.vm=false
     58javac.modulepath=
     59javac.processormodulepath=
    5860javac.processorpath=\
    5961    ${javac.classpath}
     
    7678    ${file.reference.spotbugs.jar}:\
    7779    ${file.reference.commons-testing-2.1.0.jar}
     80javac.test.modulepath=${javac.modulepath}
    7881javac.test.processorpath=\
    7982    ${javac.test.classpath}
     
    97100    ${javac.classpath}:\
    98101    ${build.classes.dir}
     102run.modulepath=${javac.modulepath}
    99103run.test.classpath=\
    100104    ${javac.test.classpath}:\
    101105    ${build.test.classes.dir}
     106run.test.modulepath=${javac.test.modulepath}
    102107source.encoding=UTF-8
    103108src.dir=${file.reference.core-src}
Note: See TracChangeset for help on using the changeset viewer.