Max Rydahl Andersen wrote:
On Fri, 08 Apr 2005 04:35:44 +0200, Simeon Leyzerzon <[EMAIL PROTECTED]> wrote:
the ant's think its fun to make a ANT-distribution that does not run without
infecting it with project specific versions of dependent libraries.
So either you:
copy lib/antlr-*.jar and lib/junit-*.jar in to your local ant distribution and then you can use "pure" ant
OR (which is what i recommend)
you use build.bat/sh which runs with just the libraries distributed with hibernate.
/max
Hi
I'm trying to build the project I've got from CVS and am getting the following error:
antlr:
[mkdir] Created dir: C:\Hibernate3\build\gensrc\org\hibernate\hql\antlr
[antlrtask] java.lang.NoClassDefFoundError: antlr/Tool
[antlrtask] Exception in thread "main"
BUILD FAILED C:\Hibernate3\build.xml:164: ANTLR returned: 1
How do I satisfy this antlr dependency?
Thanks for your help. Simeon
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ hibernate-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hibernate-devel
thanks a lot, this worked
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ hibernate-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hibernate-devel
