You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2013/03/24 08:16:39 UTC

svn commit: r1460273 - /james/server/trunk/app/README

Author: eric
Date: Sun Mar 24 07:16:39 2013
New Revision: 1460273

URL: http://svn.apache.org/r1460273
Log:
Add a simple README describing the VM args neede to run the James App from IDE

Added:
    james/server/trunk/app/README

Added: james/server/trunk/app/README
URL: http://svn.apache.org/viewvc/james/server/trunk/app/README?rev=1460273&view=auto
==============================================================================
--- james/server/trunk/app/README (added)
+++ james/server/trunk/app/README Sun Mar 24 07:16:39 2013
@@ -0,0 +1,8 @@
+RUN FROM IDE
+============
+
+If you want to run James App (the main class, or a test) from your favorite IDE,
+the JPA classes will need to be enhanced by openjpa, so add the following option 
+to the VM argument of your run configuration (replace MY_HOME_FOLDER with your real home folder):
+
+'-javaagent:MY_HOME_FOLDER/.m2/repository/org/apache/openjpa/openjpa/2.2.1/openjpa-2.2.1.jar' 



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org