I am attempting to change RequestContextAwareTag to move out the initialization of the requestContext into a protected method so I can call in it a sublcass, but I'm having difficulties with the build.
When I do build alljars, I'm getting
Code:
[jarjar] Building jar: D:\spring\spring-framework-2.5.4\dist\spring.jar
[bndwrap] spring.jar 2144 resources 0 bytes
[bndwrap] Warnings
[bndwrap] Superfluous export-package instructions: [org, org.aopalliance, org.
springframework, org.springframework.cache, org.springframework.ejb, org.springf
ramework.instrument, org.springframework.jca]
[move] Moving 1 file to D:\spring\spring-framework-2.5.4\dist
fullsources:
[jar] Building jar: D:\spring\spring-framework-2.5.4\dist\spring-sources.j
ar
modulejars:
BUILD FAILED
D:\spring\spring-framework-2.5.4\build.xml:498: D:\spring\spring-framework-2.5.4
\jarcontent\spring-aop not found.
Total time: 7 minutes 50 seconds
D:\spring\spring-framework-2.5.4>
Ideas?
thanks.