[Building Sakai] Sakai 2011 - Google Integration: Slides Posted

Ali Jan sakaicle at gmail.com
Wed Mar 14 23:07:09 PDT 2012


Dear Duffy

I want to integrate google-content with sakai 2.8.0

When I am installing/compiling google-content by the way you shown in
readme file, then getting following errors, and complete error log is
attached,

 please help me,


[INFO] Building Rsmart Common Tool Lib
[INFO]    task-segment: [install, sakai:deploy]
[INFO]
------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
D:\Downloads\sakai-src-2.8.0\sakai-sr
c-2.8.0\rsmart-common\common-tool-lib\tool-lib\src\bundle
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 36 source files to
D:\Downloads\sakai-src-2.8.0\sakai-src-2.8.0
\rsmart-common\common-tool-lib\tool-lib\target\classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure

D:\Downloads\sakai-src-2.8.0\sakai-src-2.8.0\rsmart-common\common-tool-lib\tool-
lib\src\java\com\rsmart\sakai\common\job\TriggerWrapper.java:[25,52]
package org
.sakaiproject.component.app.scheduler.jobs does not exist

D:\Downloads\sakai-src-2.8.0\sakai-src-2.8.0\rsmart-common\common-tool-lib\tool-
lib\src\java\com\rsmart\sakai\common\job\TriggerWrapper.java:[38,11] cannot
find
 symbol
symbol  : class SpringJobBeanWrapper
location: class com.rsmart.sakai.common.job.TriggerWrapper

D:\Downloads\sakai-src-2.8.0\sakai-src-2.8.0\rsmart-common\common-tool-lib\tool-
lib\src\java\com\rsmart\sakai\common\job\TriggerWrapper.java:[83,55]
package org
.sakaiproject.component.app.scheduler.jobs does not exist

D:\Downloads\sakai-src-2.8.0\sakai-src-2.8.0\rsmart-common\common-tool-lib\tool-
lib\src\java\com\rsmart\sakai\common\job\TriggerWrapper.java:[87,74]
package org
.sakaiproject.component.app.scheduler.jobs does not exist


[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 51 seconds
[INFO] Finished at: Thu Mar 15 10:59:23 PKT 2012
[INFO] Final Memory: 75M/179M
[INFO]
------------------------------------------------------------------------
D:\Downloads\sakai-src-2.8.0\sakai-src-2.8.0>

On Mon, Mar 12, 2012 at 11:08 PM, Duffy Gillman <duffy at rsmart.com> wrote:

> Hey Lydia,
>
>   I am, unfortunately, no longer working with the Google Docs code and so
> cannot give a great answer off the cuff. The integration was written for
> 2.8 and was made to work with 2.7 as well. I do not know of any reason it
> will not work with 2.6. However I have never worked with 2.6. The versions
> of the dependencies in the POMs for the three projects you've mentioned
> should be checked. I do not know if they point specifically to 2.7 or 2.8
> code. Let me know if you run into issues.
>
> Thanks,
>
>   Duffy
>
> ------------------------------
> Duffy Gillman
> Sr. Software Engineer
> The rSmart Group, Inc.
>
> On Mar 9, 2012, at 12:24 PM, Lydia Li wrote:
>
> > Duffy,
> >       We are very interested in the google doc integration you worked
> on.  We are still running Sakai 2.6.x, do you know if the google-content
> tool will work in Sakai 2.6.x?   I see that it has dependencies on 2 other
> projects:
> >
> >        rsmart-common has a tag for 2.6.0,
> >        oauth : oldest tag is for 2.8.0
> >        google-content : oldest tag is for 2.8.0
> >
> > Do you know if I can use them in Sakai 2.6.x?
> >
> > thanks,
> > Lydia
> >
> >
> >
> > On 8/1/11 1:40 PM, Duffy Gillman wrote:
> >> Hi Bryan,
> >>
> >>    I have just now tested my build against the same oauth,
> rsmart-common, and google-content code and am not seeing the reported
> error. So perhaps I am missing something in the steps to reproduce the
> issue, or perhaps we don't yet have a shared understanding of expected
> behavior. Let me ask a clarifying question:
> >>
> >>    When you say "tried different browsers, and even had someone else
> get on their computer and sign in", are you saying that in each case you
> (and the other person) logged in as the same Sakai user each time? If all
> logins were with the same user (eg. test1) then you are seeing the expected
> behavior. The integration associates a Google Docs account with the Sakai
> user.
> >>
> >>    If instead you are saying you have two Sakai users defined (eg.
> test1, and test2), that you have associated test1 with a Google account
> (eg. test1 at test.com), and that logging in to Sakai from another machine
> as test2 provides access to the Google account of test1 at test.com, then
> you are indeed experiencing a drastic error. I am unable to replicate this
> case though, and so will want to ask for a script to test behavior against.
> >>
> >>    Here is what I did to test:
> >>
> >> 1) Created two users: user1, user2
> >> 2) Logged in as user1 and navigated to Resources in My Workspace
> >> 3) Clicked "Link to a Google Doc" in the "Add" menu next to "My
> Workspace"
> >> 4) Received a screen informing me I would need to approve account
> access through Google and clicked "Proceed to Google"
> >> 5) Logged in to Google in the subsequent screen using my duffy 'at'
> rsmart.com account.
> >> 6) Granted access to Sakai.
> >> 7) Proceeded to select a document to which the link should be created.
> >>
> >> That created the association between user1 on the Sakai side, and duffy
> 'at' rsmart.com on the Google side. Next I did the following:
> >>
> >> 8) Logged out of Google.
> >> 9) Logged out of Sakai.
> >> 10) Logged in to Sakai as user2 and navigated to the Resources in My
> Workspace
> >> 11) Clicked "Link to a Google Doc" in the "Add" menu next to "My
> Workspace"
> >> 12) Received a screen informing me I would need to approve account
> access through Google and clicked "Proceed to Google"
> >> 13) Logged in to Google in the subsequent screen using my personal
> gmail account.
> >> 14) Granted access to Sakai.
> >> 15) Proceeded to select a document to which the link should be created.
> >>
> >> At no time after step 8 did I see the documents available to my duffy
> 'at' rsmart.com account. I instead was given access to those documents
> associated with my personal gmail account.
> >>
> >>    Please let me know if your test script differs from mine or if the
> issue is, instead, a misunderstanding about the linkage between a Sakai
> account and a Google account.
> >>
> >> Regards,
> >>
> >>    Duffy Gillman
> >>    Sr. Software Engineer
> >>    The rSmart Group, Inc.
> >>
> >> On Aug 1, 2011, at 12:53 PM, Bryan Holladay wrote:
> >>
> >>> Duffy,
> >>>
> >>> Thanks for the reply... This was my original thought when I first saw
> this behavior, so I signed out of google, tried different browsers, and
> even had someone else get on their computer and sign in.  In all cases,
> they all had access to my personal Gmail documents that was used to verify
> the server (oauth shared secret).
> >>>
> >>> I compiled trunk for
> >>>
> >>> https://source.sakaiproject.org/contrib//rsmart/oauth/trunk
> >>> https://source.sakaiproject.org/contrib//rsmart/rsmart-common/trunk/
> >>> https://source.sakaiproject.org/contrib//rsmart/google-content/trunk/
> >>>
> >>>
> >>> Thanks,
> >>> Bryan
> >>>
> >>> On Mon, Aug 1, 2011 at 3:45 PM, Duffy Gillman<duffy at rsmart.com>
>  wrote:
> >>> Hi Bryan -
> >>>
> >>>   I believe the problem you are having stems from the fact that you
> are dealing with two sessions from two distinct services: Sakai and Google.
> This can cause some counterintuitive behavior. If you are logged in over at
> Google as test1 at test.com Google will continue to see you as test1 at test.comuntil you log out *with Google*. In the meantime you may log in and out of
> Sakai as any number of users. This will have no impact on the Google side.
> Google will continue to see you as test1 at test.com until you invalidate
> your session with their servers either by clicking Google's logout link, by
> clicking Google's "login as a different user" link, or by the expiration of
> your session with Google.
> >>>
> >>>   So in your instance you are seeing behavior that would be unexpected
> or unlikely*  with end users. It is a function of your tests in which,
> unlike end users, you have multiple Sakai logins that you switch between.
> The typical end user will either already be logged in with Google (say,
> because they are using their Gmail account) and will see their account when
> they try to use Google Docs, or they will be asked to log in with their
> account the first time they try to create a Google Docs link.
> >>>
> >>>   Please let me know if this explains the behavior you are seeing. Try
> logging out of Google when you log out of Sakai to verify the behavior and
> please let me know if I've adequately explained how what you have observed
> is happening.
> >>>
> >>> Cheers,
> >>>
> >>>   Duffy Gillman
> >>>   Sr. Software Engineer
> >>>   The rSmart Group, Inc.
> >>>
> >>> * I say "unlikely" because there is one scenario in which I can
> envision an end user running into what you have observed. It is possible
> that a user on a public terminal could leave their machine login session
> open and could forget to logout of Google. This would of course be a huge
> risk to the user's account security even beyond the ability to create links
> in Sakai, and is unfortunately a scenario the Sakai/Google Docs integration
> cannot guard against since we can have no control over the other systems
> the user has logged into.
> >>>
> >>>
> >>>
> >>> On Aug 1, 2011, at 12:21 PM, Bryan Holladay wrote:
> >>>
> >>>> Thanks for all the work on this... I have a question about the
> integration:
> >>>>
> >>>> I was able to get everything working and set up my server to
> authenticate w/my google account.  However, this account seems to be the
> only account that is used throughout Sakai.  i.e.  If a user (ex. Sakai id:
> test1 and googleId: test1 at test.com) logs in and goes to link a google doc
> in resources, the list of resources to choose from are the ones in my
> google account that was authorized to the Sakai server.  Did I miss a part
> in the setup to make sure each user only has access to their own google
> account docs?  Or does each institution have to just have a single account
> that is shared throughout all of sakai?
> >>>>
> >>>> Thanks,
> >>>> Bryan
> >>>>
> >>>>
> >>>> On Thu, Jul 28, 2011 at 1:53 PM, Duffy Gillman<duffy at rsmart.com>
>  wrote:
> >>>> Hey folks -
> >>>>
> >>>>  Keynote and Powerporint presentations for the Google Integration
> talks at the Sakai 2011 Conference have been posted at the following
> locations:
> >>>>
> >>>> 2011-06-16 Sakai CLE and Google Integration
> >>>> https://confluence.sakaiproject.org/x/rI2CB
> >>>>
> >>>> 2011-06-16 Sharing Google Docs Content in Resources
> >>>> https://confluence.sakaiproject.org/x/t42CB
> >>>>
> >>>> Sorry for the delay!
> >>>>
> >>>>    Duffy GIllman
> >>>>
> >>>> _______________________________________________
> >>>> sakai-dev mailing list
> >>>> sakai-dev at collab.sakaiproject.org
> >>>> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
> >>>>
> >>>> TO UNSUBSCRIBE: send email to
> sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of
> "unsubscribe"
> >>>>
> >>>
> >> _______________________________________________
> >> sakai-dev mailing list
> >> sakai-dev at collab.sakaiproject.org
> >> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
> >>
> >> TO UNSUBSCRIBE: send email to
> sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of
> "unsubscribe"
> >
>
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>
> TO UNSUBSCRIBE: send email to
> sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of
> "unsubscribe"
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20120315/081869f6/attachment.html 
-------------- next part --------------
[INFO] skip non existing resourceDirectory D:\Downloads\sakai-src-2.8.0\sakai-sr
c-2.8.0\google-content\pack\src\test\resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [sakai:component {execution: default-component}]
[INFO] Exploding webapp...
[INFO] Assembling webapp google-content-pack in D:\Downloads\sakai-src-2.8.0\sak
ai-src-2.8.0\google-content\pack\target\google-content-pack-2.8.0
[INFO] Copy webapp webResources to D:\Downloads\sakai-src-2.8.0\sakai-src-2.8.0\
google-content\pack\target\google-content-pack-2.8.0
[INFO] Generating component D:\Downloads\sakai-src-2.8.0\sakai-src-2.8.0\google-
content\pack\target\google-content-pack-2.8.0.war
[INFO] Building war: D:\Downloads\sakai-src-2.8.0\sakai-src-2.8.0\google-content
\pack\target\google-content-pack-2.8.0.war
[INFO] [install:install {execution: default-install}]
[INFO] Installing D:\Downloads\sakai-src-2.8.0\sakai-src-2.8.0\google-content\pa
ck\target\google-content-pack-2.8.0.war to C:\Users\admin\.m2\repository\com\rsm
art\google-content-pack\2.8.0\google-content-pack-2.8.0.war
[INFO] [sakai:deploy {execution: default-cli}]
[INFO] Deploying com.rsmart:google-content-pack:sakai-component as an unpacked c
omponent
[INFO] Unpacking D:\Downloads\sakai-src-2.8.0\sakai-src-2.8.0\google-content\pac
k\target\google-content-pack-2.8.0.war to d:\tomcat_sakai\tomcat_sakai\component
s\google-content-pack
[INFO] Expanding: D:\Downloads\sakai-src-2.8.0\sakai-src-2.8.0\google-content\pa
ck\target\google-content-pack-2.8.0.war into d:\tomcat_sakai\tomcat_sakai\compon
ents\google-content-pack
[INFO] ------------------------------------------------------------------------
[INFO] Building Sakai
[INFO]    task-segment: [install, sakai:deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing D:\Downloads\sakai-src-2.8.0\sakai-src-2.8.0\portal\pom.xml to
 C:\Users\admin\.m2\repository\org\sakaiproject\portal-base\2.8.0\portal-base-2.
8.0.pom
[INFO] [sakai:deploy {execution: default-cli}]
[INFO] No deployment specification -- skipping org.sakaiproject:portal-base:pom:
2.8.0
[INFO] ------------------------------------------------------------------------
[INFO] Building sakai-portal-api
[INFO]    task-segment: [install, sakai:deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory D:\Downloads\sakai-src-2.8.0\sakai-sr
c-2.8.0\portal\portal-api\api\src\test\resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [jar:jar {execution: default-jar}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing D:\Downloads\sakai-src-2.8.0\sakai-src-2.8.0\portal\portal-api
\api\target\sakai-portal-api-2.8.0.jar to C:\Users\admin\.m2\repository\org\saka
iproject\sakai-portal-api\2.8.0\sakai-portal-api-2.8.0.jar
[INFO] [sakai:deploy {execution: default-cli}]
[INFO] Found 1 artifacts
[INFO] Artifact Id portlet-api file C:\Users\admin\.m2\repository\javax\portlet\
portlet-api\1.0\portlet-api-1.0.jar
[INFO] Copy D:\Downloads\sakai-src-2.8.0\sakai-src-2.8.0\portal\portal-api\api\t
arget\sakai-portal-api-2.8.0.jar to d:\tomcat_sakai\tomcat_sakai\shared\lib\saka
i-portal-api-2.8.0.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Sakai MetaObj Project
[INFO]    task-segment: [install, sakai:deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing D:\Downloads\sakai-src-2.8.0\sakai-src-2.8.0\metaobj\pom.xml t
o C:\Users\admin\.m2\repository\org\sakaiproject\metaobj-base\2.8.0\metaobj-base
-2.8.0.pom
[INFO] [sakai:deploy {execution: default-cli}]
[INFO] No deployment specification -- skipping org.sakaiproject:metaobj-base:pom
:2.8.0
[INFO] ------------------------------------------------------------------------
[INFO] Building sakai-metaobj-api
[INFO]    task-segment: [install, sakai:deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 1 resource
Downloading: http://source.sakaiproject.org/maven2/portlet-api/portlet-api/1.0.1
/portlet-api-1.0.1.pom
[WARNING] Unable to get resource 'portlet-api:portlet-api:pom:1.0.1' from reposi
tory sakai-maven (http://source.sakaiproject.org/maven2): Error transferring fil
e: source.sakaiproject.org
Downloading: http://source.sakaiproject.org/maven2-snapshots/portlet-api/portlet
-api/1.0.1/portlet-api-1.0.1.pom
[WARNING] Unable to get resource 'portlet-api:portlet-api:pom:1.0.1' from reposi
tory sakai-maven2-snapshots (http://source.sakaiproject.org/maven2-snapshots): E
rror transferring file: source.sakaiproject.org
Downloading: http://repo1.maven.org/maven2/portlet-api/portlet-api/1.0.1/portlet
-api-1.0.1.pom
[WARNING] Unable to get resource 'portlet-api:portlet-api:pom:1.0.1' from reposi
tory default (http://repo1.maven.org/maven2): Error transferring file: Server re
turned HTTP response code: 400 for URL: http://repo1.maven.org/maven2/portlet-ap
i/portlet-api/1.0.1/portlet-api-1.0.1.pom
Downloading: http://repo1.maven.org/maven2/portlet-api/portlet-api/1.0.1/portlet
-api-1.0.1.pom
[WARNING] Unable to get resource 'portlet-api:portlet-api:pom:1.0.1' from reposi
tory central (http://repo1.maven.org/maven2): Error transferring file: Server re
turned HTTP response code: 400 for URL: http://repo1.maven.org/maven2/portlet-ap
i/portlet-api/1.0.1/portlet-api-1.0.1.pom
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory D:\Downloads\sakai-src-2.8.0\sakai-sr
c-2.8.0\metaobj\metaobj-api\api\src\webapp
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [jar:jar {execution: default-jar}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing D:\Downloads\sakai-src-2.8.0\sakai-src-2.8.0\metaobj\metaobj-a
pi\api\target\sakai-metaobj-api-2.8.0.jar to C:\Users\admin\.m2\repository\org\s
akaiproject\sakai-metaobj-api\2.8.0\sakai-metaobj-api-2.8.0.jar
[INFO] [sakai:deploy {execution: default-cli}]
[INFO] Found 7 artifacts
[INFO] Artifact Id sakai-kernel-util file C:\Users\admin\.m2\repository\org\saka
iproject\kernel\sakai-kernel-util\1.2.1\sakai-kernel-util-1.2.1.jar
[INFO] Artifact Id commons-codec file C:\Users\admin\.m2\repository\commons-code
c\commons-codec\1.4\commons-codec-1.4.jar
[INFO] Artifact Id jta file C:\Users\admin\.m2\repository\javax\transaction\jta\
1.0.1B\jta-1.0.1B.jar
[INFO] Artifact Id aopalliance file C:\Users\admin\.m2\repository\aopalliance\ao
palliance\1.0\aopalliance-1.0.jar
[INFO] Artifact Id cglib-full file C:\Users\admin\.m2\repository\cglib\cglib-ful
l\2.0.2\cglib-full-2.0.2.jar
[INFO] Artifact Id junit file C:\Users\admin\.m2\repository\junit\junit\3.8.1\ju
nit-3.8.1.jar
[INFO] Artifact Id portlet-api file C:\Users\admin\.m2\repository\portlet-api\po
rtlet-api\1.0.1\portlet-api-1.0.1.jar
[INFO] Copy D:\Downloads\sakai-src-2.8.0\sakai-src-2.8.0\metaobj\metaobj-api\api
\target\sakai-metaobj-api-2.8.0.jar to d:\tomcat_sakai\tomcat_sakai\shared\lib\s
akai-metaobj-api-2.8.0.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building sakai-metaobj-tool-lib
[INFO]    task-segment: [install, sakai:deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 13 resources
[INFO] Copying 0 resource
[INFO] Copying 1 resource
Downloading: http://source.sakaiproject.org/maven2/jsf/jsf-impl/1.1.01/jsf-impl-
1.1.01.pom
[WARNING] Unable to get resource 'jsf:jsf-impl:pom:1.1.01' from repository sakai
-maven (http://source.sakaiproject.org/maven2): Error transferring file: source.
sakaiproject.org
Downloading: http://source.sakaiproject.org/maven2-snapshots/jsf/jsf-impl/1.1.01
/jsf-impl-1.1.01.pom
[WARNING] Unable to get resource 'jsf:jsf-impl:pom:1.1.01' from repository sakai
-maven2-snapshots (http://source.sakaiproject.org/maven2-snapshots): Error trans
ferring file: source.sakaiproject.org
Downloading: http://repo1.maven.org/maven2/jsf/jsf-impl/1.1.01/jsf-impl-1.1.01.p
om
[WARNING] Unable to get resource 'jsf:jsf-impl:pom:1.1.01' from repository defau
lt (http://repo1.maven.org/maven2): Error transferring file: Server returned HTT
P response code: 400 for URL: http://repo1.maven.org/maven2/jsf/jsf-impl/1.1.01/
jsf-impl-1.1.01.pom
Downloading: http://repo1.maven.org/maven2/jsf/jsf-impl/1.1.01/jsf-impl-1.1.01.p
om
[WARNING] Unable to get resource 'jsf:jsf-impl:pom:1.1.01' from repository centr
al (http://repo1.maven.org/maven2): Error transferring file: Server returned HTT
P response code: 400 for URL: http://repo1.maven.org/maven2/jsf/jsf-impl/1.1.01/
jsf-impl-1.1.01.pom
Downloading: http://source.sakaiproject.org/maven2/jsf/jsf-api/1.1.01/jsf-api-1.
1.01.pom
[WARNING] Unable to get resource 'jsf:jsf-api:pom:1.1.01' from repository sakai-
maven (http://source.sakaiproject.org/maven2): Error transferring file: source.s
akaiproject.org
Downloading: http://source.sakaiproject.org/maven2-snapshots/jsf/jsf-api/1.1.01/
jsf-api-1.1.01.pom
[WARNING] Unable to get resource 'jsf:jsf-api:pom:1.1.01' from repository sakai-
maven2-snapshots (http://source.sakaiproject.org/maven2-snapshots): Error transf
erring file: source.sakaiproject.org
Downloading: http://repo1.maven.org/maven2/jsf/jsf-api/1.1.01/jsf-api-1.1.01.pom

[WARNING] Unable to get resource 'jsf:jsf-api:pom:1.1.01' from repository defaul
t (http://repo1.maven.org/maven2): Error transferring file: Server returned HTTP
 response code: 400 for URL: http://repo1.maven.org/maven2/jsf/jsf-api/1.1.01/js
f-api-1.1.01.pom
Downloading: http://repo1.maven.org/maven2/jsf/jsf-api/1.1.01/jsf-api-1.1.01.pom

[WARNING] Unable to get resource 'jsf:jsf-api:pom:1.1.01' from repository centra
l (http://repo1.maven.org/maven2): Error transferring file: Server returned HTTP
 response code: 400 for URL: http://repo1.maven.org/maven2/jsf/jsf-api/1.1.01/js
f-api-1.1.01.pom
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory D:\Downloads\sakai-src-2.8.0\sakai-sr
c-2.8.0\metaobj\metaobj-util\tool-lib\src\webapp
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [jar:jar {execution: default-jar}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing D:\Downloads\sakai-src-2.8.0\sakai-src-2.8.0\metaobj\metaobj-u
til\tool-lib\target\sakai-metaobj-tool-lib-2.8.0.jar to C:\Users\admin\.m2\repos
itory\org\sakaiproject\sakai-metaobj-tool-lib\2.8.0\sakai-metaobj-tool-lib-2.8.0
.jar
[INFO] [sakai:deploy {execution: default-cli}]
[INFO] No deployment specification -- skipping org.sakaiproject:sakai-metaobj-to
ol-lib:jar:2.8.0
[INFO] ------------------------------------------------------------------------
[INFO] Building sakai-metaobj-impl
[INFO]    task-segment: [install, sakai:deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 19 resources
[INFO] Copying 6 resources
[INFO] Copying 0 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [jar:jar {execution: default-jar}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing D:\Downloads\sakai-src-2.8.0\sakai-src-2.8.0\metaobj\metaobj-i
mpl\api-impl\target\sakai-metaobj-impl-2.8.0.jar to C:\Users\admin\.m2\repositor
y\org\sakaiproject\sakai-metaobj-impl\2.8.0\sakai-metaobj-impl-2.8.0.jar
[INFO] [sakai:deploy {execution: default-cli}]
[INFO] No deployment specification -- skipping org.sakaiproject:sakai-metaobj-im
pl:jar:2.8.0
[INFO] ------------------------------------------------------------------------
[INFO] Building rsmart-common
[INFO]    task-segment: [install, sakai:deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing D:\Downloads\sakai-src-2.8.0\sakai-src-2.8.0\rsmart-common\pom
.xml to C:\Users\admin\.m2\repository\com\rsmart\rsmart-common\2.8.0\rsmart-comm
on-2.8.0.pom
[INFO] [sakai:deploy {execution: default-cli}]
[INFO] No deployment specification -- skipping com.rsmart:rsmart-common:pom:2.8.
0
[INFO] ------------------------------------------------------------------------
[INFO] Building Rsmart Common Tool Lib
[INFO]    task-segment: [install, sakai:deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory D:\Downloads\sakai-src-2.8.0\sakai-sr
c-2.8.0\rsmart-common\common-tool-lib\tool-lib\src\bundle
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 36 source files to D:\Downloads\sakai-src-2.8.0\sakai-src-2.8.0
\rsmart-common\common-tool-lib\tool-lib\target\classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

D:\Downloads\sakai-src-2.8.0\sakai-src-2.8.0\rsmart-common\common-tool-lib\tool-
lib\src\java\com\rsmart\sakai\common\job\TriggerWrapper.java:[25,52] package org
.sakaiproject.component.app.scheduler.jobs does not exist

D:\Downloads\sakai-src-2.8.0\sakai-src-2.8.0\rsmart-common\common-tool-lib\tool-
lib\src\java\com\rsmart\sakai\common\job\TriggerWrapper.java:[38,11] cannot find
 symbol
symbol  : class SpringJobBeanWrapper
location: class com.rsmart.sakai.common.job.TriggerWrapper

D:\Downloads\sakai-src-2.8.0\sakai-src-2.8.0\rsmart-common\common-tool-lib\tool-
lib\src\java\com\rsmart\sakai\common\job\TriggerWrapper.java:[83,55] package org
.sakaiproject.component.app.scheduler.jobs does not exist

D:\Downloads\sakai-src-2.8.0\sakai-src-2.8.0\rsmart-common\common-tool-lib\tool-
lib\src\java\com\rsmart\sakai\common\job\TriggerWrapper.java:[87,74] package org
.sakaiproject.component.app.scheduler.jobs does not exist


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 51 seconds
[INFO] Finished at: Thu Mar 15 10:59:23 PKT 2012
[INFO] Final Memory: 75M/179M
[INFO] ------------------------------------------------------------------------
D:\Downloads\sakai-src-2.8.0\sakai-src-2.8.0>


More information about the sakai-dev mailing list