ideally the eclipse projects should always be generated. the ones in svn are there just incase we have build problems - mvn is crap about generating eclipse projects if it can't build. from time to time I generate .projects and commit.

I'll add this info tonight.

Mark
Geoffrey Wiseman wrote:
The instructions imply that you need to run mvn eclipse:eclipse, but I was able to import the projects without doing this; the project files seem to be checked in. If that's a deliberate change, I've attached a documentation diff that covers that.

Wouldn't hurt to explain why the org.exb.easyeclipse.* project shouldn't be imported.

   - Geoffrey
--
Geoffrey Wiseman
------------------------------------------------------------------------

Index: Section-Eclipse.xml
===================================================================
--- Section-Eclipse.xml (revision 3436)
+++ Section-Eclipse.xml (working copy)
@@ -3,46 +3,13 @@
   <title>Eclipse</title>
<section>
-    <title>Generating Eclipse Projects</title>
-
-    <para><indexterm>
-        <primary>maven</primary>
-      </indexterm>Maven is able to generate standard <indexterm>
-        <primary>eclipse</primary>
-      </indexterm>Eclipse projects, but it is not able to generate Eclipse
-    plugin projects. To generate the Eclipse projects for drools-core,
-    drools-compiler and drools-jsr94 type <literal>'mvn
-    eclipse:eclipse'</literal>.</para>
-
-    <screenshot>
-      <screeninfo>Start Maven Eclipse project generation</screeninfo>
-
-      <mediaobject>
-        <imageobject>
-          <imagedata fileref="mvn_eclipse1.jpg" />
-        </imageobject>
-      </mediaobject>
-    </screenshot>
-
-    <screenshot>
-      <screeninfo>Finished Maven Eclipse project generation</screeninfo>
-
-      <mediaobject>
-        <imageobject>
-          <imagedata fileref="mvn_eclipse2.jpg" />
-        </imageobject>
-      </mediaobject>
-    </screenshot>
-  </section>
-
-  <section>
     <title>Importing Eclipse Projects</title>
- <para>With the <indexterm>
+    <para>The <indexterm>
         <primary>eclipse</primary>
-      </indexterm>Eclispe project files generated they can now be imported
-    into eclipse. When starting Eclipse open the workspace in the root of your
-    subversion checkout.</para>
+      </indexterm>Eclipse project files are in the subversion repository, and
+    can be imported into eclipse. When starting Eclipse open the workspace in
+    the root of your subversion checkout.</para>
<screenshot>
       <screeninfo>Open Eclipse Workspace</screeninfo>

Reply via email to