Yup,

I searched online and downloaded them myself.
No more annoying msgs, or other people harassing me!


----- Original Message ----- 
From: "Matt Lyon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 23, 2001 12:56 PM
Subject: RE: <dtd> nested element with WebLogic 6.0


> T Master,
> 
> Thanks for the information; I figured out a solution just prior to
> receiving your post. The one trick for me was that I had to download the
> DTD's for this to work with WebLogic 6.0/Ant 1.4. I seem to remember
> that they were included with the WebLogic 5.x distributions, but maybe I
> am just suffering EJB-related stress disorders. In any case, storing and
> referencing the DTD's locally works quite well!
> 
> Cheers,
> 
> Matt
> 
> -----Original Message-----
> From: T Master [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 23, 2001 1:42 PM
> To: [EMAIL PROTECTED]
> Subject: Re: <dtd> nested element with WebLogic 6.0
> 
> 
> I do this:
>  <ejbjar>
>        <weblogic>
>        </weblogic>
>        <include />
>        <exclude />
>        <support>
>        </support>
>         <dtd publicId="-//Sun Microsystems, Inc.//DTD Enterprise
> JavaBeans
> 1.1//EN"
>                  location="${buildfile.dir}/ejb-jar.dtd"/>
>         <dtd publicId="-//BEA Systems, Inc.//DTD WebLogic 5.1.0 EJB//EN"
>                  location="${buildfile.dir}/weblogic-ejb-jar.dtd"/>
>    </ejbjar>
> 
> As you can tell, I store the DTD's in my private location.
> 
> If it works for you, let others know.
> 
> 
> 
> 
> ----- Original Message -----
> From: "Matt Lyon" <[EMAIL PROTECTED]>
> To: "Ant-User (E-mail)" <[EMAIL PROTECTED]>
> Sent: Tuesday, October 23, 2001 10:18 AM
> Subject: <dtd> nested element with WebLogic 6.0
> 
> 
> > Hi,
> >
> > Does anyone know how to specify the <dtd/> location parameter as a
> > nested element for WebLogic 6.0/Ant 1.4 using publicID's -//Sun
> > Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN and -//BEA
> Systems,
> > Inc.//DTD WebLogic 6.0.0 EJB//EN?
> >
> > I can see various and sundry DTD's in WebLogic.jar, but not what I
> think
> > are the correct ones (ejb-jar_2_0.dtd and weblogic-ejb-jar.dtd) to
> use.
> > I noticed a post from David Nesbitt <[EMAIL PROTECTED]> from back on
> > July 9 in the archives
> > (http://marc.theaimsgroup.com/?l=ant-user&m=99472285817529&w=2) in
> which
> > he asked the following:
> > "Speaking of DTDs, did Weblogic remove the local copies for 6.0? They
> > were there in 5.1, but I can't find them anymore after upgrading to
> > 6.0.".
> > Unfortunately, his post did not appear to garner any responses. Does
> > anyone have any insights to offer?
> >
> > Cheers,
> >
> > Matt
> >
> 

Reply via email to