You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing a new package, currently any jar files in the lib directory remain there if not overwritten, and get loaded when BEAST, BEAUti etc start. This can cause problems when file names change between versions (e.g. MyPackage.addon.jar becomes MyPackage.package.jar) and can result in hard to diagnose problems.
Therefore, when updating a package to a new version, the lib directory should be removed before unzipping the new package file.
The text was updated successfully, but these errors were encountered:
This is probably only an issue for installation by hand, or using ant for some packages, since the whole package directory gets deleted (including the lib directory) when updating a package.
When installing a new package, currently any jar files in the lib directory remain there if not overwritten, and get loaded when BEAST, BEAUti etc start. This can cause problems when file names change between versions (e.g.
MyPackage.addon.jar
becomesMyPackage.package.jar
) and can result in hard to diagnose problems.Therefore, when updating a package to a new version, the lib directory should be removed before unzipping the new package file.
The text was updated successfully, but these errors were encountered: