Hi,
This morning after I "svn up" -ed Clojure Contrib, I could no longer
build. It turns out that was 'cause I was still using Ant 1.6.2. But I
looked at the line about which the old Ant complained, and it is:
<path location="CPL.txt"/>
However, the name of the file in the SVN repository is "CPL.TXT". Now,
on that _other_ operating system, this might work, but on _proper_
operating systems, file names are case-sensitive (as they are in our
favorite language).
Either the name of the file must be changed or the build.xml file must e
fixed to refer to the file by its actual name.
Randall Schulz
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---