j2objc-contrib / j2objc-common-libs-e2e-test

End-to-end tests for translating, compiling, and linking common Java libraries into Objective C using j2objc
https://github.com/j2objc-contrib
Apache License 2.0
12 stars 5 forks source link

com.google.code.findbugs:jsr305 - J2ObjC continuous build #18

Open brunobowden opened 8 years ago

brunobowden commented 8 years ago

JSR305 Annotations for Findbugs.

@tomball - I believe we should be adding Google's JSR305 from findbugs to the continuous integration tests?

@advayDev1 FYI

tomball commented 8 years ago

I don't follow -- jsr305 is included in the j2objc distribution both as lib/jsr305.jar and libjsr305.a. We get the original source using Maven in the j2objc/java_deps build.

On Fri, Sep 25, 2015 at 1:55 PM Bruno Bowden notifications@github.com wrote:

JSR305 Annotations for Findbugs.

@tomball https://github.com/tomball - I believe we should be adding Google's JSR305 from findbugs to the continuous integration tests?

@advayDev1 https://github.com/advayDev1 FYI

— Reply to this email directly or view it on GitHub https://github.com/j2objc-contrib/j2objc-common-libs-e2e-test/issues/18.

brunobowden commented 8 years ago

I'm looking at libraries that we should translate outside of what you provide. You started a conversation about Guava... which other libraries would be appropriate for that?

On Fri, Sep 25, 2015 at 2:00 PM Tom Ball notifications@github.com wrote:

I don't follow -- jsr305 is included in the j2objc distribution both as lib/jsr305.jar and libjsr305.a. We get the original source using Maven in the j2objc/java_deps build.

On Fri, Sep 25, 2015 at 1:55 PM Bruno Bowden notifications@github.com wrote:

JSR305 Annotations for Findbugs.

@tomball https://github.com/tomball - I believe we should be adding Google's JSR305 from findbugs to the continuous integration tests?

@advayDev1 https://github.com/advayDev1 FYI

— Reply to this email directly or view it on GitHub <https://github.com/j2objc-contrib/j2objc-common-libs-e2e-test/issues/18 .

— Reply to this email directly or view it on GitHub https://github.com/j2objc-contrib/j2objc-common-libs-e2e-test/issues/18#issuecomment-143353797 .

advayDev1 commented 8 years ago

@brunobowden - should we not just do every library that is currently distributed within j2objc except jre_emul? It seems you've filed bugs for all of them already.

cc: @kstanger as he's the one who originally requested us look at unbundling Guava.

brunobowden commented 8 years ago

cc: @kstanger (corrected name)