/[Apache-SVN]
ViewVC logotype

Revision 226669


Jump to revision: Previous Next
Author: kenney
Date: Sun Jul 31 18:00:13 2005 UTC (19 years, 2 months ago)
Changed paths: 2
Log Message:
o Project references are now written to .project, so that eclipse
  can calculate the build order - no more rebuilds needed to fix this!

o Added a switch -Declipse.workpace=/path/to/workspace that allows for the
  .classpath and .project files to be written to a new directory:
  - For each project a new directory is created.
  - Eclipse 'Links' are created to the original project location for the
    sources and resources directories.
  - The target directory will be in the new workspace location, not in
    the original project tree.
  
  This offers the following advantages:
  
  - Project trees that normally couldn't be imported into eclipse
  because of the overlap error now can be imported succesfully
  (m2 works now!)

  - Projects that reside on a ClearCase SMB mounted drive (which are
  very slow) can now have a target directory on a local drive without
  modifying the pom, greatly improving build speed in eclipse.

o Fixed some minor bugs where the wrong project instance was used.


Changed paths

Path Details
Directorymaven/components/trunk/maven-plugins/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipsePlugin.java modified , text changed
Directorymaven/components/trunk/maven-plugins/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipseWriter.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26