----------------------------------------------------------------------------
Amdatu Subprojects > Auth trunk > #28 > Default Job failed.
----------------------------------------------------------------------------
Code has been updated by [email protected].
No failed tests found, a possible compilation error.

http://bamboo.amdatu.org/bamboo/browse/AMDATU-AMDAUTHTRUNK-JOB1-28/        


--------------
Code Changes
--------------
[email protected] (1206):

>[AMDATUAUTH-60] Applied the following API improvements:
>- Added a new OAuth HTTP client that supports multipart handling. The two http 
>clients (3 and 4) contained by the net.oauth library did not support this, but 
>multipart requests are often used by OAuth serviec providers (like Twitter).
>- Changed value type of OAuth service consumers to Object, as it must support 
>setting custom values like ParameterStyle. Improved javadoc on this point.
>- Removed getAuthorizeUrl() from the OAuthServiceProvider interface as it was 
>implementation specific to the Amdatu OAuth server
>- Purged OAuthResourceOwnerClient as this class should only be used for very 
>rare use cases, like an integration test
>- Refactored the API of the OAuthServiceConsumerClient, see its javadoc
>


--------------
Error Summary
--------------
   location: package org.amdatu.authentication.oauth.api
   
   
/vol/www/bamboo/xml-data/build-dir/AMDATU-AMDAUTHTRUNK-JOB1/oauth-client/src/main/java/org/amdatu/authentication/oauth/client/OAuthServiceConsumerClient.java:[42,54]
 package org.amdatu.authentication.oauth.client.internal does not exist
   
   
/vol/www/bamboo/xml-data/build-dir/AMDATU-AMDAUTHTRUNK-JOB1/oauth-client/src/main/java/org/amdatu/authentication/oauth/client/OAuthServiceConsumerClient.java:[147,11]
 cannot find symbol
   symbol  : class OAuthAccessor
   location: class 
org.amdatu.authentication.oauth.client.OAuthServiceConsumerClient
   
   
/vol/www/bamboo/xml-data/build-dir/AMDATU-AMDAUTHTRUNK-JOB1/oauth-client/src/main/java/org/amdatu/authentication/oauth/client/OAuthServiceConsumerClient.java:[179,11]
 cannot find symbol
   symbol  : class OAuthAccessor
   location: class 
org.amdatu.authentication.oauth.client.OAuthServiceConsumerClient
   
   
/vol/www/bamboo/xml-data/build-dir/AMDATU-AMDAUTHTRUNK-JOB1/oauth-client/src/main/java/org/amdatu/authentication/oauth/client/OAuthServiceConsumerClient.java:[201,11]
 cannot find symbol
   symbol  : class OAuthAccessor
   location: class 
org.amdatu.authentication.oauth.client.OAuthServiceConsumerClient
   
   
/vol/www/bamboo/xml-data/build-dir/AMDATU-AMDAUTHTRUNK-JOB1/oauth-client/src/main/java/org/amdatu/authentication/oauth/client/OAuthServiceConsumerClient.java:[225,36]
 cannot find symbol
   symbol  : class OAuthAccessor
   location: class 
org.amdatu.authentication.oauth.client.OAuthServiceConsumerClient
   
   
/vol/www/bamboo/xml-data/build-dir/AMDATU-AMDAUTHTRUNK-JOB1/oauth-client/src/main/java/org/amdatu/authentication/oauth/client/OAuthServiceConsumerClient.java:[254,59]
 cannot find symbol
   symbol  : class OAuthAccessor
   location: class 
org.amdatu.authentication.oauth.client.OAuthServiceConsumerClient
   
   
/vol/www/bamboo/xml-data/build-dir/AMDATU-AMDAUTHTRUNK-JOB1/oauth-client/src/main/java/org/amdatu/authentication/oauth/client/OAuthServiceConsumerClient.java:[284,31]
 cannot find symbol
   symbol  : class OAuthHttpRequest
   location: class 
org.amdatu.authentication.oauth.client.OAuthServiceConsumerClient
   
   
/vol/www/bamboo/xml-data/build-dir/AMDATU-AMDAUTHTRUNK-JOB1/oauth-client/src/main/java/org/amdatu/authentication/oauth/client/OAuthServiceConsumerClient.java:[162,8]
 cannot find symbol
   symbol  : class OAuthAccessor
   location: class 
org.amdatu.authentication.oauth.client.OAuthServiceConsumerClient
   
   
/vol/www/bamboo/xml-data/build-dir/AMDATU-AMDAUTHTRUNK-JOB1/oauth-client/src/main/java/org/amdatu/authentication/oauth/client/OAuthServiceConsumerClient.java:[162,37]
 cannot find symbol
   symbol  : class OAuthAccessor
   location: class 
org.amdatu.authentication.oauth.client.OAuthServiceConsumerClient
   
   
/vol/www/bamboo/xml-data/build-dir/AMDATU-AMDAUTHTRUNK-JOB1/oauth-client/src/main/java/org/amdatu/authentication/oauth/client/OAuthServiceConsumerClient.java:[180,8]
 cannot find symbol
   symbol  : class OAuthAccessor
   location: class 
org.amdatu.authentication.oauth.client.OAuthServiceConsumerClient
   
   
/vol/www/bamboo/xml-data/build-dir/AMDATU-AMDAUTHTRUNK-JOB1/oauth-client/src/main/java/org/amdatu/authentication/oauth/client/OAuthServiceConsumerClient.java:[203,12]
 cannot find symbol
   symbol  : class OAuthAccessor
   location: class 
org.amdatu.authentication.oauth.client.OAuthServiceConsumerClient
   
   
/vol/www/bamboo/xml-data/build-dir/AMDATU-AMDAUTHTRUNK-JOB1/oauth-client/src/main/java/org/amdatu/authentication/oauth/client/OAuthServiceConsumerClient.java:[262,12]
 cannot find symbol
   symbol  : class OAuthHttpRequest
   location: class 
org.amdatu.authentication.oauth.client.OAuthServiceConsumerClient
   
   
/vol/www/bamboo/xml-data/build-dir/AMDATU-AMDAUTHTRUNK-JOB1/oauth-client/src/main/java/org/amdatu/authentication/oauth/client/OAuthServiceConsumerClient.java:[262,47]
 cannot find symbol
   symbol  : class OAuthHttpRequest
   location: class 
org.amdatu.authentication.oauth.client.OAuthServiceConsumerClient
   
   
/vol/www/bamboo/xml-data/build-dir/AMDATU-AMDAUTHTRUNK-JOB1/oauth-client/src/main/java/org/amdatu/authentication/oauth/client/OAuthServiceConsumerClient.java:[285,8]
 cannot find symbol
   symbol  : class OAuthAccessor
   location: class 
org.amdatu.authentication.oauth.client.OAuthServiceConsumerClient
   
   
/vol/www/bamboo/xml-data/build-dir/AMDATU-AMDAUTHTRUNK-JOB1/oauth-client/src/main/java/org/amdatu/authentication/oauth/client/OAuthServiceConsumerClient.java:[346,12]
 cannot find symbol
   symbol  : class MultipartOAuthClient
   location: class 
org.amdatu.authentication.oauth.client.OAuthServiceConsumerClient
   
   
/vol/www/bamboo/xml-data/build-dir/AMDATU-AMDAUTHTRUNK-JOB1/oauth-client/src/main/java/org/amdatu/authentication/oauth/client/OAuthServiceConsumerClient.java:[346,46]
 cannot find symbol
   symbol  : class MultipartOAuthClient
   location: class 
org.amdatu.authentication.oauth.client.OAuthServiceConsumerClient
   
   
/vol/www/bamboo/xml-data/build-dir/AMDATU-AMDAUTHTRUNK-JOB1/oauth-client/src/main/java/org/amdatu/authentication/oauth/client/OAuthServiceConsumerClient.java:[346,71]
 cannot find symbol
   symbol  : class MultiPartHttpClient4
   location: class 
org.amdatu.authentication.oauth.client.OAuthServiceConsumerClient
   
   
   [INFO] 
------------------------------------------------------------------------
   [INFO] Trace
   org.apache.maven.BuildFailureException: Compilation failure
           at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:715)
           at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
           at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkProjectLifecycle(DefaultLifecycleExecutor.java:1205)
           at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkLifecycle(DefaultLifecycleExecutor.java:1033)
           at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:663)
           at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
           at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
           at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
           at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
           at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
           at 
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
           at 
org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
           at 
org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
           at 
org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
           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:490)
           at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
           ... 21 more


--
This message is automatically generated by Atlassian Bamboo

_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers

Reply via email to