RE: loom, spice issue
"Peter@Stock" <peter-4lf8KW9E9MLMqX/[email protected]> Tue, 23 Mar 2004 12:35:31 +1100
| Newsgroups | gmane.comp.java.jcontainer.interest |
|---|---|
| Message-ID | <[email protected]> |
Hi, > > quick workaround is to use strict imports but anyway IMHO it should work > > with .* like imports too > > What do you think about it? Damn - I figured out why this occurs but I have yet to think of any solution. The way to "fix" this is to load all the application specific classes that are referenced from source code into the same classloader as the dna-tool/maven-sar plugins. The problem with this is that it can cause the tool to fail if different versions of classes appear in tools and in application. I suspect there is someway of "fixing" this by adding a separate qdox ClassLibrary for our tool but I don't know how to do this. The result is that you have to use the work-around (single imports) until we can figure out how to fix it. I will update the documentation to reflect this. Cheers, Peter Donald