[CONF] Apache Qpid: Qpid Java Build How To (page edited)

2008-12-23 Thread confluence
Maven Links Install Maven 2 Firstly, you need to install Maven 2 from here). You can find out how to set Maven up by following their quick guide. Some of the relevant Maven targets (in Maven speak 'lifecycle phases') are as follows: Phase Description compile compile the source code

svn commit: r729021 - /qpid/trunk/qpid/java/common/src/main/java/org/apache/qpid/transport/network/io/IoReceiver.java

2008-12-23 Thread rhs
Author: rhs Date: Tue Dec 23 08:15:37 2008 New Revision: 729021 URL: http://svn.apache.org/viewvc?rev=729021view=rev Log: QPID-1547: ignore socket closed exceptions if shutdownInput is broken Modified:

svn commit: r729044 [3/5] - in /qpid/trunk/qpid/cpp/src: Makefile.am MaxMethodBodySize.vcproj broker.vcproj client.vcproj common.vcproj qmfconsole.vcproj qpid.sln

2008-12-23 Thread shuston
Modified: qpid/trunk/qpid/cpp/src/client.vcproj URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/client.vcproj?rev=729044r1=729043r2=729044view=diff == --- qpid/trunk/qpid/cpp/src/client.vcproj (original) +++

svn commit: r729044 [1/5] - in /qpid/trunk/qpid/cpp/src: Makefile.am MaxMethodBodySize.vcproj broker.vcproj client.vcproj common.vcproj qmfconsole.vcproj qpid.sln

2008-12-23 Thread shuston
Author: shuston Date: Tue Dec 23 09:36:06 2008 New Revision: 729044 URL: http://svn.apache.org/viewvc?rev=729044view=rev Log: Insert Apache license in vcproj files past line 1; reset list of generated files in vcproj files; add qmfconsole.vcproj; add qmfconsole.proj to makefile.am dist list.

svn commit: r729054 - /qpid/trunk/qpid/cpp/src/qpid/framing/FieldValue.h

2008-12-23 Thread shuston
Author: shuston Date: Tue Dec 23 10:21:04 2008 New Revision: 729054 URL: http://svn.apache.org/viewvc?rev=729054view=rev Log: Fix encoding 0-length values; resolves QPID-1449 Modified: qpid/trunk/qpid/cpp/src/qpid/framing/FieldValue.h Modified: