GithubHelp home page GithubHelp logo

yext / icbm Goto Github PK

View Code? Open in Web Editor NEW
19.0 16.0 7.0 10.76 MB

[UNMAINTAINED] A build tool specializing in large Java codebases with multiple intermingled applications

License: Other

Java 0.97% Python 96.86% Shell 2.17%

icbm's Introduction

UNMAINTAINED

Yext has moved primarily to using Bazel to manage our builds, and no further updates are planned for ICBM.

ICBM

ICBM is a build tool that specializes in building Java applications. It also includes support for handling protocol buffer definitions, Play framework 1.x projects, and build steps that are arbitrary commands.

ICBM was the primary Java build tool used at Yext from 2010 until 2018.

System Requirements

  • Python 2.7
  • Apache Ant
  • Java 6 *

* Java 6 is required only because compiling with Java 6 specifically is currently hardcoded in the default Ant buildfile ICBM uses.

Quick Start by Example

The example/ folder contains an example project that shows off some of the features of ICBM. To try it out, run the following in the example/ folder:

../icbm/build.py src/com/example/foo/Foo.java
./build/Foo/Foo
../icbm/build.py src=com/example/foo:Foo_deploy
./build/Foo_deploy.jar

icbm's People

Contributors

davidwen avatar eefi avatar hongrich avatar imirkin avatar jcortbawi avatar kevincaffrey avatar seanmacisaac avatar theothertomelliott avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

icbm's Issues

Help in running tests

I would like to:

  1. Configure my continuous build to build and run only the tests that depend on code changed by the last commit.
  2. Be able to run all tests that depend on a particular changeset, locally.

If ICBM could print the dependency information as a list of *Test.java files that depend on a given set of files, it seems like that functionality could be hooked up to a test runner to accomplish 1 and 2.

Thoughts?

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.