hi weblogic version is 6.1 , and EJBs are according to 2.0 spec. The problem is not compiling a single jar , but about 10 jars (some stateless and rest CMPs) which have cross reference and i want to pack them into individual jars , with the referenced classes (home and remote) also inside the jars whereever they are refered (as specified by ejb-reference in xml files )
I have all java files for various EJBs (all in same package) in same dir with all the xml files (xml files have name prefixed with EJB name) ----- Original Message ----- From: "James Bullington" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Wednesday, January 02, 2002 6:17 PM Subject: Re: help me on ejbjar for weblogic > What version of Weblogic are you running? Have you tried compiling any > examples in Weblogic 6.1 to see if they work? > > --Jim > > --- deepak <[EMAIL PROTECTED]> wrote: > > hi > > i am trying to compile my stateless EJBs using ant1.4 but the problem > > is at > > ejbjar it is not putting all the referenced files as specified in its > > xml > > (home and remote of other EJBs) in the jar before doing ejbc. > > > > The same build.xml when used with ant 1.2 works fine > > > > i have posted this earlier also, but nobody replied, plz help or > > provide a > > pointer to any mailing list where it can be discussed > > > > thanks > > deepak > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > __________________________________________________ > Do You Yahoo!? > Send your FREE holiday greetings online! > http://greetings.yahoo.com > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
