Still get build errors with maven, this time using maven command line in 
Fedora 8 using maven 2.09 from the top of the shindig trunk.

Trying to get familiar with Maven, so pardem me if I am missing something 
obvious.

Trying this with a combination of Netbeans 6.1 and the command line mvn 
client.

In Netbeans I had to remove the ~/.m2 directories to get maven to get updated 
jar files.

The build failed on the shindig core test files, so I manually cleaned and 
built using using Netbeans for each subproject.  I got each project to build 
with the exception of the Apache Shindig Social API which fails with the 
following errors: 

Scanning for projects...
project-execute
[#clean]
[clean:clean]
[#process-resources]
[resources:resources]
Using default encoding to copy filtered resources.
[#compile]
[ERROR]Transitive dependency resolution for scope: compile has failed for your 
project.
[ERROR]Error message: Missing:
[ERROR]----------
[ERROR]1) org.apache.abdera:abdera-server:jar:0.5.0-incubating-SNAPSHOT
[ERROR]  Try downloading the file manually from the project website.
[ERROR]  Then, install it using the command: 
[ERROR]      mvn 
install:install-file -DgroupId=org.apache.abdera -DartifactId=abdera-server 
-Dversion=0.5.0-incubating-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
[ERROR]  Alternatively, if you host your own repository you can deploy the 
file there: 
[ERROR]      mvn 
deploy:deploy-file -DgroupId=org.apache.abdera -DartifactId=abdera-server 
-Dversion=0.5.0-incubating-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file 
-Durl=[url] -DrepositoryId=[id]
[ERROR]  Path to dependency: 
[ERROR]         1) org.apache.shindig:shindig-social-api:jar:1-SNAPSHOT
[ERROR]         2) org.apache.abdera:abdera-server:jar:0.5.0-incubating-SNAPSHOT
[ERROR]2) org.apache.abdera:abdera-client:jar:0.5.0-incubating-SNAPSHOT
[ERROR]  Try downloading the file manually from the project website.
[ERROR]  Then, install it using the command: 
[ERROR]      mvn 
install:install-file -DgroupId=org.apache.abdera -DartifactId=abdera-client 
-Dversion=0.5.0-incubating-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
[ERROR]  Alternatively, if you host your own repository you can deploy the 
file there: 
[ERROR]      mvn 
deploy:deploy-file -DgroupId=org.apache.abdera -DartifactId=abdera-client 
-Dversion=0.5.0-incubating-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file 
-Durl=[url] -DrepositoryId=[id]
[ERROR]  Path to dependency: 
[ERROR]         1) org.apache.shindig:shindig-social-api:jar:1-SNAPSHOT
[ERROR]         2) org.apache.abdera:abdera-client:jar:0.5.0-incubating-SNAPSHOT
[ERROR]3) 
org.apache.abdera:abdera-extensions-main:jar:0.5.0-incubating-SNAPSHOT
[ERROR]  Try downloading the file manually from the project website.
[ERROR]  Then, install it using the command: 
[ERROR]      mvn 
install:install-file -DgroupId=org.apache.abdera 
-DartifactId=abdera-extensions-main -Dversion=0.5.0-incubating-SNAPSHOT 
-Dpackaging=jar -Dfile=/path/to/file
[ERROR]  Alternatively, if you host your own repository you can deploy the 
file there: 
[ERROR]      mvn 
deploy:deploy-file -DgroupId=org.apache.abdera 
-DartifactId=abdera-extensions-main -Dversion=0.5.0-incubating-SNAPSHOT 
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[ERROR]  Path to dependency: 
[ERROR]         1) org.apache.shindig:shindig-social-api:jar:1-SNAPSHOT
[ERROR]         2) 
org.apache.abdera:abdera-extensions-main:jar:0.5.0-incubating-SNAPSHOT
[ERROR]4) 
org.apache.abdera:abdera-extensions-html:jar:0.5.0-incubating-SNAPSHOT
[ERROR]  Try downloading the file manually from the project website.
[ERROR]  Then, install it using the command: 
[ERROR]      mvn 
install:install-file -DgroupId=org.apache.abdera 
-DartifactId=abdera-extensions-html -Dversion=0.5.0-incubating-SNAPSHOT 
-Dpackaging=jar -Dfile=/path/to/file
[ERROR]  Alternatively, if you host your own repository you can deploy the 
file there: 
[ERROR]      mvn 
deploy:deploy-file -DgroupId=org.apache.abdera 
-DartifactId=abdera-extensions-html -Dversion=0.5.0-incubating-SNAPSHOT 
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[ERROR]  Path to dependency: 
[ERROR]         1) org.apache.shindig:shindig-social-api:jar:1-SNAPSHOT
[ERROR]         2) 
org.apache.abdera:abdera-extensions-html:jar:0.5.0-incubating-SNAPSHOT
[ERROR]----------
[ERROR]4 required artifacts are missing.
[ERROR]for artifact: 
[ERROR]  org.apache.shindig:shindig-social-api:jar:1-SNAPSHOT
[ERROR]from the specified remote repositories:
[ERROR]  oauth (http://oauth.googlecode.com/svn/code/maven),
[ERROR]  apache.snapshots 
(http://people.apache.org/repo/m2-snapshot-repository),
[ERROR]  apache-incubating 
(http://people.apache.org/repo/m2-snapshot-repository),
[ERROR]  central (http://repo1.maven.org/maven2),
[ERROR]  caja (http://google-caja.googlecode.com/svn/maven)
[ERROR]Group-Id: org.apache.shindig
[ERROR]Artifact-Id: shindig-social-api
[ERROR]Version: 1-SNAPSHOT
[ERROR]From file: /home/username/shindig/java/social-api/pom.xml
------------------------------------------------------------------------
For more information, run with the -e flag
------------------------------------------------------------------------
BUILD FAILED
------------------------------------------------------------------------
Total time: < 1 second
Finished at: Thu Jun 05 01:50:28 PDT 2008
Final Memory: 76M/142M
------------------------------------------------------------------------
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

then from the command line:
[EMAIL PROTECTED] shindig]$ mvn -e
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   Apache Shindig Project
[INFO]   Apache Shindig Project Parent
[INFO]   Apache Shindig Common Code
[INFO]   Apache Shindig Gadget Renderer
[INFO]   Apache Shindig Social API
[INFO]   Apache Shindig Features
[INFO]   Apache Shindig Web App
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Shindig Project
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor]
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive 
invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] [install:install]
[INFO] Installing /home/username/shindig/pom.xml 
to 
/home/username/.m2/repository/org/apache/shindig/shindig-project/1-SNAPSHOT/shindig-project-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Shindig Project Parent
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor]
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive 
invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] [install:install]
[INFO] Installing /home/username/shindig/java/pom.xml 
to 
/home/username/.m2/repository/org/apache/shindig/shindig-parent/1-SNAPSHOT/shindig-parent-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Shindig Common Code
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test]
[INFO] Surefire report 
directory: /home/username/shindig/java/common/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.shindig.common.util.Utf8UrlCoderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.apache.shindig.common.util.StringEncodingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running org.apache.shindig.common.util.CheckTest
Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.8 sec
Running org.apache.shindig.common.cache.LruCacheTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.shindig.common.crypto.BlobCrypterTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.518 sec
Running org.apache.shindig.common.crypto.CryptoTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.apache.shindig.common.util.DateUtilTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec

Results :

Tests run: 108, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[INFO] Building 
jar: /home/username/shindig/java/common/target/shindig-common-1-SNAPSHOT.jar
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive 
invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building 
jar: 
/home/username/shindig/java/common/target/shindig-common-1-SNAPSHOT-sources.jar
[INFO] [install:install]
[INFO] 
Installing 
/home/username/shindig/java/common/target/shindig-common-1-SNAPSHOT.jar 
to 
/home/username/.m2/repository/org/apache/shindig/shindig-common/1-SNAPSHOT/shindig-common-1-SNAPSHOT.jar
[INFO] 
Installing 
/home/username/shindig/java/common/target/shindig-common-1-SNAPSHOT-sources.jar 
to 
/home/username/.m2/repository/org/apache/shindig/shindig-common/1-SNAPSHOT/shindig-common-1-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Shindig Gadget Renderer
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test]
[INFO] Surefire report 
directory: /home/username/shindig/java/gadgets/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.shindig.gadgets.BidiSubstituterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.apache.shindig.gadgets.servlet.ProxyHandlerTest
Jun 5, 2008 2:07:40 AM org.apache.shindig.gadgets.servlet.ProxyHandler fetch
INFO: Embed request for url  made to wrong domain www.example.com
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec
Running org.apache.shindig.gadgets.rewrite.LinkingTagRewriterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.apache.shindig.gadgets.servlet.JsonRpcHandlerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 sec
Running org.apache.shindig.gadgets.spec.LocaleSpecTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.apache.shindig.gadgets.spec.ModulePrefsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.apache.shindig.gadgets.http.HttpRequestTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.shindig.gadgets.servlet.HttpUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
Running org.apache.shindig.gadgets.http.BasicHttpCacheTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.515 sec
Running org.apache.shindig.gadgets.ContainerConfigTest
Jun 5, 2008 2:07:42 AM org.apache.shindig.gadgets.ContainerConfig 
loadContainers
INFO: Loading files 
from: /tmp/org.apache.shindig.gadgets.ContainerConfigTest44705.json
Jun 5, 2008 2:07:42 AM org.apache.shindig.gadgets.ContainerConfig loadFiles
INFO: Reading container config: 
org.apache.shindig.gadgets.ContainerConfigTest44705.json
Jun 5, 2008 2:07:42 AM org.apache.shindig.gadgets.ContainerConfig 
loadContainers
INFO: Loading files 
from: /tmp/org.apache.shindig.gadgets.ContainerConfigTest44707.json
Jun 5, 2008 2:07:42 AM org.apache.shindig.gadgets.ContainerConfig loadFiles
INFO: Reading container config: 
org.apache.shindig.gadgets.ContainerConfigTest44707.json
Jun 5, 2008 2:07:42 AM org.apache.shindig.gadgets.ContainerConfig 
loadContainers
INFO: Loading files 
from: /tmp/org.apache.shindig.gadgets.ContainerConfigTest44706.json
Jun 5, 2008 2:07:42 AM org.apache.shindig.gadgets.ContainerConfig loadFiles
INFO: Reading container config: 
org.apache.shindig.gadgets.ContainerConfigTest44706.json
Jun 5, 2008 2:07:42 AM org.apache.shindig.gadgets.ContainerConfig 
loadContainers
INFO: Loading files 
from: /tmp/org.apache.shindig.gadgets.ContainerConfigTest44708.json
Jun 5, 2008 2:07:42 AM org.apache.shindig.gadgets.ContainerConfig loadFiles
INFO: Reading container config: 
org.apache.shindig.gadgets.ContainerConfigTest44708.json
Jun 5, 2008 2:07:42 AM org.apache.shindig.gadgets.ContainerConfig 
loadContainers
INFO: Loading files 
from: /tmp/org.apache.shindig.gadgets.ContainerConfigTest44709.json
Jun 5, 2008 2:07:42 AM org.apache.shindig.gadgets.ContainerConfig loadFiles
INFO: Reading container config: 
org.apache.shindig.gadgets.ContainerConfigTest44709.json
Jun 5, 2008 2:07:42 AM org.apache.shindig.gadgets.ContainerConfig 
loadContainers
INFO: Loading files 
from: /tmp/org.apache.shindig.gadgets.ContainerConfigTest44710.json
Jun 5, 2008 2:07:42 AM org.apache.shindig.gadgets.ContainerConfig loadFiles
INFO: Reading container config: 
org.apache.shindig.gadgets.ContainerConfigTest44710.json
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.apache.shindig.gadgets.oauth.OAuthFetcherTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.467 sec
Running org.apache.shindig.gadgets.rewrite.CssRewriterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.shindig.gadgets.rewrite.JavascriptTagMergerTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.shindig.gadgets.spec.ViewTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.apache.shindig.gadgets.spec.GadgetSpecTest
[Fatal Error] :1:23: XML document structures must start and end within the 
same entity.
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running org.apache.shindig.gadgets.spec.UserPrefTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running org.apache.shindig.gadgets.GadgetFeatureRegistryTest
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.GadgetFeatureRegistry 
register
INFO: Registering feature: core.feature
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.GadgetFeatureRegistry 
register
INFO: Registering feature: feature0
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.GadgetFeatureRegistry 
register
INFO: Registering feature: feature1
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.GadgetFeatureRegistry 
register
INFO: Registering feature: feature2
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.GadgetFeatureRegistry 
register
INFO: Registering feature: feature3
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.GadgetFeatureRegistry 
register
INFO: Registering feature: core.feature
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.GadgetFeatureRegistry 
register
INFO: Registering feature: dependency
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.GadgetFeatureRegistry 
register
INFO: Registering feature: feature
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.GadgetFeatureRegistry 
register
INFO: Registering feature: core.feature
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.GadgetFeatureRegistry 
register
INFO: Registering feature: feature
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.shindig.gadgets.http.HttpResponseTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
Running org.apache.shindig.gadgets.BasicGadgetBlacklistTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.apache.shindig.gadgets.http.BasicHttpFetcherTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.shindig.gadgets.JsLibraryTest
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.JsLibrary loadData
INFO: Loading js from: /tmp/testFile44718.js-standalone type: FILE
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.JsLibrary loadData
INFO: Loading js from: /tmp/testOptimized44719.opt.js type: FILE
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.JsLibrary loadData
INFO: Loading js from: /tmp/testOptimized44719.js type: FILE
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.JsLibrary loadDataFromUrl
INFO: Attempting to load js from: http://example.org/file.js
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.shindig.gadgets.oauth.GadgetTokenStoreTest
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.oauth.GadgetOAuthTokenStore 
getGadgetOAuthInfo
WARNING: HTTP methods of access and request URLs have to match. access method 
was: POST. request method was: GET
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.oauth.GadgetOAuthTokenStore 
getGadgetOAuthInfo
WARNING: unknown http method in gadget spec: BLAH
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.oauth.GadgetOAuthTokenStore 
getOAuthParameter
WARNING: parameter 'request_url' missing in oauth feature section of gadget 
spec
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.oauth.GadgetOAuthTokenStore 
getOAuthParameter
WARNING: parameter 'access_url' missing in oauth feature section of gadget 
spec
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.oauth.GadgetOAuthTokenStore 
getOAuthParameter
WARNING: parameter 'authorize_url' missing in oauth feature section of gadget 
spec
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.oauth.GadgetOAuthTokenStore 
getGadgetOAuthInfo
WARNING: gadget spec is missing oauth feature section
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.oauth.GadgetOAuthTokenStore 
getOAuthParameter
WARNING: parameter 'bla' missing in oauth feature section of gadget spec
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
Running org.apache.shindig.gadgets.GadgetServerTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
Running org.apache.shindig.gadgets.JsFeatureLoaderTest
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.GadgetFeatureRegistry 
register
INFO: Registering feature: test
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.GadgetFeatureRegistry 
register
INFO: Registering feature: test
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.JsLibrary loadData
INFO: Loading js from: /tmp/testFileReferences44720.js-noopt type: FILE
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.GadgetFeatureRegistry 
register
INFO: Registering feature: test
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.JsLibrary loadDataFromUrl
INFO: Attempting to load js from: http://example.org/feature.js
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.GadgetFeatureRegistry 
register
INFO: Registering feature: test
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.JsFeatureLoader loadFeatures
INFO: Loading files from: /tmp/testMultiplePaths44721test.xml
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.JsFeatureLoader processFile
INFO: Loading file: testMultiplePaths44721test.xml
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.JsFeatureLoader loadFeatures
INFO: Loading files from: /tmp/testMultiplePaths44722test2.xml
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.JsFeatureLoader processFile
INFO: Loading file: testMultiplePaths44722test2.xml
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.GadgetFeatureRegistry 
register
INFO: Registering feature: test
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.GadgetFeatureRegistry 
register
INFO: Registering feature: test2
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.apache.shindig.gadgets.spec.FeatureTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.shindig.gadgets.servlet.HttpGadgetContextTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.shindig.gadgets.spec.IconTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.shindig.gadgets.SigningFetcherTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 sec
Running org.apache.shindig.gadgets.SubstitutionsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.shindig.gadgets.rewrite.HtmlRewriterTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.shindig.gadgets.servlet.JsonRpcGadgetContextTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.shindig.gadgets.servlet.GadgetRenderingTaskTest
Jun 5, 2008 2:07:43 AM org.apache.shindig.gadgets.servlet.GadgetRenderingTask 
mustRedirectToLockedDomain
INFO: Redirecting gadget http://example.org/gadget.xml from domain 
www.example.com to domain 
http://locked.example.com/gadgets/ifr?stuff=foo%20bar
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
Running org.apache.shindig.gadgets.HashLockedDomainServiceTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.shindig.gadgets.spec.MessageBundleTest
[Fatal Error] :1:2: The markup in the document preceding the root element must 
be well-formed.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.shindig.gadgets.UserPrefSubstituterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.shindig.gadgets.oauth.BasicOAuthStoreTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec

Results :

Tests run: 192, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[INFO] Building 
jar: /home/username/shindig/java/gadgets/target/shindig-gadgets-1-SNAPSHOT.jar
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive 
invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building 
jar: 
/home/username/shindig/java/gadgets/target/shindig-gadgets-1-SNAPSHOT-sources.jar
[INFO] [install:install]
[INFO] 
Installing 
/home/username/shindig/java/gadgets/target/shindig-gadgets-1-SNAPSHOT.jar 
to 
/home/username/.m2/repository/org/apache/shindig/shindig-gadgets/1-SNAPSHOT/shindig-gadgets-1-SNAPSHOT.jar
[INFO] 
Installing 
/home/username/shindig/java/gadgets/target/shindig-gadgets-1-SNAPSHOT-sources.jar
 
to 
/home/username/.m2/repository/org/apache/shindig/shindig-gadgets/1-SNAPSHOT/shindig-gadgets-1-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Shindig Social API
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] snapshot org.apache.abdera:abdera-server:0.5.0-incubating-SNAPSHOT: 
checking for updates from caja
[INFO] snapshot org.apache.abdera:abdera-server:0.5.0-incubating-SNAPSHOT: 
checking for updates from oauth
[INFO] snapshot org.apache.abdera:abdera-server:0.5.0-incubating-SNAPSHOT: 
checking for updates from apache-incubating
[INFO] snapshot org.apache.abdera:abdera-server:0.5.0-incubating-SNAPSHOT: 
checking for updates from apache.snapshots
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/abdera/abdera-server/0.5.0-incubating-SNAPSHOT/abdera-server-0.5.0-incubating-20080527.211805-5.pom
3K downloaded
[INFO] snapshot org.apache.abdera:abdera:0.5.0-incubating-SNAPSHOT: checking 
for updates from caja
[INFO] snapshot org.apache.abdera:abdera:0.5.0-incubating-SNAPSHOT: checking 
for updates from oauth
[INFO] snapshot org.apache.abdera:abdera:0.5.0-incubating-SNAPSHOT: checking 
for updates from apache-incubating
[INFO] snapshot org.apache.abdera:abdera:0.5.0-incubating-SNAPSHOT: checking 
for updates from apache.snapshots
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/abdera/abdera/0.5.0-incubating-SNAPSHOT/abdera-0.5.0-incubating-20080527.211805-7.pom
13K downloaded
[INFO] snapshot org.apache.abdera:abdera-core:0.5.0-incubating-SNAPSHOT: 
checking for updates from caja
[INFO] snapshot org.apache.abdera:abdera-core:0.5.0-incubating-SNAPSHOT: 
checking for updates from oauth
[INFO] snapshot org.apache.abdera:abdera-core:0.5.0-incubating-SNAPSHOT: 
checking for updates from apache-incubating
[INFO] snapshot org.apache.abdera:abdera-core:0.5.0-incubating-SNAPSHOT: 
checking for updates from apache.snapshots
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/abdera/abdera-core/0.5.0-incubating-SNAPSHOT/abdera-core-0.5.0-incubating-20080527.211805-7.pom
2K downloaded
[INFO] snapshot org.apache.abdera:abdera-i18n:0.5.0-incubating-SNAPSHOT: 
checking for updates from caja
[INFO] snapshot org.apache.abdera:abdera-i18n:0.5.0-incubating-SNAPSHOT: 
checking for updates from oauth
[INFO] snapshot org.apache.abdera:abdera-i18n:0.5.0-incubating-SNAPSHOT: 
checking for updates from apache-incubating
[INFO] snapshot org.apache.abdera:abdera-i18n:0.5.0-incubating-SNAPSHOT: 
checking for updates from apache.snapshots
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/abdera/abdera-i18n/0.5.0-incubating-SNAPSHOT/abdera-i18n-0.5.0-incubating-20080527.211805-7.pom
1K downloaded
Downloading: 
http://google-caja.googlecode.com/svn/maven/org/apache/geronimo/specs/geronimo-activation_1.0.2_spec/1.1/geronimo-activation_1.0.2_spec-1.1.pom
Downloading: 
http://oauth.googlecode.com/svn/code/maven/org/apache/geronimo/specs/geronimo-activation_1.0.2_spec/1.1/geronimo-activation_1.0.2_spec-1.1.pom
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/geronimo/specs/geronimo-activation_1.0.2_spec/1.1/geronimo-activation_1.0.2_spec-1.1.pom
Downloading: 
http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-activation_1.0.2_spec/1.1/geronimo-activation_1.0.2_spec-1.1.pom
769b downloaded
Downloading: 
http://google-caja.googlecode.com/svn/maven/org/apache/geronimo/specs/specs/1.1/specs-1.1.pom
Downloading: 
http://oauth.googlecode.com/svn/code/maven/org/apache/geronimo/specs/specs/1.1/specs-1.1.pom
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/geronimo/specs/specs/1.1/specs-1.1.pom
Downloading: 
http://repo1.maven.org/maven2/org/apache/geronimo/specs/specs/1.1/specs-1.1.pom
13K downloaded
[INFO] snapshot org.apache.abdera:abdera-parser:0.5.0-incubating-SNAPSHOT: 
checking for updates from caja
[INFO] snapshot org.apache.abdera:abdera-parser:0.5.0-incubating-SNAPSHOT: 
checking for updates from oauth
[INFO] snapshot org.apache.abdera:abdera-parser:0.5.0-incubating-SNAPSHOT: 
checking for updates from apache-incubating
[INFO] snapshot org.apache.abdera:abdera-parser:0.5.0-incubating-SNAPSHOT: 
checking for updates from apache.snapshots
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/abdera/abdera-parser/0.5.0-incubating-SNAPSHOT/abdera-parser-0.5.0-incubating-20080527.211805-5.pom
2K downloaded
Downloading: 
http://google-caja.googlecode.com/svn/maven/org/apache/ws/commons/axiom/axiom-impl/1.2.5/axiom-impl-1.2.5.pom
Downloading: 
http://oauth.googlecode.com/svn/code/maven/org/apache/ws/commons/axiom/axiom-impl/1.2.5/axiom-impl-1.2.5.pom
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/ws/commons/axiom/axiom-impl/1.2.5/axiom-impl-1.2.5.pom
Downloading: 
http://repo1.maven.org/maven2/org/apache/ws/commons/axiom/axiom-impl/1.2.5/axiom-impl-1.2.5.pom
2K downloaded
Downloading: 
http://google-caja.googlecode.com/svn/maven/org/apache/ws/commons/axiom/axiom-parent/1.2.5/axiom-parent-1.2.5.pom
Downloading: 
http://oauth.googlecode.com/svn/code/maven/org/apache/ws/commons/axiom/axiom-parent/1.2.5/axiom-parent-1.2.5.pom
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/ws/commons/axiom/axiom-parent/1.2.5/axiom-parent-1.2.5.pom
Downloading: 
http://repo1.maven.org/maven2/org/apache/ws/commons/axiom/axiom-parent/1.2.5/axiom-parent-1.2.5.pom
19K downloaded
Downloading: 
http://google-caja.googlecode.com/svn/maven/org/apache/ws/commons/axiom/axiom-api/1.2.5/axiom-api-1.2.5.pom
Downloading: 
http://oauth.googlecode.com/svn/code/maven/org/apache/ws/commons/axiom/axiom-api/1.2.5/axiom-api-1.2.5.pom
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/ws/commons/axiom/axiom-api/1.2.5/axiom-api-1.2.5.pom
Downloading: 
http://repo1.maven.org/maven2/org/apache/ws/commons/axiom/axiom-api/1.2.5/axiom-api-1.2.5.pom
2K downloaded
Downloading: 
http://google-caja.googlecode.com/svn/maven/jaxen/jaxen/1.1-beta-9/jaxen-1.1-beta-9.pom
Downloading: 
http://oauth.googlecode.com/svn/code/maven/jaxen/jaxen/1.1-beta-9/jaxen-1.1-beta-9.pom
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/jaxen/jaxen/1.1-beta-9/jaxen-1.1-beta-9.pom
Downloading: 
http://repo1.maven.org/maven2/jaxen/jaxen/1.1-beta-9/jaxen-1.1-beta-9.pom
7K downloaded
Downloading: 
http://google-caja.googlecode.com/svn/maven/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
Downloading: 
http://oauth.googlecode.com/svn/code/maven/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
Downloading: 
http://repo1.maven.org/maven2/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
738b downloaded
Downloading: 
http://google-caja.googlecode.com/svn/maven/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0.1/geronimo-stax-api_1.0_spec-1.0.1.pom
Downloading: 
http://oauth.googlecode.com/svn/code/maven/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0.1/geronimo-stax-api_1.0_spec-1.0.1.pom
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0.1/geronimo-stax-api_1.0_spec-1.0.1.pom
Downloading: 
http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0.1/geronimo-stax-api_1.0_spec-1.0.1.pom
2K downloaded
Downloading: 
http://google-caja.googlecode.com/svn/maven/org/apache/geronimo/specs/specs/1.3/specs-1.3.pom
Downloading: 
http://oauth.googlecode.com/svn/code/maven/org/apache/geronimo/specs/specs/1.3/specs-1.3.pom
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/geronimo/specs/specs/1.3/specs-1.3.pom
Downloading: 
http://repo1.maven.org/maven2/org/apache/geronimo/specs/specs/1.3/specs-1.3.pom
6K downloaded
Downloading: 
http://google-caja.googlecode.com/svn/maven/org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom
Downloading: 
http://oauth.googlecode.com/svn/code/maven/org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom
Downloading: 
http://repo1.maven.org/maven2/org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom
14K downloaded
Downloading: 
http://people.apache.org/repo/m2-incubating-repository//org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom
Downloading: 
http://repository.codehaus.org/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom
Downloading: 
http://google-caja.googlecode.com/svn/maven/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom
Downloading: 
http://oauth.googlecode.com/svn/code/maven/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom
Downloading: 
http://repo1.maven.org/maven2/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom
670b downloaded
Downloading: 
http://people.apache.org/repo/m2-incubating-repository//org/apache/geronimo/genesis/genesis/1.1/genesis-1.1.pom
Downloading: 
http://repository.codehaus.org/org/apache/geronimo/genesis/genesis/1.1/genesis-1.1.pom
Downloading: 
http://google-caja.googlecode.com/svn/maven/org/apache/geronimo/genesis/genesis/1.1/genesis-1.1.pom
Downloading: 
http://oauth.googlecode.com/svn/code/maven/org/apache/geronimo/genesis/genesis/1.1/genesis-1.1.pom
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/geronimo/genesis/genesis/1.1/genesis-1.1.pom
Downloading: 
http://repo1.maven.org/maven2/org/apache/geronimo/genesis/genesis/1.1/genesis-1.1.pom
6K downloaded
Downloading: 
http://google-caja.googlecode.com/svn/maven/org/codehaus/woodstox/wstx-asl/3.2.1/wstx-asl-3.2.1.pom
Downloading: 
http://oauth.googlecode.com/svn/code/maven/org/codehaus/woodstox/wstx-asl/3.2.1/wstx-asl-3.2.1.pom
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/codehaus/woodstox/wstx-asl/3.2.1/wstx-asl-3.2.1.pom
Downloading: 
http://repo1.maven.org/maven2/org/codehaus/woodstox/wstx-asl/3.2.1/wstx-asl-3.2.1.pom
1K downloaded
[WARNING] *** CHECKSUM FAILED - Error retrieving checksum file for 
org/codehaus/woodstox/wstx-asl/3.2.1/wstx-asl-3.2.1.pom - IGNORING
Downloading: 
http://google-caja.googlecode.com/svn/maven/jaxen/jaxen/1.1.1/jaxen-1.1.1.pom
Downloading: 
http://oauth.googlecode.com/svn/code/maven/jaxen/jaxen/1.1.1/jaxen-1.1.1.pom
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/jaxen/jaxen/1.1.1/jaxen-1.1.1.pom
Downloading: http://repo1.maven.org/maven2/jaxen/jaxen/1.1.1/jaxen-1.1.1.pom
7K downloaded
Downloading: 
http://google-caja.googlecode.com/svn/maven/xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.pom
Downloading: 
http://oauth.googlecode.com/svn/code/maven/xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.pom
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.pom
Downloading: 
http://repo1.maven.org/maven2/xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.pom
357b downloaded
[INFO] snapshot org.apache.abdera:abdera-client:0.5.0-incubating-SNAPSHOT: 
checking for updates from caja
[INFO] snapshot org.apache.abdera:abdera-client:0.5.0-incubating-SNAPSHOT: 
checking for updates from oauth
[INFO] snapshot org.apache.abdera:abdera-client:0.5.0-incubating-SNAPSHOT: 
checking for updates from apache-incubating
[INFO] snapshot org.apache.abdera:abdera-client:0.5.0-incubating-SNAPSHOT: 
checking for updates from apache.snapshots
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/abdera/abdera-client/0.5.0-incubating-SNAPSHOT/abdera-client-0.5.0-incubating-20080527.211805-5.pom
2K downloaded
Downloading: 
http://google-caja.googlecode.com/svn/maven/commons-httpclient/commons-httpclient/3.1-rc1/commons-httpclient-3.1-rc1.pom
Downloading: 
http://oauth.googlecode.com/svn/code/maven/commons-httpclient/commons-httpclient/3.1-rc1/commons-httpclient-3.1-rc1.pom
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/commons-httpclient/commons-httpclient/3.1-rc1/commons-httpclient-3.1-rc1.pom
Downloading: 
http://repo1.maven.org/maven2/commons-httpclient/commons-httpclient/3.1-rc1/commons-httpclient-3.1-rc1.pom
7K downloaded
[INFO] snapshot 
org.apache.abdera:abdera-extensions-main:0.5.0-incubating-SNAPSHOT: checking 
for updates from caja
[INFO] snapshot 
org.apache.abdera:abdera-extensions-main:0.5.0-incubating-SNAPSHOT: checking 
for updates from oauth
[INFO] snapshot 
org.apache.abdera:abdera-extensions-main:0.5.0-incubating-SNAPSHOT: checking 
for updates from apache-incubating
[INFO] snapshot 
org.apache.abdera:abdera-extensions-main:0.5.0-incubating-SNAPSHOT: checking 
for updates from apache.snapshots
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/abdera/abdera-extensions-main/0.5.0-incubating-SNAPSHOT/abdera-extensions-main-0.5.0-incubating-20080527.211805-5.pom
2K downloaded
[INFO] snapshot 
org.apache.abdera:abdera-extensions-html:0.5.0-incubating-SNAPSHOT: checking 
for updates from caja
[INFO] snapshot 
org.apache.abdera:abdera-extensions-html:0.5.0-incubating-SNAPSHOT: checking 
for updates from oauth
[INFO] snapshot 
org.apache.abdera:abdera-extensions-html:0.5.0-incubating-SNAPSHOT: checking 
for updates from apache-incubating
[INFO] snapshot 
org.apache.abdera:abdera-extensions-html:0.5.0-incubating-SNAPSHOT: checking 
for updates from apache.snapshots
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/abdera/abdera-extensions-html/0.5.0-incubating-SNAPSHOT/abdera-extensions-html-0.5.0-incubating-20080527.211805-5.pom
1K downloaded
Downloading: 
http://google-caja.googlecode.com/svn/maven/nu/validator/htmlparser/htmlparser/1.0.5/htmlparser-1.0.5.pom
Downloading: 
http://oauth.googlecode.com/svn/code/maven/nu/validator/htmlparser/htmlparser/1.0.5/htmlparser-1.0.5.pom
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/nu/validator/htmlparser/htmlparser/1.0.5/htmlparser-1.0.5.pom
Downloading: 
http://repo1.maven.org/maven2/nu/validator/htmlparser/htmlparser/1.0.5/htmlparser-1.0.5.pom
3K downloaded
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/abdera/abdera-server/0.5.0-incubating-SNAPSHOT/abdera-server-0.5.0-incubating-20080527.211805-5.jar
134K downloaded
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/abdera/abdera-core/0.5.0-incubating-SNAPSHOT/abdera-core-0.5.0-incubating-20080527.211805-7.jar
151K downloaded
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/abdera/abdera-i18n/0.5.0-incubating-SNAPSHOT/abdera-i18n-0.5.0-incubating-20080527.211805-7.jar
596K downloaded
Downloading: 
http://google-caja.googlecode.com/svn/maven/org/apache/geronimo/specs/geronimo-activation_1.0.2_spec/1.1/geronimo-activation_1.0.2_spec-1.1.jar
Downloading: 
http://oauth.googlecode.com/svn/code/maven/org/apache/geronimo/specs/geronimo-activation_1.0.2_spec/1.1/geronimo-activation_1.0.2_spec-1.1.jar
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/geronimo/specs/geronimo-activation_1.0.2_spec/1.1/geronimo-activation_1.0.2_spec-1.1.jar
Downloading: 
http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-activation_1.0.2_spec/1.1/geronimo-activation_1.0.2_spec-1.1.jar
Downloading: 
http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-activation_1.0.2_spec/1.1/geronimo-activation_1.0.2_spec-1.1.jar
32K downloaded
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/abdera/abdera-parser/0.5.0-incubating-SNAPSHOT/abdera-parser-0.5.0-incubating-20080527.211805-5.jar
136K downloaded
Downloading: 
http://google-caja.googlecode.com/svn/maven/org/apache/ws/commons/axiom/axiom-impl/1.2.5/axiom-impl-1.2.5.jar
Downloading: 
http://oauth.googlecode.com/svn/code/maven/org/apache/ws/commons/axiom/axiom-impl/1.2.5/axiom-impl-1.2.5.jar
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/ws/commons/axiom/axiom-impl/1.2.5/axiom-impl-1.2.5.jar
Downloading: 
http://people.apache.org/repo/m2-incubating-repository/org/apache/ws/commons/axiom/axiom-impl/1.2.5/axiom-impl-1.2.5.jar
Downloading: 
http://repo1.maven.org/maven2/org/apache/ws/commons/axiom/axiom-impl/1.2.5/axiom-impl-1.2.5.jar
113K downloaded
Downloading: 
http://google-caja.googlecode.com/svn/maven/org/apache/ws/commons/axiom/axiom-api/1.2.5/axiom-api-1.2.5.jar
Downloading: 
http://oauth.googlecode.com/svn/code/maven/org/apache/ws/commons/axiom/axiom-api/1.2.5/axiom-api-1.2.5.jar
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/ws/commons/axiom/axiom-api/1.2.5/axiom-api-1.2.5.jar
Downloading: 
http://repo1.maven.org/maven2/org/apache/ws/commons/axiom/axiom-api/1.2.5/axiom-api-1.2.5.jar
137K downloaded
Downloading: 
http://google-caja.googlecode.com/svn/maven/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar
Downloading: 
http://oauth.googlecode.com/svn/code/maven/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar
Downloading: 
http://people.apache.org/repo/m2-incubating-repository/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar
Downloading: http://repo1.maven.org/maven2/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar
221K downloaded
Downloading: 
http://google-caja.googlecode.com/svn/maven/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0.1/geronimo-stax-api_1.0_spec-1.0.1.jar
Downloading: 
http://oauth.googlecode.com/svn/code/maven/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0.1/geronimo-stax-api_1.0_spec-1.0.1.jar
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0.1/geronimo-stax-api_1.0_spec-1.0.1.jar
Downloading: 
http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0.1/geronimo-stax-api_1.0_spec-1.0.1.jar
Downloading: 
http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0.1/geronimo-stax-api_1.0_spec-1.0.1.jar
28K downloaded
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/abdera/abdera-client/0.5.0-incubating-SNAPSHOT/abdera-client-0.5.0-incubating-20080527.211805-5.jar
56K downloaded
Downloading: 
http://google-caja.googlecode.com/svn/maven/commons-httpclient/commons-httpclient/3.1-rc1/commons-httpclient-3.1-rc1.jar
Downloading: 
http://oauth.googlecode.com/svn/code/maven/commons-httpclient/commons-httpclient/3.1-rc1/commons-httpclient-3.1-rc1.jar
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/commons-httpclient/commons-httpclient/3.1-rc1/commons-httpclient-3.1-rc1.jar
Downloading: 
http://people.apache.org/repo/m2-incubating-repository/commons-httpclient/commons-httpclient/3.1-rc1/commons-httpclient-3.1-rc1.jar
Downloading: 
http://repo1.maven.org/maven2/commons-httpclient/commons-httpclient/3.1-rc1/commons-httpclient-3.1-rc1.jar
300K downloaded
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/abdera/abdera-extensions-main/0.5.0-incubating-SNAPSHOT/abdera-extensions-main-0.5.0-incubating-20080527.211805-5.jar
26K downloaded
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/abdera/abdera-extensions-html/0.5.0-incubating-SNAPSHOT/abdera-extensions-html-0.5.0-incubating-20080527.211805-5.jar
16K downloaded
Downloading: 
http://google-caja.googlecode.com/svn/maven/nu/validator/htmlparser/htmlparser/1.0.5/htmlparser-1.0.5.jar
Downloading: 
http://oauth.googlecode.com/svn/code/maven/nu/validator/htmlparser/htmlparser/1.0.5/htmlparser-1.0.5.jar
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/nu/validator/htmlparser/htmlparser/1.0.5/htmlparser-1.0.5.jar
Downloading: 
http://people.apache.org/repo/m2-incubating-repository/nu/validator/htmlparser/htmlparser/1.0.5/htmlparser-1.0.5.jar
Downloading: 
http://repo1.maven.org/maven2/nu/validator/htmlparser/htmlparser/1.0.5/htmlparser-1.0.5.jar
132K downloaded
[INFO] [compiler:compile]
[INFO] Compiling 45 source files 
to /home/username/shindig/java/social-api/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

no more tokens - could not parse error message: ----------
1. WARNING 
in 
/home/username/shindig/java/social-api/src/main/java/org/apache/shindig/social/abdera/ActivityAdapter.java
 
(at line 187)
        String gid = request.getTarget().getParameter("gid");
               ^^^

no more tokens - could not parse error message: The local variable gid is 
never read
----------
----------
2. WARNING 
in 
/home/username/shindig/java/social-api/src/main/java/org/apache/shindig/social/samplecontainer/BasicActivitiesService.java
 
(at line 74)
        public ResponseItem createActivity(String personId, Activity activity,
               ^^^^^^^^^^^^

no more tokens - could not parse error message: ResponseItem is a raw type. 
References to generic type ResponseItem<T> should be parameterized
----------
----------
3. WARNING 
in 
/home/username/shindig/java/social-api/src/main/java/org/apache/shindig/social/GadgetDataServlet.java
 
(at line 36)
        import java.util.ArrayList;
               ^^^^^^^^^^^^^^^^^^^

no more tokens - could not parse error message: The import java.util.ArrayList 
is never used
----------
4. WARNING 
in 
/home/username/shindig/java/social-api/src/main/java/org/apache/shindig/social/GadgetDataServlet.java
 
(at line 56)
        public class GadgetDataServlet extends InjectedServlet {
                     ^^^^^^^^^^^^^^^^^

no more tokens - could not parse error message: The serializable class 
GadgetDataServlet does not declare a static final serialVersionUID field of 
type long
----------
5. WARNING 
in 
/home/username/shindig/java/social-api/src/main/java/org/apache/shindig/social/GadgetDataServlet.java
 
(at line 102)
        private List<ResponseItem> createResponse(String requestParam, String 
token)
                     ^^^^^^^^^^^^

no more tokens - could not parse error message: ResponseItem is a raw type. 
References to generic type ResponseItem<T> should be parameterized
----------
6. WARNING 
in 
/home/username/shindig/java/social-api/src/main/java/org/apache/shindig/social/GadgetDataServlet.java
 
(at line 111)
        List<ResponseItem> responseItems = Lists.newArrayList();
             ^^^^^^^^^^^^

no more tokens - could not parse error message: ResponseItem is a raw type. 
References to generic type ResponseItem<T> should be parameterized
----------
7. WARNING 
in 
/home/username/shindig/java/social-api/src/main/java/org/apache/shindig/social/GadgetDataServlet.java
 
(at line 121)
        ResponseItem response = new ResponseItem<Object>(
        ^^^^^^^^^^^^

no more tokens - could not parse error message: ResponseItem is a raw type. 
References to generic type ResponseItem<T> should be parameterized
----------
----------
8. WARNING 
in 
/home/username/shindig/java/social-api/src/main/java/org/apache/shindig/social/DataResponse.java
 
(at line 29)
        private List<ResponseItem> responses;
                     ^^^^^^^^^^^^

no more tokens - could not parse error message: ResponseItem is a raw type. 
References to generic type ResponseItem<T> should be parameterized
----------
9. WARNING 
in 
/home/username/shindig/java/social-api/src/main/java/org/apache/shindig/social/DataResponse.java
 
(at line 37)
        public DataResponse(List<ResponseItem> responses) {
                                 ^^^^^^^^^^^^

no more tokens - could not parse error message: ResponseItem is a raw type. 
References to generic type ResponseItem<T> should be parameterized
----------
10. WARNING 
in 
/home/username/shindig/java/social-api/src/main/java/org/apache/shindig/social/DataResponse.java
 
(at line 41)
        public List<ResponseItem> getResponses() {
                    ^^^^^^^^^^^^

no more tokens - could not parse error message: ResponseItem is a raw type. 
References to generic type ResponseItem<T> should be parameterized
----------
11. WARNING 
in 
/home/username/shindig/java/social-api/src/main/java/org/apache/shindig/social/DataResponse.java
 
(at line 45)
        public void setResponses(List<ResponseItem> responses) {
                                      ^^^^^^^^^^^^

no more tokens - could not parse error message: ResponseItem is a raw type. 
References to generic type ResponseItem<T> should be parameterized
----------
----------
12. WARNING 
in 
/home/username/shindig/java/social-api/src/main/java/org/apache/shindig/social/abdera/AbstractSocialEntityCollectionAdapter.java
 
(at line 66)
        private static Logger logger = Logger
                              ^^^^^^

no more tokens - could not parse error message: The field 
AbstractSocialEntityCollectionAdapter<T>.logger is never read locally
----------
----------
13. WARNING 
in 
/home/username/shindig/java/social-api/src/main/java/org/apache/shindig/social/opensocial/ActivitiesService.java
 
(at line 44)
        public ResponseItem createActivity(String personId, Activity activity,
               ^^^^^^^^^^^^

could not parse error message: ResponseItem is a raw type. References to 
generic type ResponseItem<T> should be parameterized
----------
----------
14. WARNING 
in 
/home/username/shindig/java/social-api/src/main/java/org/apache/shindig/social/opensocial/util/BeanJsonConverter.java
 
(at line 66)
        for (Object item : (List) val) {
                            ^^^^

no more tokens - could not parse error message: List is a raw type. References 
to generic type List<E> should be parameterized
----------
15. WARNING 
in 
/home/username/shindig/java/social-api/src/main/java/org/apache/shindig/social/opensocial/util/BeanJsonConverter.java
 
(at line 73)
        Map originalMap = (Map) val;
        ^^^

no more tokens - could not parse error message: Map is a raw type. References 
to generic type Map<K,V> should be parameterized
----------
16. WARNING 
in 
/home/username/shindig/java/social-api/src/main/java/org/apache/shindig/social/opensocial/util/BeanJsonConverter.java
 
(at line 73)
        Map originalMap = (Map) val;
                           ^^^

no more tokens - could not parse error message: Map is a raw type. References 
to generic type Map<K,V> should be parameterized
----------
----------
17. WARNING 
in 
/home/username/shindig/java/social-api/src/main/java/org/apache/shindig/social/samplecontainer/StateFileDataHandler.java
 
(at line 61)
        public ResponseItem handleRequest(RequestItem request) {
               ^^^^^^^^^^^^

no more tokens - could not parse error message: ResponseItem is a raw type. 
References to generic type ResponseItem<T> should be parameterized
----------
18. WARNING 
in 
/home/username/shindig/java/social-api/src/main/java/org/apache/shindig/social/samplecontainer/StateFileDataHandler.java
 
(at line 63)
        ResponseItem response = null;
        ^^^^^^^^^^^^

no more tokens - could not parse error message: ResponseItem is a raw type. 
References to generic type ResponseItem<T> should be parameterized
----------
----------
19. WARNING 
in 
/home/username/shindig/java/social-api/src/main/java/org/apache/shindig/social/opensocial/OpenSocialDataHandler.java
 
(at line 75)
        public ResponseItem handleRequest(RequestItem request) {
               ^^^^^^^^^^^^

no more tokens - could not parse error message: ResponseItem is a raw type. 
References to generic type ResponseItem<T> should be parameterized
----------
20. WARNING 
in 
/home/username/shindig/java/social-api/src/main/java/org/apache/shindig/social/opensocial/OpenSocialDataHandler.java
 
(at line 77)
        ResponseItem response = new ResponseItem<Object>(
        ^^^^^^^^^^^^

no more tokens - could not parse error message: ResponseItem is a raw type. 
References to generic type ResponseItem<T> should be parameterized
----------
----------
21. WARNING 
in 
/home/username/shindig/java/social-api/src/main/java/org/apache/shindig/social/GadgetDataHandler.java
 
(at line 36)
        ResponseItem handleRequest(RequestItem request);
        ^^^^^^^^^^^^

no more tokens - could not parse error message: ResponseItem is a raw type. 
References to generic type ResponseItem<T> should be parameterized
----------
----------
22. WARNING 
in 
/home/username/shindig/java/social-api/src/main/java/org/apache/shindig/social/abdera/DataAdapter.java
 
(at line 25)
        private static Logger logger = Logger
                              ^^^^^^

no more tokens - could not parse error message: The field DataAdapter.logger 
is never read locally
----------
----------
23. WARNING 
in 
/home/username/shindig/java/social-api/src/main/java/org/apache/shindig/social/abdera/PersonAdapter.java
 
(at line 42)
        private static Logger logger = Logger
                              ^^^^^^

no more tokens - could not parse error message: The field PersonAdapter.logger 
is never read locally
----------
----------
24. WARNING 
in 
/home/username/shindig/java/social-api/src/main/java/org/apache/shindig/social/samplecontainer/BasicDataService.java
 
(at line 72)
        public ResponseItem updatePersonData(String id, String key, String 
value,
               ^^^^^^^^^^^^

no more tokens - could not parse error message: ResponseItem is a raw type. 
References to generic type ResponseItem<T> should be parameterized
----------
----------
25. WARNING 
in 
/home/username/shindig/java/social-api/src/main/java/org/apache/shindig/social/opensocial/DataService.java
 
(at line 49)
        public ResponseItem updatePersonData(String id, String key,
               ^^^^^^^^^^^^


[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: Compilation failure
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:579)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at 
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation 
failure
        at 
org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:516)
        at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
        at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
        ... 16 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 50 seconds
[INFO] Finished at: Thu Jun 05 02:08:23 PDT 2008
[INFO] Final Memory: 17M/77M
[INFO] ------------------------------------------------------------------------


Anyone shed some light on what I need to do to get this to do a full build?
Andre Lewis

Reply via email to