[Building Sakai] Sakai and Google Docs integration

Sanghyun Jeon euksa99 at gmail.com
Fri Mar 8 13:28:04 PST 2013


you're right
At first I fail to find the rsmart-util location, after I find it and it
works...

Thank you for your reply.

S

On Fri, Mar 8, 2013 at 12:43 PM, Bryan Holladay <holladay at longsight.com>wrote:

> you should compile
> https://source.sakaiproject.org/contrib/rsmart/rsmart-util/
>
> However, you're probably pointing to 2.8-SNAPSHOT instead of 2.8.0.  Just
> adjust the poms to make it work.
>
>
> On Fri, Mar 8, 2013 at 3:19 PM, Sanghyun Jeon <euksa99 at gmail.com> wrote:
>
>> I did not attach the whole error log, so here's the build error I got
>> when I try to build under sakai base. I changed several pom.xmls, because I
>> are using sakai 2.8.x_all version
>>
>> please help
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building OAuth Token Management Implementation
>> [INFO]    task-segment: [clean, install, sakai:deploy]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] [clean:clean {execution: default-clean}]
>> [INFO] Deleting directory
>> /opt/sakai-deploy/sakai-2.8.x-all_bk_rwiki/sakai-2.8.x-all_bk/oauth/oauth-impl/impl/target
>> [INFO] [resources:resources {execution: default-resources}]
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> /opt/sakai-deploy/sakai-2.8.x-all_bk_rwiki/sakai-2.8.x-all_bk/oauth/oauth-impl/impl/src/java
>> [INFO] skip non existing resourceDirectory
>> /opt/sakai-deploy/sakai-2.8.x-all_bk_rwiki/sakai-2.8.x-all_bk/oauth/oauth-impl/impl/src/bundle
>> [INFO] snapshot com.rsmart:rsmart-util-testing:2.8-SNAPSHOT: checking for
>> updates from sakai-maven2-snapshots
>> Downloading:
>> http://source.sakaiproject.org/maven2-snapshots/com/rsmart/rsmart-util-testing/2.8-SNAPSHOT/rsmart-util-testing-2.8-SNAPSHOT.pom
>> [INFO] Unable to find resource
>> 'com.rsmart:rsmart-util-testing:pom:2.8-SNAPSHOT' in repository
>> sakai-maven2-snapshots (http://source.sakaiproject.org/maven2-snapshots)
>> [INFO] [compiler:compile {execution: default-compile}]
>> [INFO] Compiling 1 source file to
>> /opt/sakai-deploy/sakai-2.8.x-all_bk_rwiki/sakai-2.8.x-all_bk/oauth/oauth-impl/impl/target/classes
>> [INFO] [resources:testResources {execution: default-testResources}]
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 3 resources
>> Downloading:
>> http://source.sakaiproject.org/maven2-snapshots/com/rsmart/rsmart-util-testing/2.8-SNAPSHOT/rsmart-util-testing-2.8-SNAPSHOT.jar
>> [INFO] Unable to find resource
>> 'com.rsmart:rsmart-util-testing:jar:2.8-SNAPSHOT' in repository
>> sakai-maven2-snapshots (http://source.sakaiproject.org/maven2-snapshots)
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Failed to resolve artifact.
>>
>> Missing:
>> ----------
>> 1) com.rsmart:rsmart-util-testing:jar:2.8-SNAPSHOT
>>
>>   Try downloading the file manually from the project website.
>>
>>   Then, install it using the command:
>>       mvn install:install-file -DgroupId=com.rsmart
>> -DartifactId=rsmart-util-testing -Dversion=2.8-SNAPSHOT -Dpackaging=jar
>> -Dfile=/path/to/file
>>
>>   Alternatively, if you host your own repository you can deploy the file
>> there:
>>       mvn deploy:deploy-file -DgroupId=com.rsmart
>> -DartifactId=rsmart-util-testing -Dversion=2.8-SNAPSHOT -Dpackaging=jar
>> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>>
>>   Path to dependency:
>>         1) com.rsmart:oauth-impl:jar:2.8-SNAPSHOT
>>         2) com.rsmart:rsmart-util-testing:jar:2.8-SNAPSHOT
>>
>> ----------
>> 1 required artifact is missing.
>>
>>  for artifact:
>>   com.rsmart:oauth-impl:jar:2.8-SNAPSHOT
>>
>> from the specified remote repositories:
>>   default (http://repo1.maven.org/maven2),
>>   sakai-maven2-snapshots (http://source.sakaiproject.org/maven2-snapshots
>> ),
>>   central (http://repo1.maven.org/maven2),
>>   sakai-maven (http://source.sakaiproject.org/maven2)
>>
>>
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] For more information, run Maven with the -e switch
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 5 minutes 14 seconds
>> [INFO] Finished at: Fri Mar 08 11:51:29 PST 2013
>> [INFO] Final Memory: 210M/653M
>> [INFO] --------------------------------------------------------
>>
>>
>>
>>
>> On Fri, Mar 8, 2013 at 9:32 AM, Bryan Holladay <holladay at longsight.com>wrote:
>>
>>> I have it running in 2.7, 2.8 and 2.9... If I remember correctly I had
>>> some issues with 2.9 b/c of that spring-webmvc & shared/lib issue
>>>
>>>
>>> On Fri, Mar 8, 2013 at 11:57 AM, Sanghyun Jeon <euksa99 at gmail.com>wrote:
>>>
>>>> Thank you for your reply.
>>>>
>>>> We are using Sakai 2.8.x_all version. Do the versions specified at the
>>>> url
>>>> https://source.sakaiproject.org/contrib/rsmart/google-content/trunk/INSTALL work
>>>> for Sakai 2.8.x?
>>>>
>>>> Or do you need some tweaks?
>>>>
>>>> Sanghyun
>>>>
>>>>
>>>>
>>>> On Fri, Mar 8, 2013 at 5:51 AM, Bryan Holladay <holladay at longsight.com>wrote:
>>>>
>>>>> Make sure you use those exact versions for gdata-java-client (look up
>>>>> previous versions), otherwise it won't work.
>>>>>
>>>>>
>>>>> On Thu, Mar 7, 2013 at 11:32 PM, John Bush <john.bush at rsmart.com>wrote:
>>>>>
>>>>>>
>>>>>> https://source.sakaiproject.org/contrib/rsmart/google-content/trunk/INSTALL
>>>>>>
>>>>>> On Thu, Mar 7, 2013 at 5:26 PM, Sanghyun Jeon <euksa99 at gmail.com>
>>>>>> wrote:
>>>>>> > Hello All,
>>>>>> >
>>>>>> > We plan to upgrade Sakai 2.8 from 2.7 and we are interesting to
>>>>>> integrate
>>>>>> > Google Docs with our new Sakai.
>>>>>> > I saw rSmart's work this integration via Resources tool. I am
>>>>>> wondering
>>>>>> > where I can find this integration instruction so that our Sakai
>>>>>> users can
>>>>>> > use this awesome feature. Thank you in advance.
>>>>>> >
>>>>>> > Sanghyun
>>>>>> >
>>>>>> > _______________________________________________
>>>>>> > 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"
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> John Bush
>>>>>> 602-490-0470
>>>>>> _______________________________________________
>>>>>> 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/20130308/9b9f2499/attachment.html 


More information about the sakai-dev mailing list