[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.epf] Re: Unable to launch EPF Composer
|
I'm sorry that's another thread:-)
Roman
"Roman Smirak" <roman.smirak@xxxxxxxxxxxxxxx> wrote in message
news:fnp8fe$u2n$1@xxxxxxxxxxxxxxxxxxxx
> Hi,
>
> I have changed my ant definition from a process execution:
> <exec executable="${dir.epf.composer}/epf">
>
> <arg line="-application org.eclipse.epf.publishing.cmdline.Publish" />
>
> <arg line="-data ${dir.data}" />
>
> <arg line="-nosplash" />
>
> <arg line="-application org.eclipse.epf.publishing.cmdline.Publish" />
>
> <arg line="-libraryPath ${dir.checkout}" />
>
> <arg line="-publishPath ${dir.epf.publish}" />
>
> <arg line="-config TE-RUP_Agile" />
>
> <arg line="-feedback mailto:te.rup@xxxxxxxxxxxxxxx" />
>
> <arg line="-glossary" />
>
> <arg line="-index" />
>
> <arg line="-publishUnverifiedDiagrams" />
>
> <arg line="-title TE-RUP_Agile" />
>
> <arg line="-vmargs -Xms64m -Xmx512m" />
>
> </exec>
>
> To java:
> <java dir="${dir.epf.composer}"
> jar="${dir.epf.composer}/plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar"
> fork="true" maxmemory="512m" logError="true">
>
> <arg line="-application org.eclipse.epf.publishing.cmdline.Publish" />
>
> <arg line="-ws gtk" />
>
> <arg line="-data ${dir.data}" />
>
> <arg line="-nosplash" />
>
> <arg line="-application org.eclipse.epf.publishing.cmdline.Publish" />
>
> <arg line="-libraryPath ${dir.checkout}" />
>
> <arg line="-publishPath ${dir.epf.publish}" />
>
> <arg line="-config TE-RUP_Agile" />
>
> <arg line="-feedback mailto:te.rup@xxxxxxxxxxxxxxx" />
>
> <arg line="-glossary" />
>
> <arg line="-index" />
>
> <arg line="-publishUnverifiedDiagrams" />
>
> <arg line="-title TE-RUP_Agile" />
>
> <classpath>
>
> <pathelement
> location="${dir.epf.composer}/plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar"
> />
>
> </classpath>
>
> </java>
>
> And now - big surprise - it works! All the pictures are in place.
> Actually, the idea behind the change: I have noticed eclipse was
> refreshing workspace every time it started; which sounded like problem
> with process; so I tried to change it (bug in OS/Java?)...
>
> Anyway, it works I have to move on...
>
> However, I have found 2 picture issues (warning log + they are still
> missing in the published config):
> Warning: Guideline:req_gathering_techniques: missing resource file
> './../../../openup/guidances/guidelines/resources/Workshop.GIF'
> Warning: RoleSet:openup_roles: missing resource file
> './../../openup/rolesets/./resources/OpenUp1_350.jpg'
>
> Have you noticed same problem? I expect GIF or capital letters might be
> problem (the references in source xmi?)
>
> Regards,
>
> Roman
>
> "Shilpa Toraskar" <storaskar@xxxxxxxxxx> wrote in message
> news:a1c63d4302177a45eb589565681f1702$1@xxxxxxxxxxxxxxxxxx
>> Which EPF did you download ? If you are using latest EPF build 1.2.0.1
>> you need JRE 1.5.
>> Please follow the instructions given here
>>
>> http://www.eclipse.org/epf/downloads/tool/tool_downloads.php
>>
>> --
>> Shilpa
>>
>
>