This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Results : | |
Failed tests: | |
Exists node assert/retract test(org.drools.reteoo.test.NodeSuiteTest) | |
Exists node index test(org.drools.reteoo.test.NodeSuiteTest) | |
Exists node modify test(org.drools.reteoo.test.NodeSuiteTest) | |
Join node duplications check(org.drools.reteoo.test.NodeSuiteTest) | |
assert retract test(org.drools.reteoo.test.NodeSuiteTest) | |
Not node index test(org.drools.reteoo.test.NodeSuiteTest) | |
Not node modify test(org.drools.reteoo.test.NodeSuiteTest) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# find things in a jar | |
# taken from http://www.unix.com/shell-programming-scripting/21551-jar-file-search.html | |
find . -name \*jar -print -exec jar -tvf {} \; | nawk '/YOURSEARCHSTRING/ || /jar/ {print} ' |
NewerOlder