It looks like build.xml won't work if there is not a directory called lib present regardless of whether it is empty or not. Ideally this would be fixed in the build.xml but perhaps just adding a .gitkeep in an otherwise empty directory would be easier. At the very least, the compilation instructions should include this.
It looks like
build.xml
won't work if there is not a directory calledlib
present regardless of whether it is empty or not. Ideally this would be fixed in thebuild.xml
but perhaps just adding a.gitkeep
in an otherwise empty directory would be easier. At the very least, the compilation instructions should include this.