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 | ||||
MODIFY
/scratchpads/snowplow/build.packages.xml
|
Ken Fyten
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 2.0-Alpha3 [ 10224 ] | |
Affects | [Sample App./Tutorial] | |
Assignee Priority | P1 | |
Assignee | Carlo Guglielmin [ carlo.guglielmin ] |
Ken Fyten
made changes -
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 | ||||
MODIFY
/scratchpads/snowplow/etc/build-basic.xml
MODIFY /scratchpads/snowplow/etc/build-prototype.xml MODIFY /scratchpads/snowplow/etc/build-gwt.xml MODIFY /scratchpads/snowplow/etc/build-spring.xml MODIFY /scratchpads/snowplow/etc/build-jsp.xml MODIFY /scratchpads/snowplow/etc/build-jquery.xml MODIFY /scratchpads/snowplow/etc/build-wicket.xml |
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 | ||||
MODIFY
/scratchpads/snowplow/etc/build-wicket.xml
|
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 | ||||
MODIFY
/scratchpads/snowplow/integration/wicket/samples/pushpanel/build.xml
MODIFY /scratchpads/snowplow/etc/build-wicket.xml |
Ted Goddard
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
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.