Bruce Alspaugh

Avatar
  • Total activity 11
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 3
  • Created

    Ant Version

    Answered
     I'm running IntelliJ 2018.2.4. I ran an Ant build.xml script where I echoed the version of Ant. It was 1.9.4 compiled on April 29, 2014. That's really old! How do I tell IntelliJ to use a newer ve...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    JPMS Java Modular Application project type

    Answered
    NetBeans 9 has a new Java Modular Application Project type: https://netbeans.apache.org/download/nb90/index.html  It allows to develop several JDK9 modules in one NetBeans project (Ant based). The...
    • 3 followers
    • 9 comments
    • 0 votes
  • Created

    Maven Standard Directory Layout Incompatible with Java 9+ Modules

    Answered
    It appears Oracle designed the new Java Platform Module System (JPMS) without taking into consideration the directory layout that popular build tools like Maven use. I ran into this issue when I co...
    • 2 followers
    • 3 comments
    • 0 votes