facebook

Installation of pplugins from the command line in Myeclipse7

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #308676 Reply

    viswamy2k
    Participant

    Hi,

    Could you please point me that how to install plugins from the ant script

    #308679

    support-joy
    Member

    viswamy2k,

    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.

    #308682

    viswamy2k
    Participant

    Thanks

    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-20090609

    Actually 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

    #308707

    support-joy
    Member

    viswamy2k,

    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.

    #308737

    viswamy2k
    Participant

    Hi,

    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

    #308757

    viswamy2k
    Participant

    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 manager

    Can you plese check and let me know that the command line utilities are supported in Myeclipse7.5

    #308780

    support-joy
    Member

    viswamy2k,

    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 manager

    I 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 Software

    #308787

    viswamy2k
    Participant

    Im referring to Myeclipse7.5 and looking for the information about the command line utility to install my plugins.

    #308789

    support-joy
    Member

    viswamy2k,

    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 IDE

    #309053

    viswamy2k
    Participant

    Thanks,

    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.

    #309054

    support-joy
    Member

    viswamy2k,

    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.

    #309077

    viswamy2k
    Participant

    Thanks,

    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 steps

    #309080

    support-joy
    Member

    viswamy2k,

    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.

    #309081

    viswamy2k
    Participant

    Im 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.

    #309083

    support-joy
    Member

    viswamy2k,

    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=

Viewing 15 posts - 1 through 15 (of 19 total)
Reply To: Installation of pplugins from the command line in Myeclipse7

You must be logged in to post in the forum log in