Hi, I followed the steps to build shinding on my machine (Ubuntu 8.04) today 15/11/2008
Getting the code Create a subdirectory and checkout the Shindig code from its Subversion repository. 1. mkdir ~/src/shindig (or wherever you'd like to put it) 2. cd ~/src/shindig 3. svn co http://svn.apache.org/repos/asf/incubator/shindig/trunk/ . 4. mvn got the following errors [INFO] ------------------------------------------------------------------------ [INFO] Building Apache Shindig Features [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------ [INFO] [resources:resources] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 104 resources to /features [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] /features/pubsub/feature.xml (No such file or directory) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1 minute 7 seconds [INFO] Finished at: Sat Nov 15 10:48:25 UTC 2008 [INFO] Final Memory: 20M/35M [INFO] ------------------------------------------------------------------------ [EMAIL PROTECTED]/src/shindig$ -- Regards Santhosh S

