Hi Everyone I installed bOP and all it's pre-requisites as mentioned in the README file. However when I try to run 'b-newapp' script, I get this error: Can't...
Thank Tom I copied NewApp.pm to lib/perl5/site_perl/5.8.6/Bivio/Util/NewApp.pm and Template.pm to lib/perl5/site_perl/5.8.6/Bivio/Template.pm under the Bivio...
Seems like your files/ddl/bOP stuff is not there. cp: cannot stat `/home/praveen/src/perl/Bivio/Template/files/ddl/bOP*sql': No such file or directory ...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the Bivio-bOP group. File : /ProjEx.tgz ...
Bivio-bOP@yahoogroups...
Jan 7, 2006 5:35 pm
345
... They are in "ddl" in the release. One of the problems with NewApp is that it assumes a fixed directory structure. We've actually got a new version of...
... few issues with ProjEx/Util/Copy.pm::to subroutine 1. It has embedded cvs commands: cvs update -Pd ProjEx Bivio/PetShop/files/ddl cvs add commad called in...
... That's why there isn't a "release". :-) ... Look for the ddl directory of the bOP release and copy the files from there. Or look for *.sql and copy them...
Hi Everyone In absence of any general Documentation, I decided to munge thru the source code to understand the concepts. Can somone please help me with these...
... There's a couple things you can read: http://www.bivio.biz/hm/csci7818-bop-intro/intro http://www.bivio.biz/hm/realm-role-task/intro ... Yup. ... The...
Hi I managed to run ProjEx to create a 'Hello' application. I then tried to run bin/b-http-conf to generate required lines to be put into httpd.conf. However,...
... Congratulations! ... b-http-conf is used for "app servers". It's probably more complicated than you need. Just copy the lines from the petshop.bconf. ......
Rob Many thanks. When I try to access http://localhost:8080/hello , I get this in the error_log: [Thu Jan 26 06:45:41 2006] [error] access to /hello failed for...
... Not at all. bOP is very complicated. The fact you're able to do anything at all without being in the same office as us is a testament to your abilities! ...
... I'll second that! Even with Rob and others in the room .... it was a real excercise to get my brain around bOP. There's still plenty I need to learn .......
I'll third that :) I'm learning that the most productive way to learn bOP is to code. Using a test driven approach will really help since it will focus you on...
... I have also learned that, if I am digging through the guts of bOP to try to understand something, something is wrong. :c) I should be able to do everything...