Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.241.291 Times

Java::Build::GenericBuild 0.05

  Date Added: July 14, 2010  |  Visits: 905

Java::Build::GenericBuild

Report Broken Link
Printer Friendly Version


Product Homepage
Download (99 downloads)



Java::Build::GenericBuild is a high level driver to control Java builds. SYNOPSIS There are two (or more) code files needed to effectively use this module. First, create a subclass of this class: package Java::Build::MyBuild; use Carp; # Do the following in a BEGIN block before the use base statement: BEGIN { $ENV{CLASSPATH} .= ":/path/to/suns/lib/tools.jar"; } use base Java::Build::GenericBuild; # use any other Java::Build modules you need my @args = ( { BUILD_SUCCESS => sub { croak "You must supply a BUILD_SUCCESS" } }, { CONFIG_LOC => sub { croak "You must supply a CONFIG_LOC" } }, { MAIN_DIR => &_form_main_dir }, # ... ); # Include all the attributes that matter to your build here, and # what to do if the caller omits them. # If they are required, die in the subroutine, otherwise provide a # subroutine reference which will fill in the default sub new { my $class = shift; my $self = shift; $self->{ATTRIBUTES} = @attrs; process_attrs($self); return bless $self, $class; } # Include common targets callers can share here. Put unique targets # in the calling scripts (see below). sub init { my $self = shift; ... } sub cvs_refresh { my $self = shift; ... } sub compile { ... } # ... sub _form_main_dir { my $self = shift; $self->{MAIN_DIR} = /usr/src; } In some script: #!/usr/bin/perl use strict; use warnings; use Java::Build::MyBuild; my $project = Java::Build::MyBuild->new( BUILD_SUCCESS => /where/this/module/can/store/build/state.info, CONFIG_LOC => /some/path/to/my.conf, NAME => MyApplication, SRC_DIR => /where/my/java/files/live, SUBPROJECTS => [ { NAME => "util" }, { NAME => "app", USING => &compile_app }, ], ); $project->targets(qw( init cvs_refresh unique compile )); $project->GO(@ARGV); package Java::Build::MyBuild; # re-enter the build package to add targets sub unique {...} # a routine that MyBuild doesnt provide.

Requirements: No special requirements
Platforms: Linux
Keyword: Dir Genericbuild High Level Java Javabuildgenericbuild Libraries Loc Main Mybuild Name Shift Sub Success Targets
Users rating: 0/10

License: Freeware Size: 30.72 KB
USER REVIEWS
More Reviews or Write Review


JAVA::BUILD::GENERICBUILD RELATED
Code Management Tools  -  High Level Virtual Machine 0.1
High Level Virtual Machine is a toolkit for developing virtual machines for dynamic languages. The High Level Virtual Machine is: - Based on LLVM (Low Level Virtual Machine). LLVM is HLVMs sister project. HLVM gains tremendous capability from...
122.88 KB  
Networking Tools  -  JFwadmin 0.8
JFwadmin provides a Java high level GUI for ipchains. JFwadmin is a Java 2 high-level X11 tool for ipchains. The GUI displays easy-to-understand services. Features include scripts generation, firewall save and restore, automatic interface...
266.24 KB  
Multimedia & Graphics  -  High-level SALT interactors 1.0
High-level voice interactors based on SALT with usability study results
6.08 KB  
Science  -  StrBio java class libraries b.1.2
Java class libraries for structural biology development: includes protein format conversion tool, printf-based text formatting, Pred2ary secondary structure prediction, neural net library, Hooke-Jeeves global optimizer, and misc. math & statistics.
12.66 MB  
Libraries  -  Redland RDF Library Language Bindings 1.0.6.1
Redland RDF Library Language Bindings provides high-level language bindings for the Redland RDF C libraries, allowing full access to the C APIs along with enhancements for individual languages. Redland RDF Library Language Bindings currently...
890.88 KB  
Libraries  -  Class::DBI::ConceptSearch 0.04
Class::DBI::ConceptSearch is a Perl module to retrieve Class::DBI aggregates from high-level conceptual searches. SYNOPSIS my $cs = Class::DBI::ConceptSearch->new(xml => $config); #see CONFIGURATION $cs->use_wildcards(1);...
7.17 KB  
Libraries  -  Vision Egg 1.0
Vision Egg project is a high level interface between Python and OpenGL. In addition to methods for automatic generation of traditional visual stimuli such as sinusoidal gratings and random dot patterns, it has a number of functions for moving...
1024 KB  
Libraries  -  Eyefi ImageModifier 0.4
Eyefi ImageModifier library is a high-level programming interface for describing and caching a series of image transformations which are applied to source images, typically for display on web pages. The work process is as follows: you define a...
20.48 KB  
Programming  -  JOLIE 0.9.2
JOLIE is an interpreter for a new high level programming language, designed for SOAs (Service Oriented Architecture) orchestration (as, for example, WSBPEL by OASIS). The whole program is written entirely in Java to ensure cross-platform...
235.52 KB  
Libraries  -  gloox 0.9.4.1
gloox is a high-level Jabber/XMPP library for C++. Additionally, it offers high-level interfaces for interaction with an XMPP server. gloox is released under the GNU GPL. Commercial licenses are available. gloox is fully compliant to XMPP Core...
266.24 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB