[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.epf] Re: Missing images

Roman Smirak wrote:
Hi,

I'm facing quite curious issue rigth now, I don't know how to move on, does it sound familiar to anyone?

My published configuration doesn't include some of images. I have checked rights, all log files, I don't understand. Publishing finished without any error.

I'm using command line interface; I used CruiseControl on windows to invoke publishing and it worked fine; I have moved to linux and Jazz and now I face the issue described above.

I would be very happy if any idea.

Roman


I had similar issues where some diagrams were publishing and some where not - sometimes within the same capability pattern. Everything looked great in browser mode, but some images did not pull through when published.

I determined that the file names were too long for the operating system (XP). I found when I look in:

~/published_folder/"plug-in"/capabilitypatterns/resources

and verify that file names for all the images are recognized by the OS this enabled all the images to be published. Depending on how they are used, process file names get appended with things like: "really_long_process_name_8CA0D7A6_62b8111a_Activity".

I renamed the culprit activities and capability patterns with shorter names and all the images published.

David Hadley