Installation in AnyPoint Studio
This section describes how to install the Connector in Anypoint Studio.
Anypoint Studio 6 (Mule Runtime 3.5+)
Complete the following steps to install the connector:
- In Anypoint Studio, select Help > Install New Software.
- Click Add > Archive. Choose the cdata-providerasana-connector.zip file included with this package.
- Select Community > CData Asana Connector.
- Review and accept the license agreement and click Finish.
- Restart Anypoint Studio and the connector should be available in the Connectors list on the Mule Palette.
Anypoint Studio 7 (Mule Runtime 4.0+)
Complete the following steps to install the connector:
- In Anypoint Studio, on the toolbar find the Install Artifact into local repository icon. This is located next to the Save icons.
- For the File input, browse to the .jar file on disk of the connector you want to add and click Install.
- Modify the pom.xml for your Mule Project to include the following dependency:
<!-- CData Asana --> <dependency> <groupId>org.cdata.connectors</groupId> <artifactId>cdata-asana-connector</artifactId> <version>20.0.7654</version> <classifier>mule-plugin</classifier> </dependency>
Note: This version is just an example. See readme.txt for the exact XML to use in your version.