{link:IRC|

on irc://irc.codehaus.org/activemq

}{link}

 and say hi

  • add some comments to the wiki
  • ...

    Build the project.

    Contributing

    Wiki Markup
    Code Block
    
    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.

    Code Block
    
    mvn eclipse:eclipse
    

    Then import the projects into your workspace.

    ...

    If you're a command line person try the following to create the patch

    Code Block
    
    diff -u Main.java.orig Main.java >> patchfile.txt
    

    or

    Code Block
    
    svn diff Main.java >> patchfile.txt
    

    ...

    This message was sent by 5.0.3,

    Reply via email to