Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 1.0
-
Fix Version/s: 1.0
-
Component/s: None
-
Labels:None
-
Environment:
Windows
-
Acceptance Test - Add?:No
Description
From http://www.igniterealtime.org/community/docs/DOC-1510
"But aftewards, im getting 57 errors!!
first one and more important is:
- unable to open 'C:\SparkWeb\SparkWebCommonComponents\bin\SparkWebCommonComponents.swc' SparkWeb
and this file is not there... the others are all
- unable to resolve '/assets/images/FILENAME' for transcoding
and it repeats for every file in the assets folder. Those are consequence of the first error, which is related to the images file (not a folder) in the SparkWebCommonComponents\assets folder. Ive tryed to change the contents of te images file from link ../../assets/images toan absolute path an nothing... I ve read this document over and over and no solution appears to work for windows."
I've solved the second problem by renaming all the pathes in this way
before
/asserts/images/pic.png
after
F:/SparkWeb/assets/images/pic.png
but the first problem is still a problem...