You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by og...@apache.org on 2009/04/09 01:25:59 UTC

svn commit: r763460 - /maven/components/trunk/README.bootstrap.mercury.txt

Author: ogusakov
Date: Wed Apr  8 23:25:59 2009
New Revision: 763460

URL: http://svn.apache.org/viewvc?rev=763460&view=rev
Log:
removing bootstrap debugging option ..

Modified:
    maven/components/trunk/README.bootstrap.mercury.txt

Modified: maven/components/trunk/README.bootstrap.mercury.txt
URL: http://svn.apache.org/viewvc/maven/components/trunk/README.bootstrap.mercury.txt?rev=763460&r1=763459&r2=763460&view=diff
==============================================================================
--- maven/components/trunk/README.bootstrap.mercury.txt (original)
+++ maven/components/trunk/README.bootstrap.mercury.txt Wed Apr  8 23:25:59 2009
@@ -20,29 +20,17 @@
 -Dmaven.repo.system={mercury|legacy}
 -Dmaven.home=$HOME/apps/maven/apache-maven-3.0-SNAPSHOT
 
-if you'd like to debug the bootstrap from Eclipse, issue the following command:
-
-export ANT_OPTS='-Dmercury.log.level=info -Dmercury.dump.tree=../forest'
-export ANT_OPTS=$ANT_OPTS' -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000'
-
-the additional options:
--Dmercury.log.level={info|warn|error|debug} - defines mercury verbocity
--Dmercury.dump.tree=../forest - tells mercury to spit all the resolved trees into files ../forest-xxx.xml, where xxx is a timestamp
-
-Then connect Eclipse debugging session to local port 8000
-
-for example:
+if you'd like to debug the bootstrap from Eclipse, uncomment the debugging options in the build-mercury.xml around 
+line 310, then use the following commands:
 
 For the first time - run the following, it will update the local repo
 
-export ANT_OPTS='-Dmercury.log.level=info -Dmercury.dump.tree=../forest'
-export ANT_OPTS=$ANT_OPTS' -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000'
-ant -f build-mercury.xml -Dmaven.repo.update.policy=always
+ant -f build-mercury.xml -Dmaven.repo.update.policy=always -Dmaven.repo.system=mercury
 
 then you can run
 
 ant -f build-mercury.xml -Dmaven.repo.update.policy=never -Dmaven.repo.system=mercury
 
-to debug the bootstrap
+not to bother with repo updates
 
  
\ No newline at end of file