Jar 1.1

2001-10-27 Thread Shaikh, Mehmood
Is there a way to generate jdk1.1 compatible jar file from ant 1.3? Thanks Mehmood

RE: New Ant FAQ at jGuru

2001-08-09 Thread Shaikh, Mehmood
Are you starting yet another forum for Ant? Do you expect this to compete or compliment the ant mailing list? -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED]] Sent: August 8, 2001 4:54 PM To: ant-dev; [EMAIL PROTECTED] Subject: New Ant FAQ at jGuru I've been annointed

JUnit Problem

2001-07-30 Thread Shaikh, Mehmood
Hi, I have 2 tests (testA, testB) , both in one class file (Test_FDate.java), but i would like to run the 2 in different VM. Is there a way? Thanks Mehmood

RE: Help needed in automating ant command in NT

2001-07-18 Thread Shaikh, Mehmood
The at command did not work for me either. I used microsoft scheduler. On My Computer, you'll see Scheduled Tasks, a kind-of gui based at. It works for me. -Original Message- From: vedgiri_natesh [mailto:[EMAIL PROTECTED]] Sent: July 18, 2001 11:07 AM To: [EMAIL PROTECTED] Subject: Help

RE: Accessing CVS

2001-07-10 Thread Shaikh, Mehmood
You first need to check-out files from CVS. -Original Message- From: Jain, Manish (MED, TCS) [mailto:[EMAIL PROTECTED]] Sent: July 10, 2001 1:22 AM To: [EMAIL PROTECTED] Subject: Accessing CVS Hi, I am using the ANT tool for the first time.. I need to compile code for a

FW: VAJload and name attribute

2001-06-28 Thread Shaikh, Mehmood
-Original Message- From: Trogdon, David [mailto:[EMAIL PROTECTED]] Sent: June 28, 2001 10:34 AM To: 'Shaikh, Mehmood' Subject: RE: VAJload and name attribute ACK!! Open Mouth ... Insert Foot, Calf, and Knee On further invistigation I found that the name

RE: VAJload and name attribute

2001-06-27 Thread Shaikh, Mehmood
I've never had any problems with loading project names of length higher than yours. There's one thing to keep in mind that , VA Workspace displays the project name by appending a version number to it, so if your workspace has a project, say, SpacedObject ABC version 3.1.0, you'll see SpacedObject

RE: VAJload and name attribute

2001-06-27 Thread Shaikh, Mehmood
a sucessful build even though the project does not load. Its there some way to perhaps break the name up, use format specifies and concatinate the name back togather? In short, is there someway to make the dang think work? Thanks David -Original Message- From: Shaikh, Mehmood [mailto:[EMAIL

RE: Ant 1.3 sequence of tasks but would like concurrent?

2001-06-14 Thread Shaikh, Mehmood
Does anyone know whats the timeline for Ant2? -Original Message- From: McNamara, Sean (Contractor) [mailto:[EMAIL PROTECTED]] Sent: June 14, 2001 12:20 PM To: '[EMAIL PROTECTED]' Subject: RE: Ant 1.3 sequence of tasks but would like concurrent? My understanding is that multiple

RE: Ant - FTP task

2001-06-12 Thread Shaikh, Mehmood
Use taskdef name=ftp classname=org.apache.tools.ant.taskdefs.optional.net.FTP/ -Original Message- From: Alexander Saupp [mailto:[EMAIL PROTECTED]] Sent: June 10, 2001 8:07 AM To: [EMAIL PROTECTED] Subject: Ant - FTP task Hi there, i read in documentation that it's possible to work

RE: Visual Age for Java integration with Ant.

2001-06-08 Thread Shaikh, Mehmood
PMTo: '[EMAIL PROTECTED]'Subject: RE: Visual Age for Java integration with Ant. What did you use? All I am concerned about is to get the build working in VAJ. Thanks, Suchitra -Original Message-From: Shaikh, Mehmood

RE: Ant documentation (was: Re: javax.sql.DataSource(Thanks!!))

2001-06-07 Thread Shaikh, Mehmood
I found Ant documentation of great help, If it had more than what it has now, perhaps it would defeat the purpose. However for people who're used to getting software documentation in the form of a set of books, its a different matter. There is however a need for gathering the various ways people

RE: Visual Age for Java integration with Ant.

2001-06-07 Thread Shaikh, Mehmood
Title: Chicken and Egg question Can you describe what do you intend to do? -Original Message-From: Deo, Suchitra [mailto:[EMAIL PROTECTED]]Sent: June 7, 2001 3:14 PMTo: '[EMAIL PROTECTED]'Subject: Visual Age for Java integration with Ant. I have successfully installed

RE: Visual Age for Java integration with Ant.

2001-06-07 Thread Shaikh, Mehmood
=== -- !-- Cleans source and class dirs -- !-- === -- target name="clean" depends="preparedirs" description="removes all files from src and bu

RE: Generation of paths

2001-05-30 Thread Shaikh, Mehmood
You might look into modifying source for Path.java where all of the business of path formatting resides. Besides, whether / is used as separator or \ is used, is decided by java itself, using File.separatorChar attribute. -Original Message- From: Larry V. Streepy, Jr. [mailto:[EMAIL

CWD on windows

2001-05-23 Thread Shaikh, Mehmood
How can i reference current working directory within a build file (on windows platform)?

RE: CWD on windows

2001-05-23 Thread Shaikh, Mehmood
Thanks. Is there a list somewhere (in docs) which contains all such environment variables. Thanks -Original Message- From: Diane Holt [mailto:[EMAIL PROTECTED]] Sent: May 23, 2001 2:37 PM To: [EMAIL PROTECTED] Subject: Re: CWD on windows --- Shaikh, Mehmood [EMAIL PROTECTED] wrote

RE: Building files in a package in order

2001-05-22 Thread Shaikh, Mehmood
Include/Exclude worked for me, can you be more specific, e.g. include the portion of your build file. -Original Message- From: Rajkumar Seth [mailto:[EMAIL PROTECTED]] Sent: May 22, 2001 7:02 AM To: '[EMAIL PROTECTED]' Subject: RE: Building files in a package in order Thanks I tried

VisualAge + Ant

2001-05-22 Thread Shaikh, Mehmood
Hi, Im using Ant from within Visual age. I want to specify command line parameters while calling my build. e.g. i want an equivalent of ant -buildfile MyBuild.xml -Dsearchparam=derivatives from within VA. How do i do it? Thanks

Automatically generating build files

2001-05-16 Thread Shaikh, Mehmood
Hi, I intend to automatically generate build files for my packages by looking at my java programs, one thing this requires is the ability to resolve dependencies. e.g. if class A imports a class B which is not in my package, i want to know that and make a list, then go after that class etc. etc.

RE: Automatically generating build files

2001-05-16 Thread Shaikh, Mehmood
build file i have falls under one of several templates. Now i should be able to generate a build file for a package by recognizing pattern for that package. Any ideas? Thanks MS. -Original Message- From: Shaikh, Mehmood [mailto:[EMAIL PROTECTED]] Sent: May 16, 2001 12:29 PM To: '[EMAIL

RE: stopping a build

2001-05-08 Thread Shaikh, Mehmood
This is what i do: target name=init available file=${vendorlib.cicsbroker} property=ctgclient.present / /target target name=vendorcheck unless=ctgclient.present depends=init fail message=${vendorlib.cicsbroker} not found, cannot continue. / /target -Original

RE: Ant and Conditional Expressions1

2001-05-04 Thread Shaikh, Mehmood
Can you post the source code of your tasks to this list? I guess, its about time that there be a place to get work like yours be posted on a website. -Original Message- From: Tim Vernum [mailto:[EMAIL PROTECTED]] Sent: May 4, 2001 12:25 AM To: 'ANT-user' Subject: RE: Ant and Conditional

RE: Basic question Javac ... (it is long !!!)

2001-05-03 Thread Shaikh, Mehmood
I have a similar scenario and i have one build file per package. There's a top level build file, that fetches build file of every package from cvs and runs ant task. -Original Message- From: Viraj Purang [mailto:[EMAIL PROTECTED]] Sent: May 3, 2001 2:16 PM To: [EMAIL PROTECTED] Subject:

RE: Using different compilers?

2001-05-02 Thread Shaikh, Mehmood
You can set the property within the target as follows : target name=hey description=hey property name=cvsmodule value=thismodule / /target but unfortunately you cannot set same property twice, the new value will not override the old value, as in this case : target name=hey description=hey

Using get task instead of cvs for fetching files from CVS

2001-04-19 Thread Shaikh, Mehmood
Has anyone tried this? Thanks Mehmood Shaikh

RE: using Ant on OS/390

2001-04-18 Thread Shaikh, Mehmood
Yes, i did a test run on OS390 running a USS layer, and was successfull. The one thing you've to watch out is xml support on mainframe due to character set difference (EBCIDIC on mainframe). -Original Message- From: Metske, H (Harry) [mailto:[EMAIL PROTECTED]] Sent: April 18, 2001 6:35

Difficulty with FTP task

2001-04-05 Thread Shaikh, Mehmood
I'm unable to run ftp task. Here's my target target name="deploy" ftp server="2.25.48.44" userid="hey" password="sendme" remotedir="/u/Applications/Dev_Centre" fileset dir="${jarloc}"/ /ftp /target I get this error:

RE: Can't find the files

2001-04-05 Thread Shaikh, Mehmood
You could use a properties file, store the physical location in that file , and modify the property as follows: property name="Java122Classes" value="${jdk122root}/jdk1.2.2/jre/lib/rt.jar" /\ property name="Java118Classes" value="${jdk118root}/jdk1.1.8/lib/classes.zip" / -Original