Skip to main content

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

Adrian Colyer has recently written an excellent article about that:
http://www.aspectprogrammer.org/blogs/adrian/2004/10/three_paths_sta.html
 
Eric

--
Eric Bodden
Chair I2 for Programming Languages and Program Analysis
RWTH Aachen University

 


From: ajdt-dev-admin@xxxxxxxxxxx [mailto:ajdt-dev-admin@xxxxxxxxxxx] On Behalf Of michael collier
Sent: Montag, 18. Oktober 2004 22:07
To: ajdt-dev@xxxxxxxxxxx
Subject: [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