Libraries can be loaded by two mechanisms: (require-
library) or (load). In environments where the user
can't control the classpath (such as some J2EE
containers), as well as to force reloading of modified
libraries, (load) is necessary.
Unfortunately, (load) doesn't "provide" a library (and
it can't -- because it can't deduce the standard
library name from the path). This is where (provide-
library) helps.
Therefore, please bring provide-library in the open by
documenting it.
Nobody/Anonymous
None
None
Public
|
Date: 2009-07-10 00:38 after glancing at provide-library inside the brief file |
|
Date: 2006-10-05 22:46 Logged In: YES |
|
Date: 2006-10-05 20:53 Logged In: YES |