Code Monkey home page Code Monkey logo

gwt-ivy's Introduction

GWT-Ivy

This xml files will help you to create GWT apps and manage their dependencies with Apache Ivy.

To do this, follow these steps:

  1. Create a GWT project with your IDE or with the GWT-SDK;

  2. Copy the build.xml, ivy-setting.xml and ivy.xml to the root of the project.

  3. Alter build.xml to your prefered project name and module name. Basically, you need to change these lines by something like this:

project name="gwt-bree" xmlns:ivy="antlib:org.apache.ivy.ant" default="build" basedir="." !-- some code -- property name="application.module" value="com.geekvigarista.gwt.ivy.Gwt_bree" / property name="application.name" value="gwtbree" / !-- some code -- /project

In this example I changed the gwt-ivy default name by gwt-bree, thats also a real app managed by gwt-bree.


This is the basic config, now, will show you some commands:

  1. ant war will do everything necessary and make a war in application root directory.
  2. ant libs will download (if necessary) and copy all libs to a folder named lib in your root application diretory.

TODO

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.