Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] Include generated .jnlp file

This is a known issue
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=154812).
The workaround is to export in a folder and zip the whole folder being
created.

PaScaL


                                                                           
             bode@abis-reicom.                                             
             de                                                            
             Sent by:                                                   To 
             pde-build-dev-bou         pde-build-dev@xxxxxxxxxxx           
             nces@xxxxxxxxxxx                                           cc 
                                                                           
                                                                   Subject 
             05/22/2007 11:39          [pde-build-dev] Include generated   
             AM                        .jnlp file                          
                                                                           
                                                                           
             Please respond to                                             
               "Eclipse PDE                                                
             Build developers                                              
                  list."                                                   
             <pde-build-dev@ec                                             
                lipse.org>                                                 
                                                                           
                                                                           




With Eclipse 3.2 doing an external feature build: JNLP files are generated,
but not added to zip. Can somebody help?

Excerpt from generated assemble.${id}.${config}.xml:

...
  <eclipse.jnlpGenerator
feature="${eclipse.features}/test.abis.helloRCP.feature_1.0.0.jar"
codebase="${jnlp.codebase}" j2se="${jnlp.j2se}"/>
  <eclipse.brand root="${eclipse.base}/win32.win32.x86/${collectingFolder}"
icons="${launcherIcons}" name="${launcherName}" os="${os}"  />
  <zip destfile="${archiveFullPath}" filesonly="false" whenempty="skip"
update="true">
   <zipfileset
file="${eclipse.base}/plugins/test.abis.helloRCP.app_1.0.0.jar"
fullpath="${pluginArchivePrefix}/test.abis.helloRCP.app_1.0.0.jar"   />
  </zip>
  <zip destfile="${archiveFullPath}" filesonly="false" whenempty="skip"
update="true">
   <zipfileset
file="${eclipse.base}/features/test.abis.helloRCP.feature_1.0.0.jar"
fullpath="${featureArchivePrefix}/test.abis.helloRCP.feature_1.0.0.jar"
/>
  </zip>
  <zip destfile="${archiveFullPath}" filesonly="false" whenempty="skip"
update="true">
   <zipfileset dir="${eclipse.base}/win32.win32.x86/${collectingFolder}"
includes="**/**" excludes="" prefix="${archivePrefix}"   />
  </zip>
  <delete dir="${assemblyTempDir}"/>
..._______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev




Back to the top