Bruce Alspaugh
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Ant Version
AnsweredI'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... -
Created JPMS Java Modular Application project type
AnsweredNetBeans 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... -
Created Maven Standard Directory Layout Incompatible with Java 9+ Modules
AnsweredIt 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...