You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Jesse Stockall <je...@cryptocard.com> on 2001/09/18 16:51:46 UTC

ejbjar - super class check

I'm trying to build generic jars with the following

<target name="dist-ejb" depends="compile-java">
	<!-- Build the generic ejbs -->
	<ejbjar descriptordir="${dd.dir}" 
		srcdir="${build}"
		destdir="${dist}/lib"
		basejarname="EJBname">
		<dtd publicId="-//Sun Microsystems, Inc.//DTD Enterprise 			JavaBeans
1.1//EN"
			location="${dtd.dir}/ejb-jar_1_1.dtd"/>
	</ejbjar>
</target>

I get "Could not load class com.company.product.App.class for super
class check" for each class file in the jar.

The jar gets built, but I would like to know the cause of the errors.

TIA
-- 
 Jesse Stockall			|	Tel: 1+ 613.599.2441 ext. 243
 CRYPTOCard Corporation		|	Fax: 1+ 613.599.2442	 	
 Suite 304, 300 March Rd.	|	email: jesse@cryptocard.com
 Ottawa, ON, Canada K2K 2E2	|	web: www.cryptocard.com 
---------------------------------------------------------------------