Git Product home page Git Product logo

TaskAdapter

TaskAdapter is a stand-alone application to transfer tasks between various bug tracking and project management systems, e.g. between Atlassian Jira, Redmine, Microsoft Project, etc. The app is implemented in Java language and requires a JVM (Java Virtual Machine) installed to run. It has a web UI module to support editing synchronization configs and start export process.

App website: https://taskadapter.com Binary releases: https://taskadapter.com/download

Local development

This chapter explains how to build and run the application from the source code, if you choose to do so. This may be useful if you want some customizations or if you want to submit a bugfix.

Local development - pre-requisites

  • Have Java Development Kit (JDK) version 14+ installed.
  • have npm installed (sudo apt install npm)
  • run the following command to disable Vaadin Gradle usage reporting (to avoid a failing NPM "integrity" check):
    npm explore @vaadin/vaadin-usage-statistics -- npm run disable

Local development - run the application in an IDE

  1. Run ./gradlew vaadinPrepareFrontend command in the project folder, to configure Vaadin for npm mode.
  2. Import the project into your IDE (say, Intellij IDEA). You can open "build.gradle" file in the project root folder.
  3. Run/Debug the TADevLauncher class as an application (run the main() method). The app will use npm to download all javascript libraries (will take a long time) and will start in development mode.
  4. Optionally, add the following parameter to TADevLauncher run configuration arguments list:
  • --openTaskAdapterPageInWebBrowser

this will open a web browser on app start.

Build and run from command line

Run this in the project root folder:

    ./gradlew clean build -Pvaadin.productionMode -ProllbarApiTokenProperty=<token_here>

Note - the rollbar Api property is optional. If not provided, the app will skip Rollbar error reporting.

This command will create a ZIP file in webui/build/distributions folder. Unpack the ZIP anywhere, run bin/taskadapter script. It will automatically open TA URL in browser when the web app is ready.

TaskAdapter's Projects

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.