Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] PDE Build Question


That would be a bug in the code that automatically includes the launchers for you.
One work around would be to make sure the delta pack is installed in your baseLocation.
Another would be to set the property includeLaunchers=false .  Setting this property would mean that your product wouldn't get the launcher jar and fragments, but without the delta pack you also aren't getting the executable.

You should raise a bug so we don't forget about this (bugzilla is down right now but should be up in a few hours)

-Andrew


"Jason Bray" <JBray@xxxxxxxxx>
Sent by: pde-build-dev-bounces@xxxxxxxxxxx

08/02/2007 01:47 PM

Please respond to
"Eclipse PDE Build developers list." <pde-build-dev@xxxxxxxxxxx>

To
<pde-build-dev@xxxxxxxxxxx>
cc
Subject
[pde-build-dev] PDE Build Question





I have moved from the 3.2 to 3.3 and I'm having trouble with the PDE build...
 
I'm getting the following message during my build process and I cannot determine why...
 
E:\Source\eclipse\plugins\org.eclipse.pde.build_3.3.0.v20070612\scripts\productBuild\productBuild.xml:24: The following error occurred while executing this line:
E:\Source\eclipse\plugins\org.eclipse.pde.build_3.3.0.v20070612\scripts\productBuild\productBuild.xml:51: Unable to find plug-in: org.eclipse.equinox.launcher.*.*.*. Please check the error log for more details.

Thanks
Jason
 

 

 _______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev


Back to the top