aionnetwork / AVM

Enabling Java code to run in a blockchain environment
https://theoan.com/
MIT License
49 stars 25 forks source link

`ant` failed to build on MacOS Mojave `10.14.1` #324

Closed johnnymatthews closed 5 years ago

johnnymatthews commented 5 years ago

When running ant after cloning the AVM repo, the terminal outputs the following:


...

BUILD FAILED
/Users/john/Code/AVM/build.xml:60: Warning: Could not find file /Users/john/Code/AVM/LICENSE to copy.

Renaming LICENSE.txt to LICENSE fixes the issue.

mv LICENSE.txt LICENSE

OS: MacOS Mojave 10.14.1 Ant: 1.10.5

jeff-aion commented 5 years ago

This is just more fall-out from me forgetting that this is directly referenced from other processes, not just being added to the repo. I want to double-check that this packaging step still actually makes sense.