qbt - qooxdoo build tool

Build Qooxdoo apps with Java

Лицензия

Лицензия

EPL
Группа

Группа

org.qooxdoo
Идентификатор

Идентификатор

qooxdoo-build-tool
Последняя версия

Последняя версия

1.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

qbt - qooxdoo build tool
Build Qooxdoo apps with Java
Система контроля версий

Система контроля версий

https://github.com/salmon-charles/qooxdoo-build-tool

Скачать qooxdoo-build-tool

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.qooxdoo/qooxdoo-build-tool/ -->
<dependency>
    <groupId>org.qooxdoo</groupId>
    <artifactId>qooxdoo-build-tool</artifactId>
    <version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.qooxdoo/qooxdoo-build-tool/
implementation 'org.qooxdoo:qooxdoo-build-tool:1.4'
// https://jarcasting.com/artifacts/org.qooxdoo/qooxdoo-build-tool/
implementation ("org.qooxdoo:qooxdoo-build-tool:1.4")
'org.qooxdoo:qooxdoo-build-tool:jar:1.4'
<dependency org="org.qooxdoo" name="qooxdoo-build-tool" rev="1.4">
  <artifact name="qooxdoo-build-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.qooxdoo', module='qooxdoo-build-tool', version='1.4')
)
libraryDependencies += "org.qooxdoo" % "qooxdoo-build-tool" % "1.4"
[org.qooxdoo/qooxdoo-build-tool "1.4"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.python : jython-standalone jar 2.5.2
org.codehaus.jackson : jackson-mapper-asl jar 1.9.0
log4j : log4j jar 1.2.14

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1

Модули Проекта

Данный проект не имеет модулей.

qbt - Qooxdoo Build Tool

Qbt is a build tool for Qooxdoo applications, that requires Java 1.6 (or later) only (no need of an external python interpreter).

It is a wrapper to the qooxdoo python tool chain, and so provides the same functionalities.

It is shipped with an interactive qooxdoo-jython console (REPL), to build and manage your application easily.

Getting started

  1. Install a binary release of qbt (see Setup)

  2. Download a qooxdoo sdk (see qooxdoo download page)

  3. Create an application, run build jobs

     	$ export QOOXDOO_PATH=/path/to/qooxdoo/sdk
     	$ qbt create-application -t gui -n myRiaApp
     	$ cd myRiaApp
     	$ qbt "build, test, api"
    

Visit the qbt home page project page for full documentation.

Версии библиотеки

Версия
1.4