Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Minor data generation scripts issue #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sshcherbakov
Copy link

Hello there,

I was installing springtrader application onto a clean Ubuntu machine and noticed that the classes from Ant jars are needed by the SQL schema creation and data population groovy scripts. They were missing on the classpath for that scripts and failed with ClassNotFoundException.
So I patched the startup scripts to include ant-1.8.3.jar and ant-launcher-1.8.3.jar which get packed into the DataGenerator.zip anyway. In this way its not needed to preinstall ant and update springtrader installation instructions with that requirement.
I have also tested the fix on a Linux machine.

Best Regards,
Sergey Shcherbakov

…s classpath to make possible executing them without preinstalling ant

ant-launcher-1.8.3.jar has been added to the schema creating groovy scripts classpath to provide org.apache.tools.ant.launch.AntMain dependency
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant