|
|
|
|
|
by kodablah
3003 days ago
|
|
Not ubiquitous and missing shortcuts. How do you compile 5 JVM projects in different JVM languages, sharing different configured sets of potentially hundreds of libraries across the classpath and make sure there are no versioning conflicts? Shortcuts are required, they just don't need to hide everything. |
|
Checking versions can be accomplished by using awk or another tool to compare output from $compiler --version.
What am I missing?