qbt - qooxdoo build tool

Build Qooxdoo apps with Java

License

License

EPL
GroupId

GroupId

org.qooxdoo
ArtifactId

ArtifactId

qooxdoo-build-tool
Last Version

Last Version

1.4
Release Date

Release Date

Type

Type

jar
Description

Description

qbt - qooxdoo build tool
Build Qooxdoo apps with Java
Source Code Management

Source Code Management

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

Download qooxdoo-build-tool

How to add to project

<!-- 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"]

Dependencies

compile (3)

Group / Artifact Type Version
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)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.4