Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ajdt-dev] Quick AJC questions: soureroots/classpath/etc?

i need to include a variety of things on the classpath to ajc, for reflection to work at compile time. however, i don't want these things to be woven, i want them to be left untouched.
 
are the things on the "classpath" woven at compile time, or left untouched? if they are woven, how else should i specify this? the documentation doesn't seem to state (wrt classpath), one way or the other.
 
as well, should i specify precompiled .class files, left laying around in their package heirarchy (i.e. not in a jar) via sourceroots, or is there a "better way"? i don't necessarily need the .class files to be compiled from .java at the point ajc runs (though i suppose it would be "harmless"), but they aren't in jars. ideally they would be woven in place.
 
let me know if i should ask this over on aspectj-dev instead.
 
thanks.
 
mike

Back to the top