On Fri, Feb 6, 2009 at 5:18 AM, Neil Craig <[email protected]> wrote:

>
> I have downloaded the trunk and built it using ANT. But alas it will
> not work, now it gives "too much recursion errors"......


If you're doing development, there's really no need to build using ANT.
That's only used to minify and combine files into one (for a release), which
will make it very hard to track down line numbers of error messages. Just
include the individual uncompressed files you need, for example

<script type="text/javascript" src="ui/ui.core.js"></script>
<script type="text/javascript" src="ui/ui.draggable.js"></script>

- Richard

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" 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/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to