Carl Karsten wrote:
>>>> 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()

Ok, I misread it before. So, go.sh writes out a file assuming that the 
application is going to stay in the location chosen in OutputDirectory, 
so it is really only good for the developer to test with. I think this 
is one of those things that each developer would create for themself, 
but it doesn't really harm anything, so okay.

-- 
pkm ~ http://paulmcnett.com


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to