Decorum

Software Screenshot:
Decorum
Software Details:
Version: 0.4.1
Upload Date: 12 May 15
Developer: Jon Siddle
Distribution Type: Freeware
Downloads: 9

Rating: nan/5 (Total Votes: 0)

Decorum is a simple dependency extension to ant.

Constructs classpaths using a simple list of dependencies.
Matches jars to the required version

(eg "any", "1.0", "1.2.3+")

Builds the dependencies if no jar is present.

Two minute example

< project ... >
< !-- Import Decorum -- >
< taskdef name="dependencies"
classname="org.trapdoor.decorum.Decorum" >
< classpath location="${lib.dir}/decorum.jar" / >
< /taskdef >

< dependencies id="deps" libdir="${lib.dir}" >
< dependency name="log4j" / >
< /dependencies >

...

< target name="compile" >
< javac srcdir="${src.dir}" destdir="${build.dir}"
classpathref="path.deps" / >
< /target >

This will find the highest version of log4j available and add it to a classpath reference called "path.deps".

Requirements:

· Perl

Requirements:

  • Perl

Similar Software

ELF statifier
ELF statifier

20 Feb 15

Sol Manager
Sol Manager

3 Jun 15

slacktrack
slacktrack

11 May 15

Clozure CL
Clozure CL

3 Jun 15

Comments to Decorum

Comments not found
Add Comment
Turn on images!