From: Christoph S. <ch...@sc...> - 2002-02-22 14:16:19
|
Gavin_King/Cirrus%CI...@ci... wrote: >>but all the libs that are needed are not in cvs. >> > >ah hmmmmm this is common practice, isn't it..... > >sorry i'm kinda new to CVS. > some people put even ant into the cvs, together with a file that starts it. Not sure if thats a good idea. But it is common practice that all libs that are needed to build are included in cvs, which makes a lot of sense, because sometimes code changes need a new version of a lib too, so its always a good idea to track library versions together with code versions. Especially xalan and xerces are candidates for jars where you need the exactly right version. > >The libs you need are: > >JDOM ( www.jdom.org ) >Xalan/Xerces ( xml.apache.org ) > >Theres one class which also needs javax.sql.Datasource but don't worry if >that class won't compile (you can run without it). > >oh .... and do a cvs upd (i just fixed a bug) ;) > ok :) > > >_______________________________________________ >Hibernate-devel mailing list >Hib...@li... >https://lists.sourceforge.net/lists/listinfo/hibernate-devel > > |