Question on <include ...> tag in 3.3
"Nainesh Desai" <[email protected]>
| Newsgroups | gmane.comp.jakarta.avalon.user |
|---|---|
| Message-ID | <[email protected]> |
In version 3.25, container block had a support of defining type attribute in include tag and looks like it is not working in 3.3. Is this not supported any more or just a bug? It looks like type is ignored and always tries to include the .jar file. For example: <container name="application" <classloader> .. </classloader> <include name="test" id="test:test" version="1.0" type="block" /> </container> and location of the block file is. [repository]/test/blocks/test-1.0.block. Thanks, Nainesh