Closed GoogleCodeExporter closed 8 years ago
It seems that the following file is missing:
editor/build/editor/stencilsets/bpmn2.0/view/swimlane/vertical.pool.svg
Original comment by Ernesto....@gmail.com
on 24 Sep 2011 at 3:25
The following files are missing:
* editor/data/stencilsets/bpmn2.0/view/swimlane/vertical.pool.svg
* editor/data/stencilsets/bpmn2.0/view/swimlane/vertical.collapsed.pool.svg
* editor/data/stencilsets/bpmn2.0/view/swimlane/vertical.lane.svg
Original comment by Ernesto....@gmail.com
on 24 Sep 2011 at 3:37
Original comment by nicolas....@signavio.com
on 26 Sep 2011 at 9:46
I got the same problem. what`s your solution? Does it caused by the missing
files? If so, could you send me those files? Thanks in advance.
Original comment by wsxz8...@gmail.com
on 12 Oct 2011 at 8:21
Just use copies of an existing svg file with the missing file names. I didn't
test if it was really fixed or not, as comment 3 states.
Original comment by Ernesto....@gmail.com
on 13 Oct 2011 at 11:02
Erny, thanks for your reply.
I don`t find any existing svg file with the missing file names. However, this
four exist in that folder, pool.svg, lane.svg, collapsed.pool.svg and
process.participant.svg. I made a copy of each file and named it the missing
file name.
Then i tried again. Still, the same error occurred.
So, where can i find the missing files? how can they be lost?
Original comment by wsxz8...@gmail.com
on 14 Oct 2011 at 1:31
I just checkout the source code and don`t change any other codes. Failed on
neither windows XP SP3 nor windows server 2003 SP2.
Original comment by wsxz8...@gmail.com
on 14 Oct 2011 at 2:30
Attachments:
Hi, I just did a fresh checkout on Linux Ubuntu 10.10/64 and the build "ant
build-all-in-one-war" worked as expected without errors.
Original comment by Ernesto....@gmail.com
on 20 Oct 2011 at 10:09
This error occurs when compress editor\build\editor\oryx.debug.js with
yuicompressor-2.4.2.jar. I'm trying to determine whether this js contains
errors.
Original comment by huangxiaozhe1988@gmail.com
on 2 Jun 2012 at 12:47
Finally, I find this issue comes from encoding.
First, edit editor/build.xml:
<property name="charset" value="utf-8"/>
<concat destfile='${build}/oryx.debug.js' encoding="${charset}"
outputencoding="${charset}">
Then download yuicompressor-2.4.7.jar and put it into editor\lib
At last edit editor/build.xml:
<java dir="${build}" jar="${root}/lib/yuicompressor-2.4.7.jar" fork="true"
failonerror="true" output='${compress.temp}'>
Original comment by huangxiaozhe1988@gmail.com
on 2 Jun 2012 at 2:10
thanks for comment 10 by huangxiaozhe1988@gmail.com
Original comment by yanhonglei
on 24 Jul 2012 at 1:56
Original issue reported on code.google.com by
cqxuc...@gmail.com
on 23 Sep 2011 at 8:58