Opened 7 years ago

Closed 7 years ago

#2093 closed enhancement (fixed)

Ant should detect and remove old BASE jar files

Reported by: Nicklas Nordborg Owned by:
Priority: minor Milestone: BASE 3.12
Component: build Version:
Keywords: Cc:

Description

An annoying thing when working as a developer is that whenever the BASE version increases, there are old JAR files from the previous version laying around. Sometimes we get some strange errors and behavior due to class loading from the old JAR files. It would be nice if the ant script could automatically remove the old JAR files.

It should not be too difficult. Basically, we only create JAR files in two locations: www/WEB-INF/lib and bin/jar. We should remove all base-*.jar files except base-*-<current version>.jar.

Change History (1)

comment:1 by Nicklas Nordborg, 7 years ago

Resolution: fixed
Status: newclosed

(In [7399]) Fixes #2093: Ant should detect and remove old BASE jar files

Note: See TracTickets for help on using tickets.