| Projects on Google Code | Results 1 - 10 of 250 |
Public hosting of the [http://ant.apache.org/ Apache Ant] javadoc.
This project is unfortunately necessary because Apache will not host the javadoc themselves. See [http://ant.apache.org/manual/api/index.html here].
Ant version 1.7.1 available at http://apache-ant-javadoc.googlecode.com/svn/t...
Todo Copy (formerly Smart Copy) is a single-file Python app for batch execution (Ant-like) of commands. For example, TC can dump a SQL database, zip that file and other files in a specified source path, and then send everything to an FTP site. Batch files are XML-based.
Current version: 1.3.48 (u...
=prjAntHill=
[http://prjanthill.googlecode.com/svn/wiki/images/logo3_small.png]
_Enables Ant to perform Remote Target Invocation over XMPP._
Author: _Michele Mostarda( michele.mostarda@gmail.com )_
==Overview==
_Ant Hill_ is an Ant library meant to perform remote invocation of build t...
Ant Task for IBM Mq Messaging.
Current features are:
* Send messages
* Read messages
* Browse messages
* Delete all messages
Below you can see the correct use of the parameters with the chosen action:
|| *Parameter/Action* || *Clear* || *Browse* || *Read* || *Write* || *Defa...
Ant4GWT4Seam is a simple ant contribution to compile GWT application used in jboss seam.
=Install=
----
{{{
> ant install
}}}
This task will package and copy the `ant-gwt-seam-<version>.jar` to the lib directory of
your ant home.
=Usage=
----
Add below task to your seam build.xml .
...
=What is jsAnt?=
*jsAnt* is a library which bring a compact and flexible way of writing automation task in Javascript. It's built on top of the java building tool *[http://ant.apache.org Apache Ant]*.
=Audience=
jsAnt is designed to serve for *Javascript* programmer who
* Desire building/aut...
subfloor is a set of template Ant scripts that help you quickly stand up a complex Java project.
The term "subfloor" comes from the construction industry. Merriam-Webster defines subfloor as "a rough floor laid as a base for a finished floor". The idea behind the subfloor project is to support ...
This is a very simple project than takes N number of files and uploads them to googlecode using ant.
It's designed to be drop-in release build in your build pipeline. The input is a bunch of files and one property file dropped into the artifacts folder.
For example:
{{{
artifacts/foo.jar
a...
= Introduction =
Many programming projects rely on third party libraries or modules. When embedding those open source libraries into your product, a proper release documentation must be provided in which you document that the particular requirements of the licences are met.
In a larger team yo...
ant-master-build-scripts
- A collection of "master" Ant build scripts, which can be used to make ...
From working on many projects, I've extracted a set of “master” build scripts that encapsulated complexity. Complex J2EE projects can now have individual Ant scripts that are only 5-10 lines long, but retain all their functionality.
This was done by treating Ant scripts like objects, allowing ...