<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git/qpid/java/distribution, branch perftesting_persistent</title>
<subtitle>git.apache.org: qpid.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/'/>
<entry>
<title>Merged revisions 504915-505241,505243-505256 via svnmerge from </title>
<updated>2007-02-09T12:54:13+00:00</updated>
<author>
<name>Martin Ritchie</name>
<email>ritchiem@apache.org</email>
</author>
<published>2007-02-09T12:54:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=91b5375d201f83c80bef23b74c87a86cbc71bb59'/>
<id>91b5375d201f83c80bef23b74c87a86cbc71bb59</id>
<content type='text'>
https://svn.apache.org/repos/asf/incubator/qpid/trunk

........
  r504915 | rgreig | 2007-02-08 14:36:16 +0000 (Thu, 08 Feb 2007) | 1 line
  
  QPID-353 : Amend type of JMS destination type from byte to int
........
  r505255 | marnie | 2007-02-09 11:32:52 +0000 (Fri, 09 Feb 2007) | 1 line
  
  Rerverted to octal values for fileMode as we have reverted to assembly 2.1
........
  r505256 | marnie | 2007-02-09 11:38:06 +0000 (Fri, 09 Feb 2007) | 1 line
  
  Rerverted to octal values for fileMode as we have reverted to assembly 2.1
........


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/perftesting_persistent@505275 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://svn.apache.org/repos/asf/incubator/qpid/trunk

........
  r504915 | rgreig | 2007-02-08 14:36:16 +0000 (Thu, 08 Feb 2007) | 1 line
  
  QPID-353 : Amend type of JMS destination type from byte to int
........
  r505255 | marnie | 2007-02-09 11:32:52 +0000 (Fri, 09 Feb 2007) | 1 line
  
  Rerverted to octal values for fileMode as we have reverted to assembly 2.1
........
  r505256 | marnie | 2007-02-09 11:38:06 +0000 (Fri, 09 Feb 2007) | 1 line
  
  Rerverted to octal values for fileMode as we have reverted to assembly 2.1
........


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/perftesting_persistent@505275 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged revisions 501413-503717 via svnmerge from </title>
<updated>2007-02-06T09:57:35+00:00</updated>
<author>
<name>Martin Ritchie</name>
<email>ritchiem@apache.org</email>
</author>
<published>2007-02-06T09:57:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=1f4e634e6b86a4aff2b2553d5b44b1a1d5855779'/>
<id>1f4e634e6b86a4aff2b2553d5b44b1a1d5855779</id>
<content type='text'>
https://svn.apache.org/repos/asf/incubator/qpid/trunk

........
  r501448 | kpvdr | 2007-01-30 16:27:47 +0000 (Tue, 30 Jan 2007) | 1 line
  
  Fixed codegen bug in which fields added by second XML file duplicate ordinal values.
........
  r501455 | rgreig | 2007-01-30 16:40:20 +0000 (Tue, 30 Jan 2007) | 1 line
  
  (Submitted by Rupert Smith) Ping tests refactored. Unused ping test classes removed. JUnit-toolkit 0.5-SNAPSHOT added to the build.
........
  r501457 | rgreig | 2007-01-30 16:42:37 +0000 (Tue, 30 Jan 2007) | 1 line
  
  (Submitted by Rupert Smith) Added PingClient.java which was forgotten from last commit.
........
  r501465 | rgreig | 2007-01-30 16:53:41 +0000 (Tue, 30 Jan 2007) | 1 line
  
  (Submitted by Rupert Smith) Updated the README.txt to give a fuller explanation for the creation of the temporary local maven repository.
........
  r501472 | kpvdr | 2007-01-30 16:59:38 +0000 (Tue, 30 Jan 2007) | 1 line
  
  Small codegen code tidy-up
........
  r501804 | rgreig | 2007-01-31 11:29:33 +0000 (Wed, 31 Jan 2007) | 3 lines
  
  (Patch submitted by Rupert Smith)
  Added a ping latency test. 
  Uploaded new junit-toolkit snapshot for self timed tests.
........
  r501914 | ritchiem | 2007-01-31 17:25:42 +0000 (Wed, 31 Jan 2007) | 3 lines
  
  QPID-334 WeakReferenceMessageHandle uses a singleton so when body is purged by gc it cannot be reset 
  
  Changed to use an Arraylist of size 1 as per JIRA entry.
........
  r501917 | ritchiem | 2007-01-31 17:31:04 +0000 (Wed, 31 Jan 2007) | 6 lines
  
  QPID-333 Message Properties on non Qpid Messages are not preserved
  Updated MessageConverter to have a constructor that takes a Message type. 
  
  Updated MessageConverterTest to use the new NonQpidMessage to test it out.
  
  JMSHeaderAdapter.java - whitespace changes and comment noting that null return is required.
........
  r501920 | ritchiem | 2007-01-31 17:43:45 +0000 (Wed, 31 Jan 2007) | 1 line
  
  Unused so removing
........
  r501945 | vinoski | 2007-01-31 19:00:26 +0000 (Wed, 31 Jan 2007) | 1 line
  
  patch from Jonathan Anstey for QPID-332
........
  r502172 | ritchiem | 2007-02-01 09:37:39 +0000 (Thu, 01 Feb 2007) | 3 lines
  
  QPID-333 Committed test class rename to stop it being picked up by Surefire
  
  AMQTopic.java - whitespace
........
  r502178 | bhupendrab | 2007-02-01 10:01:32 +0000 (Thu, 01 Feb 2007) | 1 line
  
  virtual host string corrected
........
  r502179 | rgreig | 2007-02-01 10:13:21 +0000 (Thu, 01 Feb 2007) | 1 line
  
  (Submitted by Rupert Smith) Added comments as a reminder of improvements to be made to the tests.
........
  r502180 | bhupendrab | 2007-02-01 10:13:55 +0000 (Thu, 01 Feb 2007) | 2 lines
  
  QPID-331
  and setting operation parameters to default values after executing the operation once.
........
  r502182 | rgreig | 2007-02-01 10:18:36 +0000 (Thu, 01 Feb 2007) | 1 line
  
  (Submitted by Rupert Smith) Added comments as a reminder of improvements to be made to the tests.
........
  r502248 | ritchiem | 2007-02-01 15:47:17 +0000 (Thu, 01 Feb 2007) | 7 lines
  
  QPID-339 Java client hangs when starting up (intermittently)
  
  Patched the problem where the dispatcher would hang. The previous logic was flawed.
  
  Patch worked on by Robert Godfrey and Martin Ritchie.
  
  Added test to ensure that the connection is not automatically started.
........
  r502249 | ritchiem | 2007-02-01 15:50:52 +0000 (Thu, 01 Feb 2007) | 3 lines
  
  QPID-330 Clients occasionally fail to notice connect
  
  The AMQConnection.java constructor now deals with the full connection process. The failover thread should not be started. This allows the connection method to be simplified and not Thread.sleep waiting for the connection.
........
  r502253 | ritchiem | 2007-02-01 16:01:14 +0000 (Thu, 01 Feb 2007) | 11 lines
  
  QPID-339 Java client hangs when starting up (intermittently)
  
  Patched the problem where the dispatcher would hang. The previous logic was flawed.
  
  Patch worked on by Robert Godfrey and Martin Ritchie.
  
  Added test to ensure that the connection is not automatically started.
  
  (Only added the test last time by mistake. This is the actual fix)
  
  With a test for the DispatcherTest
........
  r502261 | ritchiem | 2007-02-01 16:25:57 +0000 (Thu, 01 Feb 2007) | 2 lines
  
  QPID-339 DispatcherTest.java was broker now it actually tests correctly.
  Added test to Check changing message listeners
........
  r502268 | ritchiem | 2007-02-01 16:32:56 +0000 (Thu, 01 Feb 2007) | 1 line
  
  Increased logging on a failure to attain state
........
  r502269 | bhupendrab | 2007-02-01 16:34:21 +0000 (Thu, 01 Feb 2007) | 1 line
  
  some part commented, so that it lets users copy paste the host details on the new connection window
........
  r502271 | ritchiem | 2007-02-01 16:36:54 +0000 (Thu, 01 Feb 2007) | 3 lines
  
  QPID-341  When using Queues and Topics defined via JNDI settings are not preserved.
  
  Removed extraction of destination/queue name and used BindingURL directly to create Destination.
........
  r502273 | ritchiem | 2007-02-01 16:38:45 +0000 (Thu, 01 Feb 2007) | 2 lines
  
  Added more intelij files to the ignore list
........
  r502576 | ritchiem | 2007-02-02 11:13:13 +0000 (Fri, 02 Feb 2007) | 4 lines
  
  QPID-343 Performance test suite doesn't output missing message count on failure.
  
  Updated PingAsyncTestPerf to output missing messsage count.
  Updated PingPongProducer so it doesn't use AMQShortStringx.
........
  r502610 | bhupendrab | 2007-02-02 14:26:32 +0000 (Fri, 02 Feb 2007) | 2 lines
  
  QPID-84
  tests for FSContextFactory deleted.fscontext.jar is not part of apache svn.
........
  r502620 | rgreig | 2007-02-02 15:09:08 +0000 (Fri, 02 Feb 2007) | 3 lines
  
  (Submitted by Rupert Smith) 
  Perftests improved with better timeout handling. Shared/unique destinations to ping now an option.
  TestRunner now runs all per-thread setups, synchs all threads, then runs tests, synchas all threads, then runs tear downs.
........
  r502627 | rgreig | 2007-02-02 15:31:30 +0000 (Fri, 02 Feb 2007) | 2 lines
  
  (Submitted by Rupert Smith)
  Fixed problem with losing message results. Was not passing in self generated message correlation id in the async test, to match up replies with.
........
  r502655 | rgreig | 2007-02-02 16:59:14 +0000 (Fri, 02 Feb 2007) | 1 line
  
  (Submitted by Rupert Smith) Options moved to top of contructor. Were at bottom and not being used!
........
  r503593 | ritchiem | 2007-02-05 08:58:30 +0000 (Mon, 05 Feb 2007) | 1 line
  
  Fixed bug in stop(). If a connection is opened not start()ed then closed a NullPointerException will be thrown as the Dispatcher has not been created. 
........
  r503604 | rgreig | 2007-02-05 09:40:04 +0000 (Mon, 05 Feb 2007) | 1 line
  
  QPID-326 : Patch supplied by Rob Godfrey - add oldest message on queue notification, and log notifications in log file
........
  r503609 | ritchiem | 2007-02-05 09:49:59 +0000 (Mon, 05 Feb 2007) | 1 line
  
  Update to performance testing to allow the use of shared destinations. This allows topics to have multiple consumers and the total message counts updated correctly.
........
  r503637 | rgreig | 2007-02-05 11:17:08 +0000 (Mon, 05 Feb 2007) | 2 lines
  
  (Submitted by Rupert Smith)
  Junit-toolkit has now fully migrated onto sourceforge. Snapshot repository location updated.
........
  r503646 | rgreig | 2007-02-05 11:28:57 +0000 (Mon, 05 Feb 2007) | 2 lines
  
  (Submitted by Rupert Smith)
  This local repository is no longer needed. JUnit-Toolkit snapshot repository is now hosted on sourceforge: http://junit-toolkit.svn.sourceforge.net/svnroot/junit-toolkit/. A release is also in progress to the central maven repository.
........
  r503706 | bhupendrab | 2007-02-05 14:45:18 +0000 (Mon, 05 Feb 2007) | 2 lines
  
  QPID-213 
  Also the parameter selection of boolean type is made as check-boxes instead of a drop-down.
........


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/perftesting_persistent@504056 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://svn.apache.org/repos/asf/incubator/qpid/trunk

........
  r501448 | kpvdr | 2007-01-30 16:27:47 +0000 (Tue, 30 Jan 2007) | 1 line
  
  Fixed codegen bug in which fields added by second XML file duplicate ordinal values.
........
  r501455 | rgreig | 2007-01-30 16:40:20 +0000 (Tue, 30 Jan 2007) | 1 line
  
  (Submitted by Rupert Smith) Ping tests refactored. Unused ping test classes removed. JUnit-toolkit 0.5-SNAPSHOT added to the build.
........
  r501457 | rgreig | 2007-01-30 16:42:37 +0000 (Tue, 30 Jan 2007) | 1 line
  
  (Submitted by Rupert Smith) Added PingClient.java which was forgotten from last commit.
........
  r501465 | rgreig | 2007-01-30 16:53:41 +0000 (Tue, 30 Jan 2007) | 1 line
  
  (Submitted by Rupert Smith) Updated the README.txt to give a fuller explanation for the creation of the temporary local maven repository.
........
  r501472 | kpvdr | 2007-01-30 16:59:38 +0000 (Tue, 30 Jan 2007) | 1 line
  
  Small codegen code tidy-up
........
  r501804 | rgreig | 2007-01-31 11:29:33 +0000 (Wed, 31 Jan 2007) | 3 lines
  
  (Patch submitted by Rupert Smith)
  Added a ping latency test. 
  Uploaded new junit-toolkit snapshot for self timed tests.
........
  r501914 | ritchiem | 2007-01-31 17:25:42 +0000 (Wed, 31 Jan 2007) | 3 lines
  
  QPID-334 WeakReferenceMessageHandle uses a singleton so when body is purged by gc it cannot be reset 
  
  Changed to use an Arraylist of size 1 as per JIRA entry.
........
  r501917 | ritchiem | 2007-01-31 17:31:04 +0000 (Wed, 31 Jan 2007) | 6 lines
  
  QPID-333 Message Properties on non Qpid Messages are not preserved
  Updated MessageConverter to have a constructor that takes a Message type. 
  
  Updated MessageConverterTest to use the new NonQpidMessage to test it out.
  
  JMSHeaderAdapter.java - whitespace changes and comment noting that null return is required.
........
  r501920 | ritchiem | 2007-01-31 17:43:45 +0000 (Wed, 31 Jan 2007) | 1 line
  
  Unused so removing
........
  r501945 | vinoski | 2007-01-31 19:00:26 +0000 (Wed, 31 Jan 2007) | 1 line
  
  patch from Jonathan Anstey for QPID-332
........
  r502172 | ritchiem | 2007-02-01 09:37:39 +0000 (Thu, 01 Feb 2007) | 3 lines
  
  QPID-333 Committed test class rename to stop it being picked up by Surefire
  
  AMQTopic.java - whitespace
........
  r502178 | bhupendrab | 2007-02-01 10:01:32 +0000 (Thu, 01 Feb 2007) | 1 line
  
  virtual host string corrected
........
  r502179 | rgreig | 2007-02-01 10:13:21 +0000 (Thu, 01 Feb 2007) | 1 line
  
  (Submitted by Rupert Smith) Added comments as a reminder of improvements to be made to the tests.
........
  r502180 | bhupendrab | 2007-02-01 10:13:55 +0000 (Thu, 01 Feb 2007) | 2 lines
  
  QPID-331
  and setting operation parameters to default values after executing the operation once.
........
  r502182 | rgreig | 2007-02-01 10:18:36 +0000 (Thu, 01 Feb 2007) | 1 line
  
  (Submitted by Rupert Smith) Added comments as a reminder of improvements to be made to the tests.
........
  r502248 | ritchiem | 2007-02-01 15:47:17 +0000 (Thu, 01 Feb 2007) | 7 lines
  
  QPID-339 Java client hangs when starting up (intermittently)
  
  Patched the problem where the dispatcher would hang. The previous logic was flawed.
  
  Patch worked on by Robert Godfrey and Martin Ritchie.
  
  Added test to ensure that the connection is not automatically started.
........
  r502249 | ritchiem | 2007-02-01 15:50:52 +0000 (Thu, 01 Feb 2007) | 3 lines
  
  QPID-330 Clients occasionally fail to notice connect
  
  The AMQConnection.java constructor now deals with the full connection process. The failover thread should not be started. This allows the connection method to be simplified and not Thread.sleep waiting for the connection.
........
  r502253 | ritchiem | 2007-02-01 16:01:14 +0000 (Thu, 01 Feb 2007) | 11 lines
  
  QPID-339 Java client hangs when starting up (intermittently)
  
  Patched the problem where the dispatcher would hang. The previous logic was flawed.
  
  Patch worked on by Robert Godfrey and Martin Ritchie.
  
  Added test to ensure that the connection is not automatically started.
  
  (Only added the test last time by mistake. This is the actual fix)
  
  With a test for the DispatcherTest
........
  r502261 | ritchiem | 2007-02-01 16:25:57 +0000 (Thu, 01 Feb 2007) | 2 lines
  
  QPID-339 DispatcherTest.java was broker now it actually tests correctly.
  Added test to Check changing message listeners
........
  r502268 | ritchiem | 2007-02-01 16:32:56 +0000 (Thu, 01 Feb 2007) | 1 line
  
  Increased logging on a failure to attain state
........
  r502269 | bhupendrab | 2007-02-01 16:34:21 +0000 (Thu, 01 Feb 2007) | 1 line
  
  some part commented, so that it lets users copy paste the host details on the new connection window
........
  r502271 | ritchiem | 2007-02-01 16:36:54 +0000 (Thu, 01 Feb 2007) | 3 lines
  
  QPID-341  When using Queues and Topics defined via JNDI settings are not preserved.
  
  Removed extraction of destination/queue name and used BindingURL directly to create Destination.
........
  r502273 | ritchiem | 2007-02-01 16:38:45 +0000 (Thu, 01 Feb 2007) | 2 lines
  
  Added more intelij files to the ignore list
........
  r502576 | ritchiem | 2007-02-02 11:13:13 +0000 (Fri, 02 Feb 2007) | 4 lines
  
  QPID-343 Performance test suite doesn't output missing message count on failure.
  
  Updated PingAsyncTestPerf to output missing messsage count.
  Updated PingPongProducer so it doesn't use AMQShortStringx.
........
  r502610 | bhupendrab | 2007-02-02 14:26:32 +0000 (Fri, 02 Feb 2007) | 2 lines
  
  QPID-84
  tests for FSContextFactory deleted.fscontext.jar is not part of apache svn.
........
  r502620 | rgreig | 2007-02-02 15:09:08 +0000 (Fri, 02 Feb 2007) | 3 lines
  
  (Submitted by Rupert Smith) 
  Perftests improved with better timeout handling. Shared/unique destinations to ping now an option.
  TestRunner now runs all per-thread setups, synchs all threads, then runs tests, synchas all threads, then runs tear downs.
........
  r502627 | rgreig | 2007-02-02 15:31:30 +0000 (Fri, 02 Feb 2007) | 2 lines
  
  (Submitted by Rupert Smith)
  Fixed problem with losing message results. Was not passing in self generated message correlation id in the async test, to match up replies with.
........
  r502655 | rgreig | 2007-02-02 16:59:14 +0000 (Fri, 02 Feb 2007) | 1 line
  
  (Submitted by Rupert Smith) Options moved to top of contructor. Were at bottom and not being used!
........
  r503593 | ritchiem | 2007-02-05 08:58:30 +0000 (Mon, 05 Feb 2007) | 1 line
  
  Fixed bug in stop(). If a connection is opened not start()ed then closed a NullPointerException will be thrown as the Dispatcher has not been created. 
........
  r503604 | rgreig | 2007-02-05 09:40:04 +0000 (Mon, 05 Feb 2007) | 1 line
  
  QPID-326 : Patch supplied by Rob Godfrey - add oldest message on queue notification, and log notifications in log file
........
  r503609 | ritchiem | 2007-02-05 09:49:59 +0000 (Mon, 05 Feb 2007) | 1 line
  
  Update to performance testing to allow the use of shared destinations. This allows topics to have multiple consumers and the total message counts updated correctly.
........
  r503637 | rgreig | 2007-02-05 11:17:08 +0000 (Mon, 05 Feb 2007) | 2 lines
  
  (Submitted by Rupert Smith)
  Junit-toolkit has now fully migrated onto sourceforge. Snapshot repository location updated.
........
  r503646 | rgreig | 2007-02-05 11:28:57 +0000 (Mon, 05 Feb 2007) | 2 lines
  
  (Submitted by Rupert Smith)
  This local repository is no longer needed. JUnit-Toolkit snapshot repository is now hosted on sourceforge: http://junit-toolkit.svn.sourceforge.net/svnroot/junit-toolkit/. A release is also in progress to the central maven repository.
........
  r503706 | bhupendrab | 2007-02-05 14:45:18 +0000 (Mon, 05 Feb 2007) | 2 lines
  
  QPID-213 
  Also the parameter selection of boolean type is made as check-boxes instead of a drop-down.
........


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/perftesting_persistent@504056 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-309 fix for incorrect filemodes as pointed out by Steve</title>
<updated>2007-01-19T16:53:20+00:00</updated>
<author>
<name>Marnie McCormack</name>
<email>marnie@apache.org</email>
</author>
<published>2007-01-19T16:53:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=ef5789e0ee37e8617b5d13aee4f8c2969f14a32a'/>
<id>ef5789e0ee37e8617b5d13aee4f8c2969f14a32a</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@497872 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@497872 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Corrected file modes from 493 to 473, problem detected after move to 2.2-SNAPSHOT version of assembly plugin which threw an exception on invalid file modes</title>
<updated>2007-01-19T11:11:10+00:00</updated>
<author>
<name>Marnie McCormack</name>
<email>marnie@apache.org</email>
</author>
<published>2007-01-19T11:11:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=dd54ba1058f07e8d47fde0c2f04976e2a70fe02f'/>
<id>dd54ba1058f07e8d47fde0c2f04976e2a70fe02f</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@497776 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@497776 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@496276 13f79535-47bb-0310-9956-ffa450edef68</title>
<updated>2007-01-15T11:21:13+00:00</updated>
<author>
<name>Bhupendra Bhusman Bhardwaj</name>
<email>bhupendrab@apache.org</email>
</author>
<published>2007-01-15T11:21:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=b1ab62d791e2c3aa349efe2c75416ab099de3a29'/>
<id>b1ab62d791e2c3aa349efe2c75416ab099de3a29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>patch provided by Nuno Santos</title>
<updated>2007-01-12T17:31:41+00:00</updated>
<author>
<name>Bhupendra Bhusman Bhardwaj</name>
<email>bhupendrab@apache.org</email>
</author>
<published>2007-01-12T17:31:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=a2249eadf8e74a033b72628c294bdcedb6f197df'/>
<id>a2249eadf8e74a033b72628c294bdcedb6f197df</id>
<content type='text'>
QPID-279

git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@495652 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
QPID-279

git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@495652 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>added the README.txt</title>
<updated>2007-01-12T12:23:20+00:00</updated>
<author>
<name>Bhupendra Bhusman Bhardwaj</name>
<email>bhupendrab@apache.org</email>
</author>
<published>2007-01-12T12:23:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=92291649312f7379664519520d4f911042edcd77'/>
<id>92291649312f7379664519520d4f911042edcd77</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@495561 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@495561 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>keeping the management console in main distribution for now</title>
<updated>2007-01-12T09:23:48+00:00</updated>
<author>
<name>Bhupendra Bhusman Bhardwaj</name>
<email>bhupendrab@apache.org</email>
</author>
<published>2007-01-12T09:23:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=d1c0695a2e800f9ee1325a2cc42fbed11b4f30a4'/>
<id>d1c0695a2e800f9ee1325a2cc42fbed11b4f30a4</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@495525 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@495525 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed assembly:directory target issue in distribution pom</title>
<updated>2007-01-12T01:26:05+00:00</updated>
<author>
<name>Martin Ritchie</name>
<email>ritchiem@apache.org</email>
</author>
<published>2007-01-12T01:26:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=8a263b314760622f624548303c2e642bac27b2cc'/>
<id>8a263b314760622f624548303c2e642bac27b2cc</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@495461 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@495461 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-146 QPID-112 QPID-278</title>
<updated>2007-01-12T01:03:21+00:00</updated>
<author>
<name>Martin Ritchie</name>
<email>ritchiem@apache.org</email>
</author>
<published>2007-01-12T01:03:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=d1abe24b52a1550d56049d05db10371927f741e6'/>
<id>d1abe24b52a1550d56049d05db10371927f741e6</id>
<content type='text'>
Summary
Reworked a lot of the distribution work done by the build system.
This ended up with me creating a reduced client distribution (hope that is ok Steve)
Each module now has has a distribution directory (except common it may need a tests build later) This will build the individual components in to a distribution binary only, binary with tests and source.

To build the binary with tests in the distribution directory use profile tests so $mvn -Ptests

In all cases the dependencies have been reduced and correctly assigned to the correct scope.
There were a couple of cases where a runtime dependency of one of our dependencies didn't make it in to the distributions so they were added explicitly. This should be looked at again.

Specifics
Broker:
Three new assembly files are located in the distribution/src directory (broker-bin taking heavily from distribution - bin) these generate the three distributions.

SimpleFilterManager.java removed slf4j reference

broker/test directory removed as it was left over from the ant system

Client:
Added intelij files to ignore list.

client/dist deleted as it was left over from the ant system

client/distribution as for the broker three assemblies matching the three distributions

Renamed log4j.properties to client.log4j to prevent issues when it is packaged into the jar.

Removed old_test ping and requestreply1 as they have been moved to perftests

Moved broker back to a test dependency. This required modifying AMQSession.java to remove reference to ExchangeBoundHandler.java

Common:

Added more common dependencies from broker and client here.

Distribution:

Reduced the assemblies to only build the full project binary, binary with tests and source.

Perftests:
Added building of perftests distribution so this can be bundled separately.

Resources:
Moved Resources from distribution project to root level this allows them to be easily incorporated in all projects.

Systests:
as with perftests now builds a separate distribution that can be used on an existing installation.
renamed log4j.properties to systests.log4j to prevent logging problems.

As systests is a module having the code under the test folder isn't accurate as it is the main code. Test code here should be testing the tests :D !! 




git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@495455 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary
Reworked a lot of the distribution work done by the build system.
This ended up with me creating a reduced client distribution (hope that is ok Steve)
Each module now has has a distribution directory (except common it may need a tests build later) This will build the individual components in to a distribution binary only, binary with tests and source.

To build the binary with tests in the distribution directory use profile tests so $mvn -Ptests

In all cases the dependencies have been reduced and correctly assigned to the correct scope.
There were a couple of cases where a runtime dependency of one of our dependencies didn't make it in to the distributions so they were added explicitly. This should be looked at again.

Specifics
Broker:
Three new assembly files are located in the distribution/src directory (broker-bin taking heavily from distribution - bin) these generate the three distributions.

SimpleFilterManager.java removed slf4j reference

broker/test directory removed as it was left over from the ant system

Client:
Added intelij files to ignore list.

client/dist deleted as it was left over from the ant system

client/distribution as for the broker three assemblies matching the three distributions

Renamed log4j.properties to client.log4j to prevent issues when it is packaged into the jar.

Removed old_test ping and requestreply1 as they have been moved to perftests

Moved broker back to a test dependency. This required modifying AMQSession.java to remove reference to ExchangeBoundHandler.java

Common:

Added more common dependencies from broker and client here.

Distribution:

Reduced the assemblies to only build the full project binary, binary with tests and source.

Perftests:
Added building of perftests distribution so this can be bundled separately.

Resources:
Moved Resources from distribution project to root level this allows them to be easily incorporated in all projects.

Systests:
as with perftests now builds a separate distribution that can be used on an existing installation.
renamed log4j.properties to systests.log4j to prevent logging problems.

As systests is a module having the code under the test folder isn't accurate as it is the main code. Test code here should be testing the tests :D !! 




git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@495455 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
</feed>
