Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] JSDT development environment

Hi,

 > I have also tried the 'Oomph' approach described
> The problem I run into there is that when the IDE starts for the first time, 
> it fails to download some files because of 'connection timeout', 
> and refuses to continue the startup tasks.

I just tried again, now the 'connection timeout' problem is gone, but I get the following error/backtrace in the startup task 'Modular API Baseline, activate'. How can I get around this?

Performing API Baseline from Target Modular API Baseline, activate
Creating new baseline from target Modular API Baseline Target
java.lang.IllegalArgumentException: wrong number of arguments
  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.oomph.util.ReflectUtil.invokeMethod(ReflectUtil.java:117)
  at org.eclipse.oomph.setup.pde.impl.APIBaselineFromTargetTaskImpl.perform(APIBaselineFromTargetTaskImpl.java:314)
  at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.doPerformNeededSetupTasks(SetupTaskPerformer.java:3324)
  at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.access$1(SetupTaskPerformer.java:3267)
  at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer$WorkspaceUtil$1.run(SetupTaskPerformer.java:4488)
  at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2240)
  at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2267)
  at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer$WorkspaceUtil.performNeededSetupTasks(SetupTaskPerformer.java:4482)
  at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer$WorkspaceUtil.access$0(SetupTaskPerformer.java:4480)
  at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performNeededSetupTasks(SetupTaskPerformer.java:3258)
  at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performTriggeredSetupTasks(SetupTaskPerformer.java:3233)
  at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.perform(SetupTaskPerformer.java:3133)
  at org.eclipse.oomph.setup.ui.wizards.ProgressPage$9.run(ProgressPage.java:567)
  at org.eclipse.oomph.setup.ui.wizards.ProgressPage$11$1.run(ProgressPage.java:693)
  at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)



On Wednesday, May 24, 2017 8:04 AM, Datoda <datoda@xxxxxxxxx> wrote:


Hi,

    I am new to Eclipse/JSDT and have been trying to set up a JSDT development environment. I followed the instructions in https://wiki.eclipse.org/JSDT/Development, using an Eclipse IDE + a target platform. For some reason beyond me, the resulting workspace has 500+ errors because it doesn't include plugins like com.google._javascript_ and com.jboss.*. Is there some extra step I need to take to get those components pulled in?

    I have also tried the 'Oomph' approach described in https://wiki.eclipse.org/JSDT/QuickStart. The problem I run into there is that when the IDE starts for the first time, it fails to download some files because of 'connection timeout', and refuses to continue the startup tasks. Any suggestion on how I may get around this? Or is there some other approach to set this up? Thanks

    



Back to the top