- This topic has 18 replies, 2 voices, and was last updated 15 years, 1 month ago by
support-joy.
-
AuthorPosts
-
viswamy2kParticipantHi,
Could you please point me that how to install plugins from the ant script
May 27, 2010 at 6:06 am #308679
support-joyMemberviswamy2k,
You haven’t mentioned what is your ME version and what is your OS and version. Can you copy and paste your installation details here? Open MyEclipse IDE, from menu options click on MyEclipse > Installation Summary > Installation Details.
Mentioned below are ways in which you can add plugins to MyEclipse profiles –
1. If you have an update site / archived update site, use Help > Software Updates > Add / Remove Software. Click on [Add]. Next click on [Add Site]. Choose site / archived update site. Add name and update site. And follow the wizard.
2. If you have plugin and / or feature for the said plugin. You can copy the same to [your MyEclipse installation directory]/dropins folder. Restart your IDE
3. Alternatively you can also use pulse to install plugins. Open pulse. If you don’t have pulse download the same from http://www.poweredbypulse.com Login to pulse. From “My Profiles”, click on your MyEclipse profile. Search for the said plugin and drag and drop the same to your ME profile. Next right click on your ME profile and click on [Install and run] and follow the wizard.May 27, 2010 at 7:42 am #308682
viswamy2kParticipantThanks
and the details are
** System properties:
OS=WindowsXP
OS version=5.1.0
Java version=1.6.0_13
*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 7.5
Build id: 7.5-20090609
*** Eclipse details:
MyEclipse Enterprise Workbench
Version: 7.5
Build id: 7.5-20090609Actually i want to install my plug-in without running eclipse means from commandline,before im using like
ProcessBuilder pb = new ProcessBuilder(JAVA_HOME + “/bin/java.exe”, “-cp”, “startup.jar”, “org.eclipse.core.launcher.Main”,”-data”,WORKSPACE_DIR,”-application”,”org.eclipse.update.core.standaloneUpdate”,”-command”,”search”, “-from”,”file:///” + BUILDS_LOC);
and same for Install also,But now im using myeclipse7.5, so how can i do the same
thanks
May 28, 2010 at 5:22 am #308707
support-joyMemberviswamy2k,
I don’t think we support installing plug-in from command line. I will consult the dev team members and get back to you on this.
May 31, 2010 at 1:06 am #308737
viswamy2kParticipantHi,
We have done this with the utility mentioned above in eclipse 3.2 and now we are using myeclipse 7.5(eclipse 3.4.x)
So could you please check this and suggest me.thanks
June 1, 2010 at 4:12 am #308757
viswamy2kParticipantAre there two update manageres (old and the P2) delivered aspart of eclipse 3.4.2?
if so, How can i enable the old update managerCan you plese check and let me know that the command line utilities are supported in Myeclipse7.5
June 2, 2010 at 1:21 am #308780
support-joyMemberviswamy2k,
Are there two update manageres (old and the P2) delivered aspart of eclipse 3.4.2?
if so, How can i enable the old update managerI am not sure what are you referring above? Are you referring to Eclipse 3.4.2 update manager? If yes, please cross – post to Eclipse forums.
For MyEclipse 7.5, you can use from menu options – Help > Software Updates > Add / Remove SoftwareJune 2, 2010 at 3:09 am #308787
viswamy2kParticipantIm referring to Myeclipse7.5 and looking for the information about the command line utility to install my plugins.
June 2, 2010 at 5:07 am #308789
support-joyMemberviswamy2k,
I am afraid there are no command line utility available in ME 7.5 to add plugins.
You can add plugins to ME 7.5 using either of the below mentioned ways –
1. From MyEclipse IDE, click on Help > Software Updates > Add / Remove Software and follow the wizard
2. In case you have the plugin. Copy the plugin to [your myeclipse dir]/dropins/plugins and restart your IDEJune 14, 2010 at 6:47 am #309053
viswamy2kParticipantThanks,
I have copied my plug-ins and features to dropins folder,but after restarting i have observed that some of the features are not working from my application side.,
So could you please let me know the procedure to use the dropins folder.
June 14, 2010 at 6:51 am #309054
support-joyMemberviswamy2k,
You need to copy the plugins to [your myeclipse installation dir]/dropins/plugins folder; similarly features to [your myeclipse installation dir]/dropins/features. In case plugins and features folder are not present within dropins, please create them. Next restart your IDE.
June 15, 2010 at 2:10 am #309077
viswamy2kParticipantThanks,
I have done the same but some my application specific projects are not able to create,
so is there anything do ineed to do apart from these stepsJune 15, 2010 at 3:04 am #309080
support-joyMemberviswamy2k,
Please ensure that the said plugin is compatible to the base eclipse. For e.g. if you are ME 8.5, ensure the plugin is compatible to Eclipse 3.5.2 classic.
June 15, 2010 at 3:41 am #309081
viswamy2kParticipantIm using myeclipse 7.5 (eclipse3.4.2) and i have the compatible plugins in executable jar formate.
I have copied these plugins to C:\Genuitec\MyEclipse7.5\dropins\plugins and the same for features also and restarted the IDE.
and obeserved that my application specific projects are not able to create.
June 15, 2010 at 3:46 am #309083
support-joyMemberviswamy2k,
If your plugins are compatible to Eclipse 3.4.2 classic, you can do the following –
1. Add the same to [Eclipse installation dir]/dropins
2. Add MyEclipse as archived update site. Please refer – https://www.genuitec.com/forums/topic/installation-install-myeclipse-using-archived-update-site/&highlight= -
AuthorPosts