Bruce Alspaugh
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Bruce Alspaugh created a post, AnsweredAnt Version
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... -
-
-
-
-
Bruce Alspaugh created a post, AnsweredJPMS Java Modular Application project type
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... -
-
Bruce Alspaugh created a post, AnsweredMaven Standard Directory Layout Incompatible with Java 9+ Modules
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...