Date: 2005-03-10T07:22:04 Editor: RenaudRichardet Wiki: XML Graphics - FOP Wiki Page: FOPIDESetupGuide URL: http://wiki.apache.org/xmlgraphics-fop/FOPIDESetupGuide
thanks Jeremias for this hack. Change Log: ------------------------------------------------------------------------------ @@ -14,7 +14,7 @@ * Host: cvs.apache.org * Path: /home/cvspublic * User: anoncvs - * Password: ''leave empty</> + * Password: ''leave empty''</> * Connection type: pserver http://cvs.apache.org/~jeremias/eclipse-setup/AddAnonCVSRepository.png ==== Committer access ==== @@ -67,6 +67,22 @@ * Download and add JIMI, JAI, JEuclid and JUnit jars as external libraries or, alternatively, set an exclude path for the files which depend on Jimi, JAI, JEuclid and, for JDK 1.3, on JCE ''(TODO: add list''). * If you install JAI into a JRE, e.g. 1.4.1, and then set that JRE as the default for Eclipse, you don't have to add JAI as an external library. * JCE and crypto service providers have to be installed in the JRE in order to work anyway, so you don't have to add them either. + +Note: it might happend that eclipe will '''not set the project as a Java Project'''. You might want to try this hack: + * Shut down eclipse, and open the ".properties" file of the project in an editor. + * Update the followings tags. That's how eclipse understands that it is a java project. +{{{ + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures>}}} + * When you restart eclipse, your project should be checked with a "J" (Java project) ---- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]