That worked wonderfully.  Thank you.  I think I should become a bit more
familiar with ant while I am at it.

Tom Veldhouse

----- Original Message -----
From: "David Blevins" <[EMAIL PROTECTED]>
To: "'Thomas T. Veldhouse'" <[EMAIL PROTECTED]>; "'openejb-user'"
<[EMAIL PROTECTED]>
Sent: Monday, September 02, 2002 3:26 PM
Subject: RE: [OpenEJB-user] Build error for OpenEJB 0.8.1


> Hi Thomas,
>
> I'm not quite sure what to recommend on this one.  We're just using the
> "get" Ant task.  Here is the actual line:
>
>     <get src="file:src/server/org/openejb/server/admin/text"
> dest="${build.openejb.server.dest}/openejb/server/commandlist.txt"/>
>
> There is probably a better way to do what that line is doing anyway, so
> I think I'll yank it on future releases and workup another approach
> (i.e. you won't see it again).
>
> For now, you can open up the src/build-openejb-server.xml and change
> that "get" line to this:
>     <copy file="${src.java.dir}/server/commandlist.txt"
> tofile="${build.openejb.server.dest}/openejb/server/commandlist.txt"/>
>
> Then take the attached file and stick it in the 'src/server/' directory
> of your distribution.  Then go ahead and rebuild.
>
> Let us know if you have any troubles.
>
> Thanks,
> David
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]] On Behalf
> > Of Thomas T. Veldhouse
> > Sent: Monday, September 02, 2002 12:57 PM
> > To: openejb-user
> > Subject: [OpenEJB-user] Build error for OpenEJB 0.8.1
> >
> >
> > I get the following error when trying to build openejb ...
> >
> > [get] Error getting
> > file:src/server/org/openejb/server/admin/text > to
> > /root/openejb-0.8.1/build/classes/server/openejb/server/comman
> > dlist.txt
> >
> > What can I do to fix this?
> >
> > Thanks in advance,
> >
> > Tom Veldhouse
> >
> >
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by: OSDN - Tired of that same
> > old cell phone?  Get a new here for FREE!
> > https://www.inphonic.com/r.asp?r=sourceforge1> &refcode1=vs3390
> >
> >
> > _______________________________________________
> > http://OpenEJB.sf.net
> > OpenEJB-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/openejb-user
> >
>




-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
http://OpenEJB.sf.net
OpenEJB-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openejb-user

Reply via email to