Skip to content

Fix Ant web.dir property casing #11

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tlamb96
Copy link

@tlamb96 tlamb96 commented Aug 1, 2019

The ant compile command fails on Debian 10 due to the web.dir property casing.

$ ant compile
Buildfile: /home/admin/CoverageWebApplication/build.xml

init:

compile:
    [mkdir] Created dir: /home/admin/CoverageWebApplication/webcontent/WEB-INF/classes
     [echo]  Compiling coverage source in src into webcontent/WEB-INF/classes
    [javac] /home/admin/CoverageWebApplication/build.xml:62: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 37 source files to /home/admin/CoverageWebApplication/webcontent/WEB-INF/classes

BUILD FAILED
/home/admin/CoverageWebApplication/build.xml:62: /home/admin/CoverageWebApplication/webcontent/WEB-INF/lib does not exist.

Total time: 0 seconds

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

Successfully merging this pull request may close these issues.

1 participant