Message Boards

Dev Studio: bundles versioned jars generation

thumbnail
Fernando Fernandez, modified 3 Years ago.

Dev Studio: bundles versioned jars generation

Expert Posts: 396 Join Date: 8/22/07 Recent Posts

Hi all,

My IDE generates different jar names for the bundles when a) wa add the project to the server or b) we build the jar from the gradle tasks

This sometimes creates some confusion with two versions installed on the server.

I'd assume the jar names with version should be more appropriate, bur the default gradle config does not generate like this.

What is the best practice?

Should I change the IDE builder to create versionless jar names? How?

Should I change the gradle config to create versioned jar names? How?

TIA

Fernando