On Tuesday 04 November 2003 11:54, Stephen McConnell wrote:
> Which leads me to the note that to get an idea about how a
> bar works - just take a peek at the manifest.

I would really like to... but,,

[EMAIL PROTECTED] avalon]$ find . -name "*.MF"
./merlin/kernel/bootstrap/target/classes/META-INF/MANIFEST.MF
./merlin/kernel/unit/target/classes/META-INF/MANIFEST.MF


and neither seems related.

I have tried to search the sources, but not really come up with anything 
useful, other than
            else if( path.endsWith( ".bar" ) )
            {
                final String error = 
                  "Cannot execute a block archive: " + path;
                throw new ModelException( error );
            }
in org/apache/avalon/composition/model/impl/DefaultContainmentModel.java

Any source pointers?

Niclas

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

Reply via email to