>>> Also, you forgot to include the spec file for the go.sh file.
>> The what?
>>
>> I think my confusion is contagious.
>
> You didn't do 'svn add spec-go.sh.txt;svn ci'
>
>
There is no such file. go.sh is just these lines:
[EMAIL PROTECTED]:~/dev/apps/op7/src$ cat op7/go.sh
# go.sh
# launches the op7 app.
cd /home/carl/dev/apps/op7/src/op7
# python op7.py Assetdescriptions
python op7.py --OpenAll
created by:
## Create a shell script to run the main script:
f = open("./go.sh", "w")
f.write("# go.sh\n")
f.write("# launches the %s app.\n" % appName)
f.write("cd %s\n" % self.outputDirectory )
f.write("# python %s.py %s\n" % (appName, tableName))
f.write("python %s.py --OpenAll\n" % (appName) )
f.close()
Carl K
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev