Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#1595 closed task (fixed)

Change name of BASE jar files

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: BASE 3.0
Component: install Version:
Keywords: Cc:

Description

They are currently named BASE2Core.jar, etc. I think we should switch to the more common format with lower-case filename and version numbers: base-core-3.0.0.jar, etc.

Change History (4)

comment:1 by Nicklas Nordborg, 13 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 13 years ago

Jar file name changes. a.b.c is the BASE version number.

In WEB-INF/lib:

  • BASE2Core.jar -> base-core-a.b.c.jar
  • BASE2WebClient.jar -> base-webclient-a.b.c.jar
  • BASE2CorePlugins.jar -> base-coreplugins-a.b.c.jar
  • BASE2WSClient.jar -> base-webservices-client.jar

In bin/jar:

  • BASE2Install.jar -> base-install-a.b.c.jar
  • JobAgent.jar -> base-jobagent-a.b.c.jar
  • base2-xjsp-compiler.jar -> base-xjsp-compiler-a.b.c.jar

comment:3 by Nicklas Nordborg, 13 years ago

Resolution: fixed
Status: assignedclosed

(In [5589]) Fixes #1595: Change name of BASE jar files

comment:4 by Nicklas Nordborg, 13 years ago

(In [5743]) References #1595: Change name of BASE jar files

Release packages should include the versionsuffix in the file names.

Note: See TracTickets for help on using tickets.