Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 1.0-RC1
-
Fix Version/s: 1.0-RC2
-
Component/s: Project infrastructure
-
Labels:None
-
Environment:All
Description
xerxesImpl.jar and svnkit.jar in grails/lib do not have the version number in the name
this means that projects that also need to use these libraries for their own builds / runtime libraries will have problems figuring out which version to use (if they're not synchronised they tend to lead to "missing method" exceptions
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits
there are arguments for and against using version names in jars. The recent trend has been not to include them, and if you need this info to look at the jar manifest which provides the version number