morciuch 2003/08/08 08:21:47 Modified: . README Log: Eclipse usage notes. Revision Changes Path 1.22 +16 -0 jakarta-jetspeed/README Index: README =================================================================== RCS file: /home/cvs/jakarta-jetspeed/README,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- README 30 Jul 2003 17:15:53 -0000 1.21 +++ README 8 Aug 2003 15:21:47 -0000 1.22 @@ -279,6 +279,22 @@ The maven build was tested with version 1.0 Beta 9 of Maven. ============================================== +Eclipse usage notes for release 1.4b4 +============================================== + +The following is a list of notes when using Eclipse and Jetspeed: + +1. Eclipse .project and .classpath files may be (re)generated using 'maven eclipse' command. + +2. When running Jetspeed unit tests in Eclipse, make sure to set the working directory +to Jetspeed's build directory: Run -> Arguments -> Working Directory -> Local Directory -> \jakarta-jetspeed\build. + +3. To run Ant tasks which require recompiling Jetspeed classes, you must specify the following argument in the task definition: +External Tools -> Ant Build -> <target name> -> Arguments -> -Dbuild.compiler=org.eclipse.jdt.core.JDTCompilerAdapter + +These were tested with Eclipse 2.1.1 and JDK 1.3. + +============================================== Jetspeed 1.4b4 was released on April 25, 2003. ==============================================
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
