You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2010/08/23 18:35:29 UTC

svn commit: r988195 - /ant/ivy/ivyde/trunk/test/README.txt

Author: hibou
Date: Mon Aug 23 16:35:28 2010
New Revision: 988195

URL: http://svn.apache.org/viewvc?rev=988195&view=rev
Log:
add a warning about not committing migration changes

Modified:
    ant/ivy/ivyde/trunk/test/README.txt

Modified: ant/ivy/ivyde/trunk/test/README.txt
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/README.txt?rev=988195&r1=988194&r2=988195&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/test/README.txt (original)
+++ ant/ivy/ivyde/trunk/test/README.txt Mon Aug 23 16:35:28 2010
@@ -12,4 +12,13 @@ Expectation:
 Exception:
  * project 'linked-folder': it is relying on some Eclipse linked folder which
    requires some absolute path. You probably will require to change it to make
-   it resolve correctly
\ No newline at end of file
+   it resolve correctly
+ * project 'include-settings' will not resolve correctly if it is tried in an 
+   Eclipse started from Eclipse in debug, and having the Ivy project opened the
+   Eclipse host.
+
+Warning: if you start an Eclipse with a recent IvyDE, most of these test
+   projects will have their .project and .classpath modified. This is due to
+   the migration happening on old project configurations. Please DO NOT commit
+   these changes. So we will still be able to continue to test the migration of
+   old projects.