Havanero / gwt-syncproxy

Automatically exported from code.google.com/p/gwt-syncproxy
0 stars 0 forks source link

Expose jar through maven-repo like mechanism (ibiblio, etc) #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 binarymo...@gmail.com on 6 Apr 2010 at 6:26

GoogleCodeExporter commented 8 years ago
Also add gdata-java-client as seems to be a dependency.

Original comment by binarymo...@gmail.com on 6 Apr 2010 at 8:59

GoogleCodeExporter commented 8 years ago
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 matthew....@gmail.com on 26 Jan 2012 at 10:04

Attachments:

GoogleCodeExporter commented 8 years ago
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 dale.wyt...@gmail.com on 11 Apr 2012 at 5:33

GoogleCodeExporter commented 8 years ago
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 p.pr...@blueesoteric.com on 23 Dec 2014 at 11:38

GoogleCodeExporter commented 8 years ago
This project is being migrated over to github as part of the Google Code 
Sunset. Please follow this issue at the GitHub project 
(https://github.com/jcricket/gwt-syncproxy/issues/1). I'm targeting maven 
availability with the 0.6 release later this year, but it is still dependent on 
the Android tools issue described in note 4 of this issue. That issue is 
targeted for resolution in Android Studio 1.5

Original comment by p.pr...@blueesoteric.com on 30 Mar 2015 at 2:14