On Tue, 13 Nov 2001 06:27, Peter Royal wrote:
> On Monday 12 November 2001 02:23 pm, you wrote:
> > TP jars go in SAR-INF/lib same as blocks.
>
> I think he's looking for a way to have a block that requires a TP jar to be
> self contained -- include the TP code in the block file.

oh. I may have a solution for that in a week or two ;) 

What you may want to do is declare a dependency via Optional Package 
mechanism. See 
http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html

Then the container should find required dependencies from a central 
repository.

-- 
Cheers,

Pete

--------------------------------------------------
 The fact that nobody understands you doesn't 
 mean you're an artist.
--------------------------------------------------

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to