Git Product home page Git Product logo

Comments (7)

tony19 avatar tony19 commented on August 16, 2024

Yes, please do. And then send a pull request. Thanks.

from logback-android.

phreed avatar phreed commented on August 16, 2024

One thing that remains is to have a 'deploy' repository for the project.
Does github provide maven repositories?
If not then somebody needs to register to have one...
https://support.sonatype.com/entries/20914616-how-do-i-get-my-software-into-central
or
http://www.codinginahurry.com/2011/04/24/how-to-upload-your-artifacts-to-maven-central/

from logback-android.

tony19 avatar tony19 commented on August 16, 2024

I recently registered a Maven repo on Sonatype (group ID: com.github.tony19).

from logback-android.

tony19 avatar tony19 commented on August 16, 2024

Progress

The issue7 branch is nearly complete, but there are a few TODOs:

  1. Use javamail-android. Otherwise, SMTPAppender causes VerifyError. These JARs are not in Central AFAIK, so I plan on forking javamail-android and publishing to Central under com.github.tony19 (unless someone beats me to it). It turns out plain-old javax.mail can be used just fine to compile. Just be sure to include the JARs from the Google code project in your classpath at runtime.
  2. Clean up the pom's (get rid of any unused plugins, extensions, etc).
  3. Update release.sh (and merge.sh) with Maven commands.
  4. Merge into master branch.
  5. Bump version to 1.0.6-2 and release... Think about how to publish to Central: release individual core and classic JARs just like the original project; OR continue to release a single uber jar.

Potential throw-ins

  • Make apktool-lib optional (don't include it in our JAR) since I think most users choose a separate logback.xml file instead of AndroidManifest.xml. This also allows for a smaller JAR. (easy)
  • Make logback.xml loading configurable via a new XML element so that users can configure where and how to load logback.xml. This enables apps to do something like read from a specific file location or URL (e.g., assets/logback.xml) but not sdcard/logback/logback.xml. Need to consider Android's strict mode. (medium)

To be continued

I'm tied up at the moment, so I'll have to get back to this later.

from logback-android.

phreed avatar phreed commented on August 16, 2024

Sounds good.
Related to your second point; there is a maven plugin for helping to correct dependencies.

mvn dependency:tree

Which shows dependencies trees for each pom.

mvn dependency:analyze

Which helps in restructuring the poms.

from logback-android.

tony19 avatar tony19 commented on August 16, 2024

logback-android-core and logback-android-classic should be available in Maven Central any moment now.

See efa5ccc.

from logback-android.

lock avatar lock commented on August 16, 2024

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

from logback-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.