Author: linus Date: 2008-02-17 07:17:03-0800 New Revision: 14121 Modified: trunk/documentation/cookbook/building.xml
Log: Adjusted the building instructions for Eclipse 3. Modified: trunk/documentation/cookbook/building.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/documentation/cookbook/building.xml?view=diff&rev=14121&p1=trunk/documentation/cookbook/building.xml&p2=trunk/documentation/cookbook/building.xml&r1=14120&r2=14121 ============================================================================== --- trunk/documentation/cookbook/building.xml (original) +++ trunk/documentation/cookbook/building.xml 2008-02-17 07:17:03-0800 @@ -1908,7 +1908,8 @@ <listitem> <para> -Compile time dependencies are set up on the Java Build Path. +Compile time dependencies are set up using the PDE Tools. +For this argouml projects containing java code are Plugin-projects. </para> </listitem> @@ -1924,6 +1925,13 @@ </para> </listitem> + <listitem> + <para> +Use as many of the build tools as possible from their +Eclipse distributions. +</para> + </listitem> + </itemizedlist> </sect2> @@ -2004,12 +2012,11 @@ </para> </listitem> </orderedlist> - </listitem> - <listitem> <para> -Select Project => Clean... => Clean all projects -and wait for everything to build again. +If this doesn't work, try to +select Project => Clean... +and clean the projects that were not built properly. </para> </listitem> @@ -2309,6 +2316,11 @@ <sect2 id="checkclipse"> <title>Settings for Checkclipse</title> + <note> + <para> +This description needs to be updated! +</para> + </note> <para> Checkclipse is a plug in for Eclipse which needs to be installed separately. It enables style checking according the rules set for the ArgoUML project. @@ -2598,6 +2610,23 @@ </itemizedlist> </sect3> </sect2> + + <sect2> + <title>How to extend the eclipse workspace with also the modules</title> + <note> + <para> +Needs to be improved. +</para> + </note> + <para> +Set the workspace default file for ant to +tools/eclipse/eclipse-ant.properties. +</para> + <para> +Import from the argouml-modules-projectset.psf files. +</para> + </sect2> + </sect1> <sect1> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
