On Wed, 5 Jan 2005 10:02:57 +0530, Ashish Srivastava <[EMAIL PROTECTED]> wrote:
> This time I moved few more steps ahead from previous position by > coping few jars to ant lib folder. But again stuck with Build Failed. > > I tried to run test with binary files but unable to locate Build.xml > with junit target so I downloaed source and working like this. > > Please suggest some thing so that I can move towards success. The default target of the build file of the source distribution builds everything, the libraries, ojb-blank, the documentation etc. Therefore you'll need several tools and libraries for completing this step successfully: * j2ee.jar, jdo*.jar, prevlayer.jar for compiling * Forrest (http://forrest.apache.org) for generating the documentation If all you want to do is to compile OJB, then simply run the "jar-debug" or "jar" Ant target (you can download the generated documentation from the website). Likewiese, directly run the "junit" target to perform OJB's unit tests. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
