Closed cskinx closed 7 years ago
With the current snapshot it seems to work. If the problem persists, I'd really want to take a look at your setup in person.
Cheers
jorgen@davinci:~/git/cuneiform/_build/default/bin$ ./cuneiform -v
2.2.2-snapshot
jorgen@davinci:~/git/cuneiform/_build/default/bin$ ./cuneiform -b /tmp/blub /home/jorgen/test.cf
=INFO REPORT==== 11-Jan-2017::11:56:01 ===
Base directory /tmp/blub-3
Number of threads 4
Remote Logging false
Profiling false
"hello siegfried"
jorgen@davinci:~/git/cuneiform/_build/default/bin$
I tried it again with the 2.2.1-release and it also worked. I have used a clean build, making sure no other Cuneiform builds linger in any part of my test machine. Since I'm absolutely not able to reproduce this behavior and there hasn't been any further input I'm closing this issue now.
[jorgen@davinci bin]$ ./cuneiform -b /home/jorgen/blub
=INFO REPORT==== 13-Mar-2017::09:09:38 ===
Base directory: /tmp/cf-1
Number of threads: 4
___
@@WB Cuneiform
@@E_____ 2.2.1-release 2016-10-17
_g@@@@@WWWWWWL
g@@#*`3@B Type help for usage info.
@@P 3@B
@N____ 3@B http://www.cuneiform-lang.org
"W@@@WF3@B
> deftask greet( out : person ) in Python *{
out="hello "+person
}*
> greet( person: "blub" );
"hello blub"
> quit
When executing python tasks, the script cannot be found when specifying a base directory with the -b argument: