I wrote about this yesterday on the list after finding the solution on
google objectivej group asked by "bakki" & answered by "Thomas
Balthazar". It's a trivial problem "modifying the security permissions"
& the solution is here:
http://wiki.github.com/280north/cappuccino/developing-locally-in-firefox-3
1.- Type about:config into the Location Bar (address bar) & press Enter.
2.- Click the “I’ll be carefull, I promise” button xD
3.- Change the security.fileuri.strict_origin_policy: (click False)
> When I load index.html I get the same error as before.
> This is strange. Thoughts?
Try searching http://groups.google.com/group/objectivej first because
the solution was there. I also pointed out this problem on the tutorial
you mention in the comments so it will be easier to find in the future:
http://www.flickr.com/photos/bootload/3359020612/
--
@bootload
http://twitter.com/bootload
http://flickr.com/photos/bootload
http://netspace.net.au/~goonmail
Ok.
> I have been developing with Cappuccino on this machine for some time
> and it has worked until now when I tried to build my project against
> the source.
>
Meaning the problem could be with the STEAM_BUILD path to the Frameworks
lib. The error you get indicates the Frameworks libs are not seen.
A) Could it be the paths? When setting the STEAM_BUILD path
in .bash_profile did you check to see if it was visible in the bash
shell?
$ echo $STEAM_BUILD
/foo/bar/
If you have created a new project using the tute using
$ steam create foo -l
then check the symbolic links to the Frameworks libs point to where you
set them?
B) Did you update the STEAM_BUILD path and forget to update it in the
shell?
$ source ~/.bash_profile
> Any other suggestions?
Another thing I can think of is the problem with "ant" accepting sudo on
installation?
C) Did you use sudo and pass the sudo command to ant when installing to
avoid the "ant" sudo bug?
$ sudo echo
password:
$ ant bootstrap
Can't think of any other causes but I do think it's a "path" to
Frameworks problem. Follow the video again, checking the "environment
variables" and "sudo" on installation.
Regs PR
Good point but I was following the suggest path from 06 to 07b
( http://cappuccinocasts.com/2009/02/09/2-build-cappuccino-from-the-source/ & http://cappuccinocasts.com/2009/03/23/5-playing-with-cappuccino-07b/ ) :( Should theses be marked depreciated or noted as potentially troublesome?
I agree. I really want a clean 07 release, so I'll do what you suggest.
Thx for the reply.
Regs PR