Page 1 of 1

Document type classpath resolution

Posted: Fri Mar 11, 2016 3:41 am
by cditcher
We deploy a product as an oXygen add-on which is a great feature and works well for our application. This may be trivial, but currently I have to add each dependency to the classpath tab individually. See below:

Image

So currently, we list

Code: Select all

${baseFramework}/lib/[jarname-version].jar
for each dependent jar on our classpath. This approach works but is cumbersome. Is there a way to be less specific? Like

Code: Select all

${baseFramewor}/lib/**.jar
? I have tried a few different approaches but and none have worked so far.

It would be helpful for us when verion numbers change, or a bunch of new jars are needed for deployment etc.

Thanks,

Chris

Re: Document type classpath resolution

Posted: Fri Mar 11, 2016 9:24 am
by Radu
Hi Chris,

It's a nice idea, we implemented it about a month ago so Oxygen 18 will allow you to use simple patterns to specify the JAR libraries to include from a folder.
We'll release Oxygen 18 in about 2 months and I will try to update this forum thread when we do.

Regards,
Radu

Re: Document type classpath resolution

Posted: Thu May 05, 2016 9:54 am
by Radu
Hi,

Just to update this thread, Oxygen 18.0 should have support for this feature.

Regards,
Radu

Re: Document type classpath resolution

Posted: Tue Aug 16, 2016 11:39 pm
by cditcher
Thanks! That will make our deployments easier. We are looking at updating to 18 soon.