Closed
Bug 571838
Opened 15 years ago
Closed 15 years ago
EmbeddedCustomize doesn't work
Categories
(Skywriter Graveyard :: Add-ons & Plugins, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
0.8
People
(Reporter: julian.viereck, Assigned: dangoor)
Details
I've updated my repo to the current changeset fc5b81598a80, created a new
embedded release using
paver releaes_embed
changed to the folder
tmp/BespinEmbedded-Customizable-0.8.0/
and executed
python dryice.py sample.json
which resulted in the following error:
dryice: the Bespin build tool
Using build manifest: sample.json
Placing output in tmp
Traceback (most recent call last):
File "dryice.py", line 12, in <module>
tool.main()
File "lib/dryice/tool.py", line 479, in main
do_build(filename, options, overrides)
File "lib/dryice/tool.py", line 549, in do_build
manifest.build()
File "lib/dryice/tool.py", line 397, in build
static_packages, dynamic_packages, worker_packages)
File "lib/dryice/tool.py", line 297, in generate_output_files
output_worker_js.write(self.worker.text("utf8"))
File "lib/dryice/path.py", line 607, in text
f = codecs.open(self, 'r', encoding, errors)
File
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/codecs.py",
line 865, in open
file = __builtin__.open(filename, mode, buffering)
IOError: [Errno 2] No such file or directory: path('lib/worker.js')
When I used the build in server (python dryice.py sample.json -s 8000) loading
the page resulted in the error:
File
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/wsgiref/handlers.py",
line 93, in run
self.result = application(self.environ, self.start_response)
File "lib/dryice/tool.py", line 524, in __call__
do_build(self.filename, self.options, self.overrides)
File "lib/dryice/tool.py", line 549, in do_build
manifest.build()
File "lib/dryice/tool.py", line 397, in build
static_packages, dynamic_packages, worker_packages)
File "lib/dryice/tool.py", line 297, in generate_output_files
output_worker_js.write(self.worker.text("utf8"))
File "lib/dryice/path.py", line 607, in text
f = codecs.open(self, 'r', encoding, errors)
File
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/codecs.py",
line 865, in open
file = __builtin__.open(filename, mode, buffering)
IOError: [Errno 2] No such file or directory: path('lib/worker.js')
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → kdangoor
Assignee | ||
Comment 1•15 years ago
|
||
fixed in 0e87f2495de5
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•