Forum Discussion

srinivaskiranp's avatar
7 years ago

how to configure The Community Plugin software development kit (SDK) with eclipse IDE.

The Community Plugin SDK.

The Community Plugin software development kit (SDK) enables developers to create customization in their preferred IDE or text editor (e.g. Eclipse, IntelliJ, Sublime) and to submit their customization to the stage server directly from the command line.

 

Please provide the steps how can we integrate SDK with eclipse IDE.

 

 

  • Hi srinivaskiranp

     

    You would need to create a file called .project

    Within this .project file you would need to add the following:

     

    <?xml version="1.0" encoding="UTF-8"?>
    <projectDescription>
    	<name>custom.NAME</name>
    	<comment></comment>
    	<buildSpec>
    	</buildSpec>
    	<natures>
    	</natures>
    </projectDescription>
    

    You would need to change the .NAME to what ever you would like to call this within Eclipse.

  • StevenT's avatar
    StevenT
    7 years ago

    Hi srinivaskiranp

     

    I am going to share that through a private message :) Keep an eye out for the envelope in the top right corner that would say the number 1 in a red circle

  • Does anyone have any tips or experience with this?

    • StevenT's avatar
      StevenT
      Khoros Alumni (Retired)

      Hi srinivaskiranp

       

      You would need to create a file called .project

      Within this .project file you would need to add the following:

       

      <?xml version="1.0" encoding="UTF-8"?>
      <projectDescription>
      	<name>custom.NAME</name>
      	<comment></comment>
      	<buildSpec>
      	</buildSpec>
      	<natures>
      	</natures>
      </projectDescription>
      

      You would need to change the .NAME to what ever you would like to call this within Eclipse.

      • Hi Steven, 

        Thanks for the update

        Can you share the "Root password" for the Linux VM. 

        Thanks,

        Srinivas kiran P.