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

Build doesn't support ant 1.8.3? #47

Closed
mcintyre94 opened this issue May 13, 2012 · 1 comment
Closed

Build doesn't support ant 1.8.3? #47

mcintyre94 opened this issue May 13, 2012 · 1 comment

Comments

@mcintyre94
Copy link

When I had problems with Winant, I installed Ant myself manually. I installed Ant 1.8.3 (the latest version) from ant.apache.org and had problems with the build script. Specifically the problem was this error message:
"All features of the build script require Ant version 1.8.2. Please upgrade to 1.8.2 or remove all instances of 'overwrite=no' (and this fail task) from the build script to continue"

Which I believe is caused by this snippet in build.xml:

<fail message="All features of the build script require Ant version 1.8.2. Please upgrade to 1.8.2 or remove all        instances of 'overwrite=no' (and this fail task) from the build script to continue">
<condition>
<not>
<contains string="${ant.version}" substring="1.8.2"/>
</not>
</condition>
</fail>

I suggest updating the build to support 1.8.3 also.

@verekia
Copy link
Owner

verekia commented May 13, 2012

Hi,

This issue is related to https://github.com/h5bp/ant-build-script not Initializr :)

Please open it there, thanks!

@verekia verekia closed this as completed May 13, 2012
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

2 participants