ant fails because bin is missing
rlaemmel opened this issue · 1 comments
rlaemmel commented
/cc @AndreM12 @MarcelH91
See error below.
Apparently bin is not needed in the end, but one has to create it manually to push through ant-based build.
$ ant Buildfile: /Users/laemmel/github/softlang/megalib/checker/build.xml create_run_jar: BUILD FAILED /Users/laemmel/github/softlang/megalib/checker/build.xml:9: /Users/laemmel/github/softlang/megalib/checker/bin does not exist.
DerMusicus commented
we will use maven in the future