My favorites | Sign in
Project Logo
q4e
                
Search
for
Updated Jul 16, 2009 by MoogleRush
Labels: Featured, Phase-Deploy
Installation  
Installation of the plugin.

Update site

Q4E 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 integrations

For 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 Requirements

The following is required to use the Q for Eclipse Plugin:

Verifying the installation

Follow this procedure to verify that the Q for Eclipse Plugin successfully installed on Eclipse:

  1. After Eclipse has been restarted, click on Help > About Eclipse SDK.
  2. On the pop-up, click Plug-in Details. A list of all plugins installed on Eclipse will appear.
  3. Scroll down and look for the Eclipse IAM Plugin you just installed.

Recommended third party plugins

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

Questions

if you have any questions or experience problems, please give us your feedback at our user newsgroup


Hosted by Google Code