Daniel Kulp (Confluence) Wed, 12 Feb 2014 11:59:56 -0800
on irc://irc.codehaus.org/activemq
and say hi
...
Build the project.
pop by
export MAVEN_OPTS=-Xmx512M -XX:MaxPermSize=128M mvn -Dtest=false install
Create a project in your IDE. e.g. if you are using Eclipse the following should do the trick.
mvn eclipse:eclipse
Then import the projects into your workspace.
If you're a command line person try the following to create the patch
diff -u Main.java.orig Main.java >> patchfile.txt
or
svn diff Main.java >> patchfile.txt