ANT fileset doesn't complain if a file is missing
Reported by nickg | April 28th, 2010 @ 09:14 AM
ANT doesn't complain if a has no or missing files. This leads to a very confusing build.xml.
personally for concatenating files, ANT seems like overkill (and ridiculously slow). If the requirement is all-java I guess ANT is what we got. However, even a bash script would suffice here.
For your amusement, try the following. It reads the ANT file and does concat manually:
# go to env-js
cd env-js
cp misc/build.py
./build.py
./build.py --rhino
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
a javascript browser environment