You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by st...@outerthought.org on 2003/09/27 03:00:03 UTC

[WIKI-UPDATE] LoadInEclipse Sat Sep 27 03:00:03 2003

Page: http://wiki.cocoondev.org/Wiki.jsp?page=LoadInEclipse , version: 13 on Sat Sep 27 00:06:49 2003 by JoergHeinicke

- Here are the required steps :
?                            -

+ Here are the required steps:
- * run {{build eclipse-project}} : this creates the {{.project}} and {{.classpath}} files,
?                                -

+ * run {{build eclipse-project}}: this creates the {{.project}} and {{.classpath}} files,
- * click "Finish", wait a little bit and enjoy !
?                                              -

+ * click "Finish", wait a little bit and enjoy!
+ 
+ For using CVS functionality provided by Eclipse you must do additional steps:
+ * right click on the project icon, choose "Team" and "Share Project"
+ * You might get a message about the currently-existing CVS directories, which is good. Click through and Eclipse will think a little more.
+ * To perform CVS operations on files, right click on the file in Eclipse, and choose "Team". You should see Commit, Update, etc.
- ! Reader comments
- \\{{
+ {{{
- \\	<!-- =========================================================== -->
? ^^^

+   <!-- =========================================================== -->
? ^^

- \\	<!-- Use the Eclipse compiler if we are running in eclipse       -->
? ^^^

+   <!-- Use the Eclipse compiler if we are running in eclipse       -->
? ^^

- \\	<!-- =========================================================== -->
? ^^^

+   <!-- =========================================================== -->
? ^^

+ 
- \\	<target name="properties" if="eclipse.running">
? ^^^

+   <target name="properties" if="eclipse.running">
? ^^

- \\		<property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter"/>
? ^^^^

+     <property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter"/>
? ^^^^

- \\	</target>
? ^^^

+   </target>
? ^^

- }}
+ }}}
?   +

- \\
- ! Reader comments
+ 
- ----
- ! Reader comments
- If you're a committer an want to be able to access the repository from directly within Eclipse, you must do the following extra steps:
- 
- * After your project has loaded, right click on the project icon, and choose "Share Project"
- * You might get a message about the currently-existing CVS directories, which is good.  Click through and Eclipse will think a little more.
- * To perform CVS operations on files, right click on the file in Eclipse, and choose "Team".  You should see Commit, Update, etc.
- 
- -- [Tony Collen]
-