Author: mcpierce
Date: Wed May 22 17:56:33 2013
New Revision: 1485315
URL: http://svn.apache.org/r1485315
Log:
PROTON-316: Provide developer instructions.
The DEVELOPERS file provides instructions for developers who want to use
the Proton code within a development environment. It includes
instructions for setting up their development environment (including
setting the CPROTON_BUILD environment variable), how to submit patches
and also for subscribing to the Proton mailing list.
Added:
qpid/proton/trunk/DEVELOPERS
Added: qpid/proton/trunk/DEVELOPERS
URL:
http://svn.apache.org/viewvc/qpid/proton/trunk/DEVELOPERS?rev=1485315&view=auto
==============================================================================
--- qpid/proton/trunk/DEVELOPERS (added)
+++ qpid/proton/trunk/DEVELOPERS Wed May 22 17:56:33 2013
@@ -0,0 +1,53 @@
+Qpid Proton Developer Information
+=================================
+
+DEVELOPMENT ENVIRONMENT
+=======================
+
+To setup the variables for your development environment, simply source
+the file $REPO/config.sh:
+
+ $ source config.sh
+
+This file sets the needed environment variables for all supported dynamic
+languages (Python, Perl, Ruby, PHP) as well as for Java and for testing. It,
+by default, assumes that you're building Proton in the directory:
+
+ $REPO/build
+
+where $REPO points the location where the Proton Subversion or Git repo has
+been checked out.
+
+If, however, you use a different location for your build files, then you'll
want
+to set the environment variable CPROTON_BUILD to point to it first. So, for
+example, if you're building in:
+
+ /home/yourname/devel/proton/cmake
+
+then you would have the following environment variable set:
+
+ $ export CPROTON_BUILD=/hojme/yourname/devel/proton/cmake/proton-c
+
+NOTE: You need to point the environment variable to the proton-c directory
under
+where your build is done.
+
+
+
+MAILING LIST
+============
+
+Subscribe to the Qpid Proton mailing list here:
+
+ http://qpid.apache.org/proton/mailing_lists.html
+
+
+
+PATCHES
+=======
+
+The best way to submit patches it to create a bug report or feature request
+on the project's JIRA instance:
+
+ http://issues.apache.org/jira/browse/PROTON
+
+You can attach any patch(es) to the report/request there
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]