gwt-syncproxy
gwt-syncproxy copied to clipboard
Expose jar through maven-repo like mechanism (ibiblio, etc)
Some people like to use Maven for their build and test mechanisms, would be
nice to have syncproxy available through similar repo mechanism as ibiblio
or similar.
Original issue reported on code.google.com by [email protected]
on 6 Apr 2010 at 6:26
Also add gdata-java-client as seems to be a dependency.
Original comment by [email protected]
on 6 Apr 2010 at 8:59
Attached is a patch to r52 of trunk that 'mavenizes' the project with a pom.xml
and relocation of sources to conventional locations expected by maven. Do note
that the build.xml has not been updated to reflect these changes.
Original comment by [email protected]
on 26 Jan 2012 at 10:04
Attachments:
I installed the jar in my maven local repo with:
mvn install:install-file -Dfile=SyncProxy.jar -DgroupId=com.gdevelop
-DartifactId=gwt-syncproxy -Dversion=0.3.1 -Dpackaging=jar
And then for a dependency:
<dependency>
<groupId>com.gdevelop</groupId>
<artifactId>gwt-syncproxy</artifactId>
<version>0.3.1</version>
</dependency>
Original comment by [email protected]
on 11 Apr 2012 at 5:33
I am planning on making this available as such after I'm able to gradleify the
source code appropriately. The POJ will likely be available before the Android
version (the Android Library will need to be converted to work with Android
Studio, and it's gradle system is still lacking a key feature needed:
https://code.google.com/p/android/issues/detail?id=64957)
Original comment by [email protected]
on 23 Dec 2014 at 11:38
- Changed state: Accepted