we don't have the sources for the Xdoclet jar in our CVS. so there is no target to assemble the xdoclet.jar in build.xml.
the ant target build-xdoclet is ued to generate EJB code for our EJB examples.
The xdoclet.jar can be found in the lib directory or in the contributions package in the download section.
The sourcecode for the OJB Xdoclet module will be integrated into the standard xdoclet.sf.net codebase.
Thomas
Neil Aggarwal wrote:
Hello:
I was able to use the build.xml file to build the db-ojb-1.0rc4.jar file, but I can't get build-xdoclet to build the xdoclet jar.
Here is the error I get from it: compile_beans: [mkdir] Created dir: C:\JavaLibs\db-ojb\target\classesejb\bean [mkdir] Created dir: C:\JavaLibs\db-ojb\target\classesejb\bean\META-INF [copy] Copying 15 files to C:\JavaLibs\db-ojb\target\srcejb\beans [javac] Compiling 47 source files to C:\JavaLibs\db-ojb\target\classesejb\bean [javac] C:\JavaLibs\db-ojb\target\srcejb\beans\org\apache\ojb\ejb\ODMGBaseBeanIm pl.java:63: package org.apache.ojb.jboss does not exist [javac] import org.apache.ojb.jboss.ODMGFactory; [javac] ^ [javac] C:\JavaLibs\db-ojb\target\srcejb\beans\org\apache\ojb\ejb\ODMGSessionBea n.java:61: package org.apache.ojb.jboss does not exist [javac] import org.apache.ojb.jboss.ODMGFactory; [javac] ^ [javac] C:\JavaLibs\db-ojb\target\srcejb\beans\org\apache\ojb\ejb\ODMGBaseBeanIm pl.java:233: cannot resolve symbol [javac] symbol : class ODMGFactory [javac] location: class org.apache.ojb.ejb.ODMGBaseBeanImpl [javac] ODMGFactory factory = null; [javac] ^ [javac] C:\JavaLibs\db-ojb\target\srcejb\beans\org\apache\ojb\ejb\ODMGBaseBeanIm pl.java:236: cannot resolve symbol [javac] symbol : class ODMGFactory [javac] location: class org.apache.ojb.ejb.ODMGBaseBeanImpl [javac] factory = (ODMGFactory) context.lookup(BeanConstants.ODM G_FACTORY_LOOKUP); [javac] ^ [javac] C:\JavaLibs\db-ojb\target\srcejb\beans\org\apache\ojb\ejb\ODMGSessionBea n.java:160: cannot resolve symbol [javac] symbol : class ODMGFactory [javac] location: class org.apache.ojb.ejb.ODMGSessionBean [javac] ODMGFactory factory = (ODMGFactory) context.lookup(BeanConstants.ODMG_FACTORY_LOOKUP); [javac] ^ [javac] C:\JavaLibs\db-ojb\target\srcejb\beans\org\apache\ojb\ejb\ODMGSessionBea n.java:160: cannot resolve symbol [javac] symbol : class ODMGFactory [javac] location: class org.apache.ojb.ejb.ODMGSessionBean [javac] ODMGFactory factory = (ODMGFactory) context.lookup(BeanConstants.ODMG_FACTORY_LOOKUP); [javac] ^ [javac] 6 errors
BUILD FAILED file:C:/JavaLibs/db-ojb/build-xdoclet.xml:103: Compile failed; see the compiler error output for details.
Any ideas?
Thanks, Neil
--
Neil Aggarwal, JAMM Consulting, (972)612-6056, www.JAMMConsulting.com
FREE! Valuable info on how your business can reduce operating costs by 17% or more in 6 months or less! => http://newsletter.JAMMConsulting.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
