Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to build if the app/lib directory is empty #26

Open
DavidWhitlock opened this issue Jul 21, 2019 · 0 comments
Open

Fail to build if the app/lib directory is empty #26

DavidWhitlock opened this issue Jul 21, 2019 · 0 comments

Comments

@DavidWhitlock
Copy link
Collaborator

A student and I discovered that a very confusing java.lang.ClassFormatError: Truncated class file error is issued when the jar files in the app/lib directory do not exist.

On one machine (a PSU Linux machine), this student had created the koans project using the Maven archetype. The archetype created the app/lib directory and its four jar files. When the student pulled those changes into a checkout on a different machine (a Windows machine), the koan source code did not compile and a Truncated class file exception was thrown for the Koan class.

I need to bullet-proof the Maven project to provide a more intelligible message when the app/lib directory does not contain jar files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant