1 Reply Latest reply on Dec 3, 2009 3:32 AM by tomjenkinson

    Debugging libstomp

    tomjenkinson

      It recently came to our attention that we had not included the information on how to build libstomp with the symbols on. I have therefore updated the information on https://www.jboss.org/community/wiki/BuildingBlacktie with the correct information for both windows and linux.

      If you do decide to do this, all you need to do is:
      1. Rebuild libstomp with the new options
      2. Re-run step 8.4 from the BuildingBlacktie wiki article (note, "ant -D[windows|linux]=true stomp" will suffice)

      Our build system is not configured to pick up changes in final version Maven artifacts (which stomp and all our thirdparty dependencies are configured as) so you will need to run a clean first (or hack out the ".marker" files if you know how) (try to grep for *.marker in BLACKTIE_SRC_DIR, the ones you need to remove are called stomp.contrib-stomp-jar-trunk-85.marker)

      Hope this helps,
      Tom

      PS You don't need to do this unless you are developing blacktie and wish to debug in to the libstomp code!!