Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] Re: pde-build with eclipse 3.3.0

I think you meant to send this to the PDE Build List (PDE-build-dev@xxxxxxxxxxx)

It can not find the org.eclipse.equinox.launcher.win32.win32.x86 plugin to create the launcher. Make sure you have the delta pack in your ${baseLocation}.
bwcummiskey@xxxxxxxxxxxxxx wrote:
Sir,

on windows XP
with eclipse 3.3.0 installed at ${eclipse_base}=c:\program files\eclipse, running

startup_jar="${eclipse_base}/plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar"
with product_build_loc="${eclipse_base}/plugins/org.eclipse.pde.build_3.3.0.v20070612/scripts/productBuild/productBuild.xml" config_loc="D:/_GA_svn/_g2_deploy_monitor_TI/tendril_client_build/config"

I see following errors:

     [exec] rootFileswin32_win32_x86:
     [exec]      [copy] Copying 3 files to D:\_GA_svn\_g2_deploy_monitor_TI\tendril_client_build\build\tmp\TendrilClient\win32.win32.x86\TendrilClient
[exec] [exec] BUILD FAILED
     [exec] C:\Program Files\eclipse\plugins\org.eclipse.pde.build_3.3.0.v20070612\scripts\productBuild\productBuild.xml:29: The following error occurred while executing this line:
     [exec] C:\Program Files\eclipse\plugins\org.eclipse.pde.build_3.3.0.v20070612\scripts\build.xml:91: The following error occurred while executing this line:
     [exec] C:\Program Files\eclipse\plugins\org.eclipse.pde.build_3.3.0.v20070612\templates\headless-build\customTargets.xml:10: The following error occurred while executing this line:
     [exec] C:\Program Files\eclipse\plugins\org.eclipse.pde.build_3.3.0.v20070612\scripts\productBuild\allElements.xml:9: The following error occurred while executing this line:
     [exec] C:\Program Files\eclipse\plugins\org.eclipse.pde.build_3.3.0.v20070612\scripts\genericTargets.xml:155: The following error occurred while executing this line:
     [exec] D:\_GA_svn\_g2_deploy_monitor_TI\tendril_client_build\build\assemble.org.eclipse.pde.build.container.feature.all.xml:4: The following error occurred while executing this line:
     [exec] C:\Program Files\eclipse\plugins\org.eclipse.pde.build_3.3.0.v20070612\scripts\productBuild\allElements.xml:28: The following error occurred while executing this line:
     [exec] D:\_GA_svn\_g2_deploy_monitor_TI\tendril_client_build\build\assemble.org.eclipse.pde.build.container.feature.win32.win32.x86.xml:51: java.io.EOFException


here is offending line of assemble...xml (51):

		<eclipse.brand root="${eclipse.base}/win32.win32.x86/${collectingFolder}" icons="${launcherIcons}, ${buildDirectory}/plugins//TendrilClient/images/monitor.ico, ${buildDirectory}/features//TendrilClient/images/monitor.ico" name="${launcherName}" os="${os}"		/>


Any suggestions regarding this EOFException?

Thanks,

Bernie



--
Mark Russell
Instantiations, Inc.
724-368-3331 (land line)
http://www.instantiations.com

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Back to the top