GitHub user googlielmo opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/948
Extend brooklynnode.classpath config options
classpath can be a list of
- URLs or file names or directory names as before,
- maps specifying a URL and a filename,
e.g. { "url": "http://...", "filename": "myfile.jar" }
This feature is needed to fix incorrect filename deduction in
situations where the URL does not contain an explicit jar name
Finally, the destination directory has been changed from ./lib to
./lib/dropins
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/googlielmo/incubator-brooklyn
feature/brooklynode-classpath
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/948.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #948
----
commit 40ae82c85f3df9985cacb25c8d0d95059d3f576c
Author: googlielmo <[email protected]>
Date: 2015-10-12T13:23:26Z
Extend brooklynnode.classpath config options
classpath can be a list of
- URLs or file names or directory names as before,
- maps specifying a URL and a filename,
e.g. { "url": "http://...", "filename": "myfile.jar" }
This feature is needed to fix incorrect filename deduction in
situations where the URL does not contain an explicit jar name
Finally, the destination directory has been changed from ./lib to
./lib/dropins
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---