Screencast: Getting Started with Sencha Eclipse Plugin
Screencast: Getting Started with Sencha Eclipse Plugin
Hi everyone,
I recorded a screencast this weekend about how to install Sencha Eclipse plugin from Sencha Complete and also how to create a project and see the plugin working.
I tried to speak slowly as I could.
Hope it can help if you have any difficulties in using the plugin.
Hi loiane, Thanks you did awesome job this video tutorial is very helpful to developer . I follow your instrtuction adding sencha touch plugin into my eclipse Helios/ Indigo,I added sencha sencha.trial_9.17.2012.zip file into new software while processing time its show error i stuck on this place can u provide some valuable hints to resolve my problem.. thanks in advance .. here below I attach the error Helios and Indigo
Helios Error Details:
Cannot complete the install because one or more required items could not be found.
Software being installed: Sencha Eclipse Plugin - 30 day trial 1.0.0.201209171534 (com.sencha.vjet.extjs.trial.feature.feature.group 1.0.0.201209171534)
Missing requirement: License 1.0.0.201209171534 (com.sencha.vjet.extjs.ftp 1.0.0.201209171534) requires 'bundle org.eclipse.jface 3.7.0' but it could not be found
Cannot satisfy dependency:
From: Sencha Eclipse Plugin - 30 day trial 1.0.0.201209171534 (com.sencha.vjet.extjs.trial.feature.feature.group 1.0.0.201209171534)
To: com.sencha.vjet.extjs.ftp [1.0.0.201209171534]
Indigo Error Details:
Cannot complete the install because of a conflicting dependency.
Software being installed: Sencha Eclipse Plugin - 30 day trial 1.0.0.201209171534 (com.sencha.vjet.extjs.trial.feature.feature.group 1.0.0.201209171534)
Software currently installed: Eclipse IDE for Java EE Developers 1.4.1.20110909-1818 (epp.package.jee 1.4.1.20110909-1818)
Only one of the following can be installed at once:
Core Resource Management 3.7.101.v20120125-1505 (org.eclipse.core.resources 3.7.101.v20120125-1505)
Core Resource Management 3.7.100.v20110510-0712 (org.eclipse.core.resources 3.7.100.v20110510-0712)
Cannot satisfy dependency:
From: License 1.0.0.201209171534 (com.sencha.vjet.extjs.ftp 1.0.0.201209171534)
To: bundle org.eclipse.core.resources 3.7.101
Cannot satisfy dependency:
From: Sencha Eclipse Plugin - 30 day trial 1.0.0.201209171534 (com.sencha.vjet.extjs.trial.feature.feature.group 1.0.0.201209171534)
To: com.sencha.vjet.extjs.ftp [1.0.0.201209171534]
Cannot satisfy dependency:
From: Eclipse IDE for Java EE Developers 1.4.1.20110909-1818 (epp.package.jee 1.4.1.20110909-1818)
To: org.eclipse.epp.package.jee.feature.feature.group [1.4.1.20110909-1818]
Cannot satisfy dependency:
From: Java EE IDE Feature 1.4.1.20110909-1818 (org.eclipse.epp.package.jee.feature.feature.group 1.4.1.20110909-1818)
To: org.eclipse.platform.feature.group [3.7.1.r37x_v20110729-9gF7UHOxFtniV7mI3T556iZN9AU8bEZ1lHMcVK]
Cannot satisfy dependency:
From: Eclipse Platform 3.7.1.r37x_v20110729-9gF7UHOxFtniV7mI3T556iZN9AU8bEZ1lHMcVK (org.eclipse.platform.feature.group 3.7.1.r37x_v20110729-9gF7UHOxFtniV7mI3T556iZN9AU8bEZ1lHMcVK)
To: org.eclipse.core.resources [3.7.100.v20110510-0712]
Sencha Eclipse Plugin works best with Indigo JEE edition -
Sencha Eclipse Plugin works best with Indigo JEE edition -
Hi Selvam09,
What version of Eclipse are you installing into? Currently Sencha Eclipse Plugin works best with Eclipse JEE edition for Indigo. http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr2
Your screencast has been incredibly helpful and everything was working fine until I tried the code completion step in the Test.js file. I did not get any auto complete and had to manually type in "Ext.define()". When I tried to get completion options for the define method (cursor in the parenthesis, Ctrl+Space) I get the following error message.
Thanks for the reply.
I do have the ExtJsTL-4.1.1 project added to the buildpath for my Test project. This morning I restarted from scratch and did a complete reinstall of Eclipse Indigo, followed the directions (in the PDF and checked those against Loiane's video) and I still get the same result. For some reason it doesn't recognize "Ext" as valid. If I hover over it in the editor I get "Variable Ext undefined".
I have tried adding the ExtJsTL project as both an archive, as well as an unzipped project, but in both cases I get the same result. Looking at the ExtJsTL project I notice that the src directory is empty and the project seems to feed off of a nested/internal ZIP library that has all the content. Am I missing some extra step to make that internal archive/library accessible to my Test project? Any help would be greatly appreciated!