Commit Graph

104 Commits

Author SHA1 Message Date
Florian Schmaus b5cac9c68a SMACK-286 fix unit test for newer ant versions
Some unit tests depend on SmackConfiguration being loaded, so that the
initializer was run and the providers where configured. We create this
condition now by setting "reloading=false" to the junit task and hope
that there was a unit test before us that loaded SmackConfiguration.

But we keep in mind that this is only a ugly workaround, as unit test
should work on their own and have no inter-dependencies,
2014-02-03 18:25:40 +01:00
rcollier ab189706ed Updated version for post release
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_4_0@13893 b35dd754-fafc-0310-a699-88a17e54d16e
2014-02-03 02:03:54 +00:00
rcollier 9a2993e661 Updated versioning for release (3.4.0)
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_4_0@13891 b35dd754-fafc-0310-a699-88a17e54d16e
2014-02-03 01:55:16 +00:00
rcollier 33e2094fe4 SMACK-434 (and 529) Added support for experimental code, that is XEP's that have not yet made it to the draft state.
This new souce directory and artifact initially contains message carbons (XEP-0280) code provided by George Lukas.


git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_4_0@13882 b35dd754-fafc-0310-a699-88a17e54d16e
2014-01-31 03:41:25 +00:00
rcollier e4ae5565f0 SMACK-343 Made all non core jars set the smack jar as the fragment host.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_4_0@13877 b35dd754-fafc-0310-a699-88a17e54d16e
2014-01-26 14:49:45 +00:00
rcollier 3a0b1b6197 Added some versioning to the jar files to match the versioning on the release build.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_4_0@13876 b35dd754-fafc-0310-a699-88a17e54d16e
2014-01-25 22:48:44 +00:00
rcollier fb6dbda30f SMACK-286 Fixed ant test-unit target to work with configuration changes
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_4_0@13873 b35dd754-fafc-0310-a699-88a17e54d16e
2014-01-22 04:00:03 +00:00
rcollier e49c500ac3 SMACK-436 Moved workgroups to its own source location and jar since it is not (and never will be) part of the specification.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_4_0@13867 b35dd754-fafc-0310-a699-88a17e54d16e
2014-01-20 02:25:35 +00:00
rcollier 9c9eb3efe2 Added version info to the release build zip/tar file
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_4_0@13865 b35dd754-fafc-0310-a699-88a17e54d16e
2014-01-19 17:24:41 +00:00
rcollier f155cb4d07 SMACK-286 Made ProviderManager much more configurable.
Separated the reading of provider files from the ProviderManager.  Manager now only manages.  Added ability to add collections of providers to the manager via a ProviderLoader, of which there is one default implementation which loads from the default file format.  Now provider files can be programmatically added at any time.  Also updated the configuration abilities so that a provider file can also be set via VM arg, as well as the smack configuration itself. Introduced Java Util Logging as well.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_4_0@13861 b35dd754-fafc-0310-a699-88a17e54d16e
2014-01-16 05:14:39 +00:00
rcollier e87daff68f Versioning updates for new release.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_3_1@13761 b35dd754-fafc-0310-a699-88a17e54d16e
2013-10-07 02:42:12 +00:00
rcollier 57051abfea Updated version information for 3.3 release.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_3_0@13638 b35dd754-fafc-0310-a699-88a17e54d16e
2013-05-04 12:15:17 +00:00
Florian Schmaus 63ba2be8c9 build.xml: Added jar-test-smackx target and let test-unit depend on that, so that clean calls of 'ant test-unit' won't fail.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@13403 b35dd754-fafc-0310-a699-88a17e54d16e
2013-01-21 11:35:56 +00:00
Florian Schmaus d88f82f92d build.xml: Fixed accidentially deleted 'junit-' at target test-unit
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@13402 b35dd754-fafc-0310-a699-88a17e54d16e
2013-01-21 11:35:37 +00:00
Florian Schmaus 5b7b13c43f Whitespace fixes in build.xml
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@13401 b35dd754-fafc-0310-a699-88a17e54d16e
2013-01-21 10:35:20 +00:00
Florian Schmaus 767d93894e Enabled smackx unit tests for 'test-unit' target
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@13400 b35dd754-fafc-0310-a699-88a17e54d16e
2013-01-21 10:34:54 +00:00
rcollier 012e1252e2 SMACK-392 Updated test targets in ant build. Fix integration tests and added target for unit tests.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@13371 b35dd754-fafc-0310-a699-88a17e54d16e
2012-11-22 02:05:04 +00:00
rcollier 6dc64671e2 Merge of 3.2 stream back into trunk
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@12965 b35dd754-fafc-0310-a699-88a17e54d16e
2012-02-07 04:32:59 +00:00
rcollier a92d37a32b SMACK-349 Couple of fixes to test cases based on changes in base64 encoding buffer sizes.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_2_0@12957 b35dd754-fafc-0310-a699-88a17e54d16e
2012-01-27 21:30:09 +00:00
rcollier c60184f852 SMACK-343 Added bnd wrap task to build to generate OSGi attributes in the manifest files.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_2_0@12925 b35dd754-fafc-0310-a699-88a17e54d16e
2011-12-21 14:27:06 +00:00
rcollier 3f89df061d Merged the 3.2 branch back into trunk.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@12588 b35dd754-fafc-0310-a699-88a17e54d16e
2011-09-09 01:26:22 +00:00
rcollier 50bf29b122 Updates for Release of 3.2.1
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_2_0@12557 b35dd754-fafc-0310-a699-88a17e54d16e
2011-07-04 19:51:43 +00:00
rcollier 84c43c4fdd Updated all version info for 3.2 release.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@12329 b35dd754-fafc-0310-a699-88a17e54d16e
2011-05-04 23:41:24 +00:00
rcollier 8f1d8b50dd Updated the build to use Java 1.6
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@12305 b35dd754-fafc-0310-a699-88a17e54d16e
2011-04-29 02:37:50 +00:00
rcollier 2150d07435 Merged the 3.2 Beta branch into trunk.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@12107 b35dd754-fafc-0310-a699-88a17e54d16e
2011-03-14 01:53:42 +00:00
rcollier 158e02fb40 Updated versioning info for 3.2 beta release.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@12021 b35dd754-fafc-0310-a699-88a17e54d16e
2011-02-04 00:09:21 +00:00
Günther Niess e5ddf55311 Unit test for handling empty groups (SMACK-294)
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@11640 b35dd754-fafc-0310-a699-88a17e54d16e
2010-02-18 13:38:57 +00:00
Michael Will 37a00e98d1 make finalize method protected
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@11025 b35dd754-fafc-0310-a699-88a17e54d16e
2009-06-04 13:09:25 +00:00
Michael Will 634afb2cad add pmd for codecheck
add generic to the smackx bookmark

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@11023 b35dd754-fafc-0310-a699-88a17e54d16e
2009-06-04 09:56:20 +00:00
Matt Tucker b0614707bd Updating version number.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@10906 b35dd754-fafc-0310-a699-88a17e54d16e
2008-11-19 20:19:20 +00:00
Gaston Dombiak b01fc35f91 Renamed jar to NOT contain the version number. Versions of libraries are kepts in versions.txt.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@10861 b35dd754-fafc-0310-a699-88a17e54d16e
2008-10-31 04:30:17 +00:00
Matt Tucker f73c015eeb Updated version number.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@10855 b35dd754-fafc-0310-a699-88a17e54d16e
2008-10-31 03:48:37 +00:00
Jeff Williams 84fcf53512 Significant improvement to Jingle logging messages, and a new SmackLogger that allows for use of java.commons.logging. Improvements to Jingle processing to keep up with recent changes in the XEPs as we approach approval of the standard. (There will be more changes as the standard changes.) Fixes to the way STUN gets used, and a new JSTUN library (including performance and reliability changes we added to it).
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@10852 b35dd754-fafc-0310-a699-88a17e54d16e
2008-10-30 21:20:29 +00:00
Matt Tucker c46b6f2d08 Updating.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@8334 b35dd754-fafc-0310-a699-88a17e54d16e
2007-05-17 15:01:53 +00:00
Matt Tucker 9b798f5c48 Updating for beta release.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@8279 b35dd754-fafc-0310-a699-88a17e54d16e
2007-05-10 23:30:00 +00:00
Matt Tucker a2a7b9712c Updating trunk version.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@8092 b35dd754-fafc-0310-a699-88a17e54d16e
2007-04-23 16:37:01 +00:00
Matt Tucker c76776f24b Updates for 2.5.2 beta.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@8088 b35dd754-fafc-0310-a699-88a17e54d16e
2007-04-21 20:19:13 +00:00
Matt Tucker 8f56995ad1 Update version number.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7929 b35dd754-fafc-0310-a699-88a17e54d16e
2007-04-07 21:54:05 +00:00
Matt Tucker 9716fd97fd Update version number.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7927 b35dd754-fafc-0310-a699-88a17e54d16e
2007-04-07 21:48:34 +00:00
Matt Tucker a81288c8ae Updated version number.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7851 b35dd754-fafc-0310-a699-88a17e54d16e
2007-03-31 18:08:06 +00:00
Thiago Camargo 30a681a351 Change build and project files
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7435 b35dd754-fafc-0310-a699-88a17e54d16e
2007-03-09 19:44:36 +00:00
Matt Tucker 3a3e784a70 Jingle build cleanup.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7420 b35dd754-fafc-0310-a699-88a17e54d16e
2007-03-09 04:19:11 +00:00
Thiago Camargo e9fc529ac9 Add Jingle jars Ant build
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7218 b35dd754-fafc-0310-a699-88a17e54d16e
2007-02-20 17:50:29 +00:00
Matt Tucker 470cd1245c Javadoc fixes.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7198 b35dd754-fafc-0310-a699-88a17e54d16e
2007-02-19 22:17:27 +00:00
Matt Tucker 858b84d912 Removed ant so that build file works more consistently (including in source release). (SMACK-197)
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7103 b35dd754-fafc-0310-a699-88a17e54d16e
2007-02-14 01:56:49 +00:00
Matt Tucker dee9b8a297 Fixing version in Javadoc.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7007 b35dd754-fafc-0310-a699-88a17e54d16e
2007-02-06 20:08:19 +00:00
Matt Tucker e6b1b4b1e7 Fixed clean target.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@6999 b35dd754-fafc-0310-a699-88a17e54d16e
2007-02-06 18:01:06 +00:00
Matt Tucker 290f1f0558 Release file name fixes.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@6957 b35dd754-fafc-0310-a699-88a17e54d16e
2007-02-05 18:38:37 +00:00
Matt Tucker 06a61c54dc Updates for release.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@6949 b35dd754-fafc-0310-a699-88a17e54d16e
2007-02-04 21:24:51 +00:00
Matt Tucker bf6471e76b Fixes
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@6945 b35dd754-fafc-0310-a699-88a17e54d16e
2007-02-04 06:17:15 +00:00