Just getting started with RCP packager

RCP Packager allows you to quickly create an RCP installer. Help Composer allows you to easily create and edit Eclipse Help projects and content.

Moderators: gnebling, Eric Clayberg, Dan Rubel, keertip, blacksmith

Just getting started with RCP packager

Postby davidallen » Sun Nov 01, 2009 6:13 pm

Created a RCP from the create wizard - selected the RCP Application with Veiw. Ran this successfully in test mode. Used the export wizard. The resulting executable will not launch with a can't find companion library error.

Verified my steps against the docs. Any suggestion on what may be the issue?

Screenshot attached.

Event log details:

eclipse.buildId=M20090917-0800
java.version=1.6.0_16
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Framework arguments: -product org.eclipse.epp.package.rcp.product
Command-line arguments: -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.rcp.product


Info
Sun Nov 01 18:11:02 PST 2009
com.instantiations.packager.ui.wizards.RCPExportWizardgenerateAntTask: version = $Revision: 1.7 $ - ant File = build-product.xml

------

eclipse.buildId=M20090917-0800
java.version=1.6.0_16
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Framework arguments: -product org.eclipse.epp.package.rcp.product
Command-line arguments: -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.rcp.product


Info
Sun Nov 01 18:11:04 PST 2009
**processing idVer = Sparta Workbench|SpartaWorkbench|1.0.0
--------

eclipse.buildId=M20090917-0800
java.version=1.6.0_16
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Framework arguments: -product org.eclipse.epp.package.rcp.product
Command-line arguments: -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.rcp.product


Info
Sun Nov 01 18:11:04 PST 2009
generating config.ini for eclipse >= 3.2
Attachments
ss.tiff
ss.tiff (105.23 KiB) Viewed 1184 times
davidallen
 
Posts: 13
Joined: Fri Oct 16, 2009 7:45 pm

Re: Just getting started with RCP packager

Postby davidallen » Sun Nov 01, 2009 6:26 pm

OK found this post: viewtopic.php?f=6&t=2038&p=7499&hilit=companion#p7499

Which cleared up the issue of launching for me - I now have a RuntimeException: No application id has been found

Likely something I failed to do in the create of the sample project. Will work on that separately.

Any reason we have to manually copy jars around to get the wizard to work? Would have expected that to be something the wizard did.
davidallen
 
Posts: 13
Joined: Fri Oct 16, 2009 7:45 pm

Re: Just getting started with RCP packager

Postby davidallen » Sun Nov 01, 2009 6:50 pm

Just keeps getting stranger....

Created a new RCP Application via the wizard, this time going with the Contact Manager. Everything runs fine within eclipse.

Export RCP fails with the following:

eclipse.buildId=M20090917-0800
java.version=1.6.0_16
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Framework arguments: -product org.eclipse.epp.package.rcp.product
Command-line arguments: -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.rcp.product


Error
Sun Nov 01 18:50:53 PST 2009
Unable to find plug-in: org.eclipse.equinox.launcher_1.0.200.v20090520. Please check the error log for more details.
davidallen
 
Posts: 13
Joined: Fri Oct 16, 2009 7:45 pm

Re: Just getting started with RCP packager

Postby davidallen » Mon Nov 02, 2009 9:07 am

The latest - a complete reinstall of eclipse pde and a clean workspace allow me to export using the built in export function.

Reinstalled plugins for RCP Packager (Packager only at this point) and get the folloiwng ant errors.

eclipse.buildId=M20090917-0800
java.version=1.6.0_15
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US
Framework arguments: -product org.eclipse.epp.package.rcp.product -keyring /Users/dad/.eclipse_keyring -showlocation
Command-line arguments: -os macosx -ws carbon -arch x86 -product org.eclipse.epp.package.rcp.product -keyring /Users/dad/.eclipse_keyring -showlocation


Error
Mon Nov 02 09:06:40 PST 2009
Exception running ant script

org.eclipse.core.runtime.CoreException: /Developer/eclipse data/workspace2/SpartaProjectPlugin/build-product.xml:31: The following error occurred while executing this line:
/Developer/eclipse data/workspace2/SpartaProjectPlugin/build-macros.xml:111: java.io.FileNotFoundException: /Users/dad/build2/RCP/head.properties (No such file or directory)
at org.eclipse.ant.core.AntRunner.handleInvocationTargetException(AntRunner.java:452)
at org.eclipse.ant.core.AntRunner.run(AntRunner.java:384)
at com.instantiations.packager.ui.wizards.RCPExportWizard$1.run(RCPExportWizard.java:471)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: /Developer/eclipse data/workspace2/SpartaProjectPlugin/build-product.xml:31: The following error occurred while executing this line:
/Developer/eclipse data/workspace2/SpartaProjectPlugin/build-macros.xml:111: java.io.FileNotFoundException: /Users/dad/build2/RCP/head.properties (No such file or directory)
at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:508)
at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:397)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:357)
at org.apache.tools.ant.Target.performTasks(Target.java:385)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:622)
at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:455)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.ant.core.AntRunner.run(AntRunner.java:378)
... 2 more
Caused by: /Developer/eclipse data/workspace2/SpartaProjectPlugin/build-macros.xml:111: java.io.FileNotFoundException: /Users/dad/build2/RCP/head.properties (No such file or directory)
at org.apache.tools.ant.taskdefs.Echo.execute(Echo.java:75)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:62)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:394)
... 22 more
Caused by: java.io.FileNotFoundException: /Users/dad/build2/RCP/head.properties (No such file or directory)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
at java.io.FileWriter.<init>(FileWriter.java:61)
at org.apache.tools.ant.taskdefs.Echo.execute(Echo.java:67)
... 36 more
davidallen
 
Posts: 13
Joined: Fri Oct 16, 2009 7:45 pm

Re: Just getting started with RCP packager

Postby davidallen » Mon Nov 02, 2009 9:13 am

Given the export was attempted on OS X - flipped over to Ubuntu and got the following:

eclipse.buildId=M20090917-0800
java.version=1.6.0_16
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Framework arguments: -product org.eclipse.epp.package.rcp.product
Command-line arguments: -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.rcp.product


Error
Mon Nov 02 09:12:10 PST 2009
Exception running ant script

org.eclipse.core.runtime.CoreException: /home/david/workspace3/SpartaProjectPlugin/build-product.xml:96: The following error occurred while executing this line:
/home/david/workspace3/SpartaProjectPlugin/build-macros.xml:810: The following error occurred while executing this line:
/home/david/workspace3/SpartaProjectPlugin/build-component.xml:45: The following error occurred while executing this line:
/home/david/workspace3/SpartaProjectPlugin/build-macros.xml:783: The following error occurred while executing this line:
/home/david/workspace3/SpartaProjectPlugin/build-bundle.xml:37: The following error occurred while executing this line:
/home/david/workspace3/SpartaProjectPlugin/build-jars.xml:19: The following error occurred while executing this line:
/home/david/workspace3/SpartaProjectPlugin/build-macros.xml:445: Compile failed; see the compiler error output for details.
at org.eclipse.ant.core.AntRunner.handleInvocationTargetException(AntRunner.java:452)
at org.eclipse.ant.core.AntRunner.run(AntRunner.java:384)
at com.instantiations.packager.ui.wizards.RCPExportWizard$1.run(RCPExportWizard.java:471)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: /home/david/workspace3/SpartaProjectPlugin/build-product.xml:96: The following error occurred while executing this line:
/home/david/workspace3/SpartaProjectPlugin/build-macros.xml:810: The following error occurred while executing this line:
/home/david/workspace3/SpartaProjectPlugin/build-component.xml:45: The following error occurred while executing this line:
/home/david/workspace3/SpartaProjectPlugin/build-macros.xml:783: The following error occurred while executing this line:
/home/david/workspace3/SpartaProjectPlugin/build-bundle.xml:37: The following error occurred while executing this line:
/home/david/workspace3/SpartaProjectPlugin/build-jars.xml:19: The following error occurred while executing this line:
/home/david/workspace3/SpartaProjectPlugin/build-macros.xml:445: Compile failed; see the compiler error output for details.
at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:508)
at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:397)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:357)
at org.apache.tools.ant.Target.performTasks(Target.java:385)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:622)
at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:455)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.ant.core.AntRunner.run(AntRunner.java:378)
... 2 more
Caused by: /home/david/workspace3/SpartaProjectPlugin/build-macros.xml:810: The following error occurred while executing this line:
/home/david/workspace3/SpartaProjectPlugin/build-component.xml:45: The following error occurred while executing this line:
/home/david/workspace3/SpartaProjectPlugin/build-macros.xml:783: The following error occurred while executing this line:
/home/david/workspace3/SpartaProjectPlugin/build-bundle.xml:37: The following error occurred while executing this line:
/home/david/workspace3/SpartaProjectPlugin/build-jars.xml:19: The following error occurred while executing this line:
/home/david/workspace3/SpartaProjectPlugin/build-macros.xml:445: Compile failed; see the compiler error output for details.
at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:508)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:62)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:394)
... 22 more
Caused by: /home/david/workspace3/SpartaProjectPlugin/build-component.xml:45: The following error occurred while executing this line:
/home/david/workspace3/SpartaProjectPlugin/build-macros.xml:783: The following error occurred while executing this line:
/home/david/workspace3/SpartaProjectPlugin/build-bundle.xml:37: The following error occurred while executing this line:
/home/david/workspace3/SpartaProjectPlugin/build-jars.xml:19: The following error occurred while executing this line:
/home/david/workspace3/SpartaProjectPlugin/build-macros.xml:445: Compile failed; see the compiler error output for details.
at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:508)
at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:397)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:357)
at org.apache.tools.ant.Target.performTasks(Target.java:385)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
... 36 more
Caused by: /home/david/workspace3/SpartaProjectPlugin/build-macros.xml:783: The following error occurred while executing this line:
/home/david/workspace3/SpartaProjectPlugin/build-bundle.xml:37: The following error occurred while executing this line:
/home/david/workspace3/SpartaProjectPlugin/build-jars.xml:19: The following error occurred while executing this line:
/home/david/workspace3/SpartaProjectPlugin/build-macros.xml:445: Compile failed; see the compiler error output for details.
at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:508)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:62)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:394)
... 49 more
Caused by: /home/david/workspace3/SpartaProjectPlugin/build-bundle.xml:37: The following error occurred while executing this line:
/home/david/workspace3/SpartaProjectPlugin/build-jars.xml:19: The following error occurred while executing this line:
/home/david/workspace3/SpartaProjectPlugin/build-macros.xml:445: Compile failed; see the compiler error output for details.
at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:508)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:357)
at org.apache.tools.ant.Target.performTasks(Target.java:385)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
... 63 more
Caused by: /home/david/workspace3/SpartaProjectPlugin/build-jars.xml:19: The following error occurred while executing this line:
/home/david/workspace3/SpartaProjectPlugin/build-macros.xml:445: Compile failed; see the compiler error output for details.
at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:508)
at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:397)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:357)
at org.apache.tools.ant.Target.performTasks(Target.java:385)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
... 76 more
Caused by: /home/david/workspace3/SpartaProjectPlugin/build-macros.xml:445: Compile failed; see the compiler error output for details.
at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:1079)
at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:882)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:62)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:394)
... 89 more
davidallen
 
Posts: 13
Joined: Fri Oct 16, 2009 7:45 pm

Re: Just getting started with RCP packager

Postby gnebling » Wed Nov 04, 2009 2:26 pm

Make sure your product configuration file does not have any unresolved dependencies. Open the contactmanager.product file and remove anything that has a red mark and click the Add Required Plug-ins button.

RCP Packager is not officially supported on the Mac.
gnebling
Moderator
 
Posts: 243
Joined: Tue Aug 22, 2006 7:49 am


Return to RCP Packager & Help Composer

Who is online

Users browsing this forum: No registered users and 1 guest