Re: Dependancies on libraries

2002-11-04 Thread Stefan Bodewig
On Sun, 03 Nov 2002, Bruce McGuire <[EMAIL PROTECTED]> wrote: > I have a project which depends on some libraries that I am > building. Is it possible to have one build.xml file depend on > another? I'm not entirely sure I understand what you mean. Take a look at the task. So if you have build

Re: trouble getting task to use manifest.mf and include properties files

2002-11-04 Thread George Spalding
Another idea is to do execute a jar update after the earfile has been created: ... include your extra files and manifest tags, perhaps. ... /George --- Bruce Snyder <[EMAIL PROTECTED]> wrote: > My apologies for the second post, but I've received no answers yet. > > > I'm using Ant 1.5 and th

Re: "Elements of Ant Style": ant files separation

2002-11-04 Thread Steve Loughran
My recommendation is -break your project into sub projects at sensible places, each with their own deliverable (jar, ear, docs) that can be tested -have a build file for each sub project -have a master build file for the whole thing, using to call down -use XML includes to pull in common declara

using ant to build Zaurus .ipk files

2002-11-04 Thread didge
I'm trying to use ant to build Sharp Zaurus .ipk files Essentially, an .ipk is a packaged application that contains program files organized in a particular directory structure that has been tarred and compressed. The issue that I have is that ant's builtin gzip task does not seem to behave the sa

RE: Starteam: Get files by status.

2002-11-04 Thread Vikas Malla
I am running this command from the command line: C:\Program Files\StarTeam 4.0>stcmd co -p ":@starteam:49201//" -f NCO This is what I get: StarTeam 4.2 Command Line Interface, Build 4.2.699 Copyright (c) 1997-1999 Starbase Corporation Using ini file: C:\Program Files\StarDisk\ConnectionManager.ini

RE: Starteam: Get files by status.

2002-11-04 Thread Brown, Michael (Denver)
There is a command line option for StarTeam, -f NCO, that will checkout what "Needs check-out". This checks out files that are Missing or Out of date status. Hope this helps. -Original Message- From: Vikas Malla [mailto:malla6um@;yahoo.co.in] Sent: Monday, November 04, 2002 1:44 PM To: [

RE: Starteam: Get files by status.

2002-11-04 Thread Dave Draper
Using the StarTeam integration, No. You can however work around the problem by using the tag and the command line interface. The following will check out, unlocked, all files that are of status "out of date" or "missing". Run stcmd.exe co -? for more information. - Dave D. -Origina

ftp transfer error.

2002-11-04 Thread Eduardo Andrés Alfonso Sierra
Hi I get this error while trying to upload a file to my lycos account (ftp.members.lycos.co.uk) BUILD FAILED error during FTP transfer: java.io.IOException: Host attempting data connection 213.193.0.53 is not same as server 213.193.0.46 The script used to do that is Do

Starteam: Get files by status.

2002-11-04 Thread Vikas Malla
Is it possible to check out files in a starteam repository by the status of the file- i mean, check for status of the file like these "out of date","missing" etc.? Thanks. Post your ad on Yahoo! India Autos.Check out the used Maruti, Fiat and Ford models on sale now.

Dependancies on libraries

2002-11-04 Thread Bruce McGuire
Hello. I have a project which depends on some libraries that I am building. Is it possible to have one build.xml file depend on another? For example, my application depends on a.jar, which is a compilation of b.class and c.class. If b.java or c.java have changed since the last compile, when I

Re: "Elements of Ant Style": ant files separation

2002-11-04 Thread Emerson Cargnin - SICREDI Serviços
I'd like to make question about the architecture of ant files: I have a big financial system, with a lot of modules, so we planned to separate the big build file into smaller build files, what should be the preffered way - creating one build file for each module - creating one build file for eac

Re: "Elements of Ant Style": the ./lib directory

2002-11-04 Thread Steve Loughran
- Original Message - From: "Ken Gentle" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Monday, November 04, 2002 6:18 AM Subject: Re: "Elements of Ant Style": the ./lib directory > At 11:01 PM 11/3/2002 -0800, you wrote: > > >- Original Message - > >From: "Ken

RE: problems with detokenization

2002-11-04 Thread Grace Li
Does anyone experienc the problem? -Original Message- From: Grace Li Sent: Friday, November 01, 2002 4:59 PM To: Ant Users List Subject: problems with detokenization The function of my ant xml file: copies several files with tokens and detokenizes the files The symptom is: The ant xml

Re: "Elements of Ant Style": the ./lib directory

2002-11-04 Thread Ken Gentle
At 11:01 PM 11/3/2002 -0800, you wrote: - Original Message - From: "Ken Gentle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 02, 2002 10:07 Subject: "Elements of Ant Style": the ./lib directory > I've finally received my copy of "Java Development with Ant", and w

RE: Archiving Question

2002-11-04 Thread EXT / FOCAL MALAPRADE Roland
You can probably do this with from ant-contrib, creating a fileset with all month-based directories, and then running a target with each directory, doing a simple task. Roland. > -Message d'origine- > De : Terry Steichen [mailto:terry@;net-frame.com] > Envoyé : lundi 4 novembre 2002 14:

Archiving Question

2002-11-04 Thread Terry Steichen
I've got a directory that contains a variable number of month-based subdirectories plus an archive directory. Each month-based subdirectory holds documents for a given month, so the name of the subdirectory is in the form of 'MMYY' (1002, 1102, etc). All the files in a given month-based subdir