Erik C. Thauvin
Erik C. Thauvin
For the time-being, you could use something like: ```md  ```
Seems pretty clear to me, `ClassNotFoundException`: ```console > ./bld run Error: Could not find or load main class com.example.MyApp Caused by: java.lang.ClassNotFoundException: com.example.MyApp ``` What more would you like to...
Also addresses #69
@gbevin Looks like test failures are checking dependencies on my `bitly-shorten` project legacy snapshots, but the project has been migrated, so they are no longer there.
I always have to change the directory name because it never matches the class name. I'd prefer having something like: ```console $ bld create-app Please enter a package name (for...
> for all-in one commands, would this align what you expect: > > ``` > bld create-rife2 com.example my-app TheAppItIs > ``` As well as: ``` bld create-rife2 com.example my-app...
It should exclude any JAR index or cryptographic signature files matching the following patterns: * META-INF/INDEX.LIST * META-INF/*.SF * META-INF/*.DSA * META-INF/*.RSA
Multiple dependencies may use the same service descriptor file name in `META-INF/services`. In this case, it is generally desired to merge the content of each instance of the file into...
@afloarea Thanks for bringing this up. There is some limited support for BOM in bld, but not to extend you are describing. How would your example really differ from: ```java...
@gbevin What do you think of the proposed syntax? It does deal with all the case scenarios I can think of, but I'm not sure how that would integrate with...