|
Installation
Installation of the plugin.
Update siteQ4E is now Eclipse IAM Releases will still be published in this site until full migration to the Eclipse Foundation happens. If you had Q4E version 0.8.1 or lower read the Upgrading to Eclipse IAM instructions http://q4e.googlecode.com/svn/trunk/updatesite-iam/Go to Help - Software Updates - Available Software Click on Manage Sites - Add and add the Eclipse IAM update site at http://q4e.googlecode.com/svn/trunk/updatesite-iam/ Make sure you also have checked in the Manage Sites menu these update sites to download some dependencies if needed
Installing optional integrationsFor the optional integration features you'll need to add some extra update sites to install the requirements.
There's also a developer's update site used for testing prereleases at http://q4e.googlecode.com/svn/trunk/updatesite-dev/ Installation RequirementsThe following is required to use the Q for Eclipse Plugin:
Verifying the installationFollow this procedure to verify that the Q for Eclipse Plugin successfully installed on Eclipse:
Recommended third party pluginsWe suggest the installation of the Web Tools Platform XML editor so you can benefit from auto completion, error checking,... while editing the pom.xml files. You can install it from the Eclipse Update site that you should already have in your sites list, or following the instructions in the WTP downloads page In your poms make sure you use the full header with the schema declaration: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <!-- your pom contents --> </project> Questionsif you have any questions or experience problems, please give us your feedback at our user newsgroup |