Problem while exporting plugin for headless execution [message #503422] |
Sun, 13 December 2009 23:53  |
Eclipse User |
|
|
|
I am working on a POC (Proof of concept) for my project to use SWTBot for automation. I could able to run the example from the studio. When I try to export the sample plugin for the headless execution the following error is thrown. What might be the issue? dont know how to solve this problem and struck in this for my POC. Is there any way how to debug this issue?
Thanks for your help in advance.
Regards
Rahman
java.lang.NullPointerException
at java.util.Hashtable.put(Unknown Source)
at org.apache.tools.ant.PropertyHelper.setUserProperty(Property Helper.java:379)
at org.apache.tools.ant.Project.setUserProperty(Project.java:53 7)
at org.eclipse.ant.internal.core.ant.InternalAntRunner.setPrope rties(InternalAntRunner.java:233)
at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(Inte rnalAntRunner.java:554)
at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(Inte rnalAntRunner.java:456)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.ant.core.AntRunner.run(AntRunner.java:378)
at org.eclipse.pde.internal.core.exports.FeatureExportOperation .runScript(FeatureExportOperation.java:355)
at org.eclipse.pde.internal.core.exports.FeatureExportOperation .doExport(FeatureExportOperation.java:236)
at org.eclipse.pde.internal.core.exports.FeatureBasedExportOper ation.run(FeatureBasedExportOperation.java:46)
at org.eclipse.pde.internal.ui.build.FeatureExportJob.run(Featu reExportJob.java:55)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.08176 seconds