symphony-java-sample-bots icon indicating copy to clipboard operation
symphony-java-sample-bots copied to clipboard

A set of simple Bots for Symphony, implemented in Java.

Results 4 symphony-java-sample-bots issues
Sort by recently updated
recently updated
newest added

Hi, when I import this project I have trouble getting the artifact`org.symphonyoss:symphonyoss:pom:10-SNAPSHOT` which is requested through the specified repository in the pom file ``` Project build error: Non-resolvable parent POM...

To facilitate onboarding of new Symphony pod developers working in HTTP proxy environments (i.e. most firms), the `env.sh` script should include options for setting: * `PROXY_HOST` * `PROXY_PORT` * `PROXY_USERNAME`...

bug

Currently the sample bots are invoked via a confusing mix of 3 scripts: 1. `run-bot.sh` 2. `env.sh` 3. `target/symphony-java-sample-bots-0.9.0-SNAPSHOT/bin/RunBot` There's also a `run-it.sh` script that further confuses newcomers (it has...

bug
regression

Currently, RunBot uses reflection to start each bot, but this is non-intuitive for newcomers to Symphony and the symphony-java-client, and doesn't promote best practices in their own bots (reflection being...

bug