Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha3
-
Fix Version/s: 2.0-Alpha3
-
Labels:None
-
Environment:ICEpush 2.0.0 A3 pre-release.
-
Affects:Sample App./Tutorial
Description
When building the integration distribution bundles (any of them) the included icechat sample always fails to build with the following error:
BUILD FAILED
/Users/Ken/Code/ICEpushBundles/bin/icepush-basic/build.xml:42: Basedir /Users/Ken/Code/ICEpushBundles/bin/icepush-basic/samples/icechat/beans does not exist
To reproduce first build the distribution bundles for the integrations via "ant -file build.packages.xml" in the /snowplow directory. Then unpack the generated distribution bundles in the /dist/ directory (*.zip files). Then try to "ant" from within the top level directory in any of the bundles.
It looks like we are simply not including the required icechat/beans directory in the bundles.
BUILD FAILED
/Users/Ken/Code/ICEpushBundles/bin/icepush-basic/build.xml:42: Basedir /Users/Ken/Code/ICEpushBundles/bin/icepush-basic/samples/icechat/beans does not exist
To reproduce first build the distribution bundles for the integrations via "ant -file build.packages.xml" in the /snowplow directory. Then unpack the generated distribution bundles in the /dist/ directory (*.zip files). Then try to "ant" from within the top level directory in any of the bundles.
It looks like we are simply not including the required icechat/beans directory in the bundles.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #21266 | Mon Apr 19 12:26:21 MDT 2010 | ted.goddard | including auth classes in individual bundles( |
Files Changed | ||||
![]() |
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 2.0-Alpha3 [ 10224 ] | |
Affects | [Sample App./Tutorial] | |
Assignee Priority | P1 | |
Assignee | Carlo Guglielmin [ carlo.guglielmin ] |
Assignee | Carlo Guglielmin [ carlo.guglielmin ] | Ted Goddard [ ted.goddard ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #21269 | Mon Apr 19 13:44:16 MDT 2010 | ted.goddard | bundle build dependencies except for wicket ( |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #21270 | Mon Apr 19 14:01:43 MDT 2010 | ted.goddard | working icechat for wicket ( |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #21276 | Mon Apr 19 15:57:00 MDT 2010 | ted.goddard | relative wicket pushpanel build ( |
Files Changed | ||||
![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P1 |
icechat sample builds in bundles should now be working (with the exception of wicket).
"beans" was no longer a valid dependency and "auth" and "api" dependencies needed to be added.