Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] Binary Weaving: Class-Path JAR Manifest Attribute

I think we should use the "Class-Path" attribute, if present, to augment
the classpath when binary weaving according to this specification:
"http://java.sun.com/j2se/1.3/docs/guide/extensions/spec.html";. It is a
list of additional JARs needed to run the application given as a set of
relative URLs.

Doing this would also require a change to the current resource copying
behaviour. We would need to copy the manifest from the injar to the outjar
but I not sure how to deal with multiple injars. Any thoughts?

Matthew Webster
AOSD Project
Java Technology Centre, MP146
IBM Hursley Park, Winchester,  SO21 2JN, England
Telephone: +44 196 2816139 (external) 246139 (internal)
Email: Matthew Webster/UK/IBM @ IBMGB, matthew_webster@xxxxxxxxxx
http://w3.hursley.ibm.com/~websterm/



Back to the top