Java Mailing List Archive

http://www.junlu.com/

Subjects
Home
mod jk2 https
Donation of JAXP 1 3 Sources to Apache
R annoyances
RE: Finding out when the aspnet admin worker process has recycled
Favorite Linux Distribution
eigenvalues of a circulant matrix
Apache Install
Reachin apache from outside
Ant should have an ext directory
Warning: Documentroot doesn 't exist
Can this be Done?
RE: Multilanguage Application
RE: Simple Question On setting up Sub Domain site
Lack of independence in anova()
How to close connection instead of sending 403?
winning the case for ANT
Re: adding php
New Ant GUI 'Ant 's Nest '
Narrowing Down A Strange Problem
Ant Task: sshexec
R Graph Gallery : categorization of the graphs
I 've been hacked, I need some help please
RE: Anyone working with DotNetNuke?
RE: Exception Handling Opinion
hex format
RE: IIS stopped working :(
<for > Build Failed:problem
RE: Separation of Objects from Logic
RE: Tracking pages with long request execution time
sending email to multiple destination
Web Site
ant UI
Easy cut & paste from Excel to R?
Win32 Apache Restart
Improving Tasks
HELP! PLEASE!
RE: Adding Controls to a Page
read table
RE: ASPNET account doesn 't exist!
Best way to uninstall Apache2 on red hat
from win to linux how to web page
XMLParseException changes and creation of XMLLocator2
Re Post: rewrite backslash to forward slash
Target or macrodef?
Page display problem XPSP2
Authentication problems
Dynamic Dictionary Data Type?
Newbie unable access my www from outside
off topic question: Latex and R in industries
Conflict between xtable and Hmisc when using Sweave?
Very old problem without any new solution
mod rewrite help
Basic Authentication question
RE: Code Security
calling ant from java program
prevent double signing
Re: Controlling Copy/Paste/Print
Using R to illustrate the Central Limit Theorem
web server slow too much slow
access to user directories
Links
Home
Official R Project Site
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
Ant should have an ext directory

Ant should have an ext directory

2005-01-04       - By Dick, Brian E.
Reply:     <<     11     12     13     14     15     16     17     18     19     20     >>  

That's along the route that we have taken, except we work in a
disconnected environment so software has to be on the machines. Our
developers simply check out the development software to their machines.

Instead of reserving a drive letter, we set a DEV_HOME environment
variable and all software is installed relative to that. The relative
paths are in a properties file, so changing the directory structure is
easy.

The core ant libraries and the 3rd party libraries defined by taskdefs
work great with this setup. The real problem arises with the ant
optional task library dependencies such as junit, commons-net, etc.
Since these components have a different distribution life cycle, we need
to upgrade them independently from ant.

As far as I know the only way ant can resolve references to optional
tasks is through the lib directory or the CLASSPATH environment
variable. We don't want to use the lib directory, because that should be
reserved for the standard ant distribution. We don't want to use the
CLASSPATH because it is unreliable (just search the ant archives for
proof).

Ant needs an ext directory.

-----Original Message-----
From: North Alex [mailto:Alex.North@(protected)]
Sent: Tuesday, January 04, 2005 12:02 AM
To: Ant Users List
Subject: RE: Ant should have an ext directory


Hi

An alternative we have used is to put ANT itself into a ClearCase VOB.
We have one common vob named "devtools" that, among other things,
contains ANT and all of the common scripts, 3rd party libraries, etc.
This means our developers don't have ANT installed on their own machine
(all do have a 1.4.x Java Runtime installed and on their PATH) - easy
maintenance in this case :D

I have no idea how this would work with any other source control system
and we also have our ClearCase views mounted on a reserved drive letter
so pointing scripts to the correct place(s) was easy.

<= Alex =>

>-----Original Message-----
>From: Dick, Brian E. [mailto:Brian.Dick@(protected)]
>Sent: Monday, January 03, 2005 7:42 PM
>To: Ant Users List
>Subject: RE: Ant should have an ext directory
>
>
>Understood, but I want to create a department-wide ant
>distribution that is augmented with common extension
>libraries. None of the options you list make this particularly
>clean and easy to manage.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)


©2008 junlu.com - Jax Systems, LLC, U.S.A.