Bug #913
RCP: X.X, remove sample groovy scripts from classpath
Status: | Closed | Start date: | 07/03/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 100% |
|
Category: | Macros | Spent time: | - | |
Target version: | TXM 0.7.6 |
Description
The Groovy sample scripts in the $TXMHOME/scripts/samples/groovy was in the Groovy classpath.
It should not because this is not documented and the access is not easy.
History
#1 Updated by Matthieu Decorde over 5 years ago
- % Done changed from 0 to 80
#2 Updated by Matthieu Decorde over 5 years ago
- % Done changed from 80 to 90
Test : create A.groovy in "users" directory with
import AA AA.main()
create AA.groovy in "samples" directory with
println "AA samples"
create AA.groovy in "users" directory with
println "AA users"
A.groovy execution displays : "AA users"
#3 Updated by Matthieu Decorde about 5 years ago
- % Done changed from 90 to 100
#4 Updated by Matthieu Decorde about 5 years ago
- Status changed from New to Closed