Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Nightly Builds
-
None
-
Operating System: All
Platform: All
-
33323
Description
I was building JCL with ant and couldn't get a
commons-logging-optional.jar to build when executing
the build.xml in the root directory. Instead the
optional classes would get included in
commons-logging.jar.
Looked into this and saw that the when the main
build.xml called the build in the optional folder, it
was passing along all its properties, thus overriding
the optional version. I'll attach a patch that fixes
this.