-
Notifications
You must be signed in to change notification settings - Fork 30
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
Documentation should explain what you'll see if misconfigured #47
Comments
Turns out I put the |
Isn't this clear enough? (from doc:)
*IMPORTANT!*Make sure you place the *jtcl-irule.jar* on the classpath
*before* the standard jtcl-.jar
2017-02-09 0:10 GMT+01:00 dkaplan-pivotal <notifications@github.com>:
… Turns out I put the jtcl-irule.jar too late in the classpath. Consider
modifying the docs to say *where* to put the export CLASSPATH line.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#47 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AACyyfY2hVHRrfEFFWMZSOp5vixtkK1Gks5raktOgaJpZM4L7fF8>
.
--
BEKK Open
http://open.bekk.no
TesTcl - a unit test framework for iRules
http://testcl.com
|
Sure, I read that then still made the mistake. I'm new to Tcl so from my
perspective there are infinite reasons that the steps would not work. I
suspected this was why but not sure.
…On Wed, Feb 8, 2017 at 4:06 PM, Stefan Magnus Landrø < ***@***.***> wrote:
Isn't this clear enough? (from doc:)
*IMPORTANT!*Make sure you place the *jtcl-irule.jar* on the classpath
*before* the standard jtcl-.jar
2017-02-09 0:10 GMT+01:00 dkaplan-pivotal ***@***.***>:
> Turns out I put the jtcl-irule.jar too late in the classpath. Consider
> modifying the docs to say *where* to put the export CLASSPATH line.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#47 (comment)>, or
mute
> the thread
> <https://github.com/notifications/unsubscribe-auth/
AACyyfY2hVHRrfEFFWMZSOp5vixtkK1Gks5raktOgaJpZM4L7fF8>
> .
>
--
BEKK Open
http://open.bekk.no
TesTcl - a unit test framework for iRules
http://testcl.com
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#47 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AL32jFxskhKnMu8AVfZqZ5GoNd-OgW1pks5raliAgaJpZM4L7fF8>
.
|
I am getting this error on my tests. examples.sh works fine, but verification test fails: checking the classpath, the irule JAR is ahead of the standard jtcl JAR file, still getting the error? jtcl verification/test_jtcl_irule_all.tcl /Users/mjames/jtcl-2.8.0/jtcl-irule.jar:/Users/mjames/jtcl-2.8.0/jtcl-2.8.0.jar :: printing classpath from jtcl shell script :: starts_with works as expected |
hmm - I'm able to reproduce in jtcl 2.8 @mcjffld. Seems like there is an issue related to boolean operators. I'll have to look into that. In the meanwhile, you can either:
|
one other issue that we found, the rule { ... } syntax doesn't work on the version that we are running, 11.4, I think. I'm guessing that the rule {} syntax was a standard in previous versions? Just wondering. |
I'm trying to run the script that says
But I get an error that says:
Is that because I have not configured
jtcl-irule.jar
correctly? It would be nice if the documentation provided some troubleshooting information if someone can't get past this step.The text was updated successfully, but these errors were encountered: