Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.9.0
-
None
Description
The create script correctly fetches the commons-codec JAR but it also removes it from the framework. This means that we have to fetch the JAR every time someone runs bin/create, which adds additional overhead.
There's also the fact that the downloading of commons-codec is silent, so we have no idea what the progress is when we are fetching the jar, but we should make sure we're not deleting JARs that we need to build.