j2objc-contrib / j2objc-gradle

This plugin is no longer actively maintained. J2ObjC Gradle Plugin: enables Java source to be part of an iOS application's build so you can write an app's non-UI code (such as application logic and data models) in Java, which is then shared by Android apps (natively Java) and iOS apps (using J2ObjC), all as part of your usual Android Gradle build.
https://github.com/j2objc-contrib/j2objc-gradle
Apache License 2.0
139 stars 43 forks source link

iOS and OS X system test #521

Open brunobowden opened 9 years ago

brunobowden commented 9 years ago

Continous build both targets, including tests.

advayDev1 commented 9 years ago

This isn't actually continuously built yet; just has the xcode project in IIUC.

brunobowden commented 9 years ago

Comment should've been "partial fix for #521"

advayDev1 commented 9 years ago

i believe if the word fix is in there, github auto-closes it. if you just want to attach the CL instead of auto-close "Issue #X" works

brunobowden commented 9 years ago

I believe it's "fix" immediately followed by a number. If you put "for" in the middle then it doesn't trigger.

On Wed, Oct 21, 2015 at 4:30 PM Advay Mengle notifications@github.com wrote:

i believe if the word fix is in there, github auto-closes it. if you just want to attach the CL instead of auto-close "Issue #X" works

— Reply to this email directly or view it on GitHub https://github.com/j2objc-contrib/j2objc-gradle/issues/521#issuecomment-150053601 .

advayDev1 commented 9 years ago

lol they have a NL parser in there

brunobowden commented 9 years ago

How about this regex?

/(close|closes|closed|fix|fixes|fixed|resolve|resolves|resolved) #\d+)/

On Wed, Oct 21, 2015 at 4:45 PM Advay Mengle notifications@github.com wrote:

lol they have a NL parser in thre

— Reply to this email directly or view it on GitHub https://github.com/j2objc-contrib/j2objc-gradle/issues/521#issuecomment-150055626 .

brunobowden commented 8 years ago

Helpful guide for Xcode builds on Travis: https://www.objc.io/issues/6-build-tools/travis-ci/