[Checkins] SVN: Sandbox/cklinger/grok-coredev/ Some changes in the README.txt

Christian Klinger cklinger at novareto.de
Mon Apr 6 14:34:44 EDT 2009


Log message for revision 98951:
  Some changes in the README.txt

Changed:
  D   Sandbox/cklinger/grok-coredev/.README.txt.swp
  U   Sandbox/cklinger/grok-coredev/README.txt

-=-
Deleted: Sandbox/cklinger/grok-coredev/.README.txt.swp
===================================================================
(Binary files differ)

Modified: Sandbox/cklinger/grok-coredev/README.txt
===================================================================
--- Sandbox/cklinger/grok-coredev/README.txt	2009-04-06 18:07:39 UTC (rev 98950)
+++ Sandbox/cklinger/grok-coredev/README.txt	2009-04-06 18:34:44 UTC (rev 98951)
@@ -2,9 +2,13 @@
 grokcore-dev
 ============
 
-This buildout generates you a "out of the box" development
-package for these grok packages:
+Please Note: For this first prototype i used not the trunk of martian
+and grokcore.security because these packages don´t work nicely together
+with the trunk of the other packgages.
 
+This buildout generates a "out of the box" development
+buildout for these grok packages:
+
 - grok
 - grokcore.component
 - grokcore.view
@@ -21,10 +25,11 @@
 mr.developer
 ------------
 
-The checkout´s are done with help of the python package 
+The checkout´s are done with help of the buildout.recipe 
 mr.developer. For further information please look at the 
 pypi package of this package [1] or call the 'bin/develop help'
-command which is created during buildout process
+command which is created during buildout process, and should
+show you some further information.
 
 commands
 --------
@@ -37,7 +42,19 @@
 
   ./bin/zopectl debug
 
-You can run the tests for the packages with:  
+You can run the tests for a special package with:  
 
   ./bin/test -s grokcore.formlib
+
+If you want to run all tests you can run this command
+
+  ./bin/zopepy alltests.py
+
+
+The ideas for this buildout is from the plone-coredev buildout [2].
+So thanks for this...
+
+
+  
 [1] http://pypi.python.org/pypi/mr.developer/0.11
+[2] http://dev.plone.org/plone/browser/buildouts/plone-coredev/trunk/



More information about the Checkins mailing list