Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configurable control over the classpath. #6

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

Conversation

aknrdureegaesr
Copy link

Add entries to the front of the -cp that's handed to the java invocation. This is convenient for "stored procedures" aka H2 user defined functions.

Configuration example:

<configuration>
    ...
    <classpath>
        <entry>target/test-classes</entry>
    </classpath>
</configuration>

This fixes #5 .

Please pull, and thank you for providing fine software.

@ljnelson
Copy link
Owner

ljnelson commented Jul 7, 2014

Hi, thanks for your input. Let me look at this (it's been a while). Offhand I don't see any issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kindly provide setting the classpath
2 participants