Re: Re: Online mode architecture
"Alex" <alex-he/e8N7AIe/[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
You are right, this is hardcoded for now in the .cc source file. I plan to move this soon to the char* option args so that you will be able to use something like: -Xrunaspectwerkz/package.AsmClassLoaderPreProcessorImpl having the current BCEL impl beeing the default for now. But using the -Daspectwerkz.classloader.clpreprocessor could be good as well and more homogene with non native options. The recompilation you did should work though. Did you add the .so to your LD_LIBRARY_PATH ? Alex > Chris Nokleberg wrote: >> I'm going to reimplement ClassLoaderPreProcessorImpl using ASM >> (http://asm.objectweb.org/). > > I've done this, but it looks like ClassLoaderPreProcessorImpl is hardcoded > into aspectwerkz.cc. Do you plan to make this more generic (e.g. support > -Daspectwerkz.classloader.clpreprocessor)? I've tried recompiling the .so > but when I run with it I get > Error occurred during initialization of VM > Could not find -Xrun library: libaspectwerkz.so > > I'd rather use a precompiled version anyway, though. > > This is on linux, > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_01-b06) > > Thanks, > Chris > > > _______________________________________________ > aspectwerkz-devel mailing list > aspectwerkz-devel-81qHHgoATdGxIXFVlbCvtR2eb7JE58TQ@public.gmane.org > http://lists.codehaus.org/mailman/listinfo/aspectwerkz-devel >