Eclipse Plugin Creator

I've successfully installed the Appian plugin in Eclipse Oxygen using below link as mentioned on another post

http://s3.amazonaws.com/appianplugins/eclipse/update/site.xml

But when trying to create a new Appian expression function, it won't proceed. Also, noticed in the screenshot below its "Appian 6". The latest Appian version is 17.2 that we're using. Is the link above an updated version or there's another valid link for the Appian SDK plugin.

Thanks in advance!

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    @riang Please follow the below steps in order to create a new  'Appian Expression Function'

    1. Install the plugin into Eclipse from OfficialLink or Alternate URL (In case Official Link is dead/not working) 

    2. After installation > Restart Eclipse 

    3. Click on File > New > Other > Appian plug-in Project > Next > fill in the details > Finish

    4. Once the Project Structure got created, in order to create an Appian Expression Function, you need to right click on Project Name instead of src/main/java (because this will cause an error shows with in a pop-up in Eclipse)  > New > Other > Appian Expression Function > Enter the required details and click on Finish

     

    Note: Usually when we select src/main/java and try creating Appian Expression function, will cause an error pop-up and we won't be getting proper response in Eclipse.

    Also, you don't need to worry about the plugin version in Eclipse. 

     

    Hope this will help you.

Reply
  • 0
    Certified Lead Developer

    @riang Please follow the below steps in order to create a new  'Appian Expression Function'

    1. Install the plugin into Eclipse from OfficialLink or Alternate URL (In case Official Link is dead/not working) 

    2. After installation > Restart Eclipse 

    3. Click on File > New > Other > Appian plug-in Project > Next > fill in the details > Finish

    4. Once the Project Structure got created, in order to create an Appian Expression Function, you need to right click on Project Name instead of src/main/java (because this will cause an error shows with in a pop-up in Eclipse)  > New > Other > Appian Expression Function > Enter the required details and click on Finish

     

    Note: Usually when we select src/main/java and try creating Appian Expression function, will cause an error pop-up and we won't be getting proper response in Eclipse.

    Also, you don't need to worry about the plugin version in Eclipse. 

     

    Hope this will help you.

Children
No Data