Code Monkey home page Code Monkey logo

Comments (7)

dkaplan-pivotal avatar dkaplan-pivotal commented on June 27, 2024

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.

from testcl.

landro avatar landro commented on June 27, 2024

from testcl.

dkaplan-pivotal avatar dkaplan-pivotal commented on June 27, 2024

from testcl.

mcjffld avatar mcjffld commented on June 27, 2024

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
ends_with works as expected
contains works as expected
matches_glob works as expected
matches_regex works as expected
equals works as expected
syntax error in expression " 1 and 1 ": variable references require preceding $
("if" test expression)
invoked from within
"if { 1 and 1 } { puts "and works as expected" }"
(file "verification/test_jtcl_irule_all.tcl" line 10)

from testcl.

landro avatar landro commented on June 27, 2024

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:

  • use an older jtcl version (2.4 should be ok)
  • use standard tcl syntax instead of f5 syntax for boolean operators

from testcl.

mcjffld avatar mcjffld commented on June 27, 2024

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.

from testcl.

landro avatar landro commented on June 27, 2024

I've added some more docs (ffe609b) that should help in solving the initial issue. Please report a new issue for the rule{} problem you're hitting, @mcjffld

from testcl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.