gwt-gdata with contacts photo sample

2010-06-16 Thread james northrup
has anyone figured out the magic to use th gwt-data emulation libs or any
gwt code of any sort to grab contact photos from the m8 feed?

would love to have a look

Jim

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Maven, again

2010-04-29 Thread James Northrup
*i think* i do something mildly different than

> 
>
>org.codehaus.mojo
>gwt-maven-plugin
>
>${project.build.directory}/$
> {project.build.finalName}
>
>


here's my working production maven gwt module:

i have a  tag in the parent pom as well, to handle the openjpa, 
gwt-version, etc. stuff and a private repo for things like 
 

so to run [in production] i use 

mvn [ clean  install ] jetty:run-exploded

from the module directory itself
this supports intellij with gwt debugging just fine, i haven't played with 
eclipse.


http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>

4.0.0

sample-parent
sample
1.0-SNAPSHOT

sample
kiosk-web
war
1.0-SNAPSHOT



sample-legacy
sample-Repo
file://${basedir}/../src/main/repository
default





com.google.gwt
gwt-servlet
${gwt.version}



com.google.gwt
gwt-user
${gwt.version}
provided


com.google
gwt-incubator
20090204-r1747



sample
sample-monitor
${parent.version}



war/WEB-INF/classes


org.codehaus.mojo
gwt-maven-plugin
1.2



compile




/Customer.html



org.apache.maven.plugins
maven-war-plugin


org.mortbay.jetty
jetty-maven-plugin
7.0.1.v20091125
true


12731


8088
6




${basedir}/target/${project.artifactId}-${version}

${basedir}/target/${project.artifactId}-${version}






-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.