Re: Antman JDeveloper 3.1

2002-02-06 Thread Nico Seessle
- Original Message - From: Aravinda Addala [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Wednesday, February 06, 2002 11:28 AM Subject: Antman JDeveloper 3.1 Hi, I am trying to use AntMan with JDeveloper 3.1. I haven't found jdv.conf as mentioned in

Re: vssget appears to work but task fails

2002-02-05 Thread Nico Seessle
- Original Message - From: Bill Pfeiffer [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Monday, February 04, 2002 10:19 PM Subject: Re: vssget appears to work but task fails C:\Program Files\Microsoft Visual Studio\VSS\win32\ss Get $/espeed/j2ee/espeed-web

Re: java.lang.ClassNotFoundException: sj

2002-02-05 Thread Nico Seessle
- Original Message - From: Tao Xie [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, February 03, 2002 7:55 PM Subject: java.lang.ClassNotFoundException: sj I defined build.compiler=sj in env.properties, but I got this error on runing a ant task. Could some one shed me a light?

Re: vssget appears to work but task fails

2002-02-05 Thread Nico Seessle
- Original Message - From: Bill Pfeiffer [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Tuesday, February 05, 2002 2:18 PM Subject: Re: vssget appears to work but task fails I am getting 100 as an errorlevel, but all appears well. Is there anyway to get more info? The

Re: vssget appears to work but task fails

2002-02-05 Thread Nico Seessle
- Original Message - From: Bill Pfeiffer [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Tuesday, February 05, 2002 9:55 PM Subject: Re: vssget appears to work but task fails There are definitely multiple files checked out to other users as well as myself, but I am

Re: [Target sql]

2002-01-31 Thread Nico Seessle
- Original Message - From: Cyriaque Dupoirieux [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Thursday, January 31, 2002 9:54 AM Subject: Re: [Target sql] Well, My problem is that I can indicate the database url but I also need to specify the service name and I

Re: [Target sql]

2002-01-30 Thread Nico Seessle
- Original Message - From: Cyriaque Dupoirieux [EMAIL PROTECTED] To: Liste Ant [EMAIL PROTECTED] Sent: Wednesday, January 30, 2002 10:01 AM Subject: [Target sql] Hello, What does mean the following messages with sql target ? java.sql.SQLException: Exception d'E/S: The

Re: another inconsistency in the documentation for 1.4.1

2002-01-30 Thread Nico Seessle
- Original Message - From: Jon Schewe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 30, 2002 6:19 AM Subject: another inconsistency in the documentation for 1.4.1 According to the documentation for the javadoc task I can do a linkoffline like so: link

Re: optional task: javascript

2002-01-24 Thread Nico Seessle
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 25, 2002 2:31 AM Subject: optional task: javascript Hi all, I have jakarta-ant-1.4.1-optional.jar in the ant_home\lib directory, why still get the following error message: Y:\frem_baseant

Re: dynamically assembled classpath

2002-01-21 Thread Nico Seessle
- Original Message - From: Todd Chambery [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Monday, January 21, 2002 4:44 AM Subject: Re: dynamically assembled classpath I'm feeling kind of dumb here, but I can't the desired results. Given an ant.properties that has these

Re: running ant-1.4.1...

2002-01-21 Thread Nico Seessle
- Original Message - From: Geetha Vasudevan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 21, 2002 11:11 PM Subject: running ant-1.4.1... Hello, I installed ant-1.4.1 from jakarta.apache.org and tried to use it to run biojava. i run java1.2.2 on a dec alpha OSF1.

Re: compile error

2002-01-17 Thread Nico Seessle
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 17, 2002 4:01 PM Subject: compile error While I'm trying to compile round about 2000 java files for a big project, the compiling fails with the following messages: whatever.class is an

Re: Ant 1.5 Alpha - jvc and the javac task

2002-01-09 Thread Nico Seessle
- Original Message - From: Anthony Rodriguez [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Wednesday, January 09, 2002 8:07 PM Subject: Ant 1.5 Alpha - jvc and the javac task ok, so I installed ant 1.5 alpha, and wrote a javac task to use jvc. However, now I can't

Re: FTP task trojan attack?

2001-12-28 Thread Nico Seessle
- Original Message - From: Frank E. Weiss [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 28, 2001 7:21 AM Subject: FTP task trojan attack? 2) how easy or hard would it be to add a trojan FTP task to a system running ant that could sniff ftp passwords? With access to

Re: [OT] Ant-driven update system (Re: Best way to add file to CVS repository?)

2001-12-27 Thread Nico Seessle
- Original Message - From: Jeff Turner [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Ant Developers List [EMAIL PROTECTED] Sent: Thursday, December 27, 2001 8:56 AM Subject: [OT] Ant-driven update system (Re: Best way to add file to CVS repository?) Incidentally, 'diff -N' is not a

Re: not being able 2 get ant working

2001-12-24 Thread Nico Seessle
- Original Message - From: Radical Jain [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 24, 2001 4:59 PM Subject: not being able 2 get ant working Hi, I have installed ant 1.3 and have jdk 1.3 installed. I am trying 2 compile the examples included with the j2ee

Re: classpath

2001-12-23 Thread Nico Seessle
- Original Message - From: Yiu Wing [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Sunday, December 23, 2001 11:35 PM Subject: classpath classpath refid=app.classpath pathelement path=${myclass}/ /classpath So I want to reuse the app.classpath for a classpath, but

Re: compiler feature

2001-12-14 Thread Nico Seessle
- Original Message - From: Sundberg Jukka [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 13, 2001 1:26 PM Subject: compiler feature Running a following target causes ant to create two instances of the java class: This is probably caused by the AntClassLoader: ---

Re: pushd and popd

2001-12-12 Thread Nico Seessle
- Original Message - From: Frank E. Weiss [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Wednesday, December 12, 2001 4:23 AM Subject: Re: pushd and popd [EMAIL PROTECTED] wrote: Unfortunately, Java does not support the notion of a changeable current process

Re: Problem with Visual SourceSafe task

2001-11-28 Thread Nico Seessle
- Original Message - From: Shawn McManus [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Wednesday, November 28, 2001 10:19 PM Subject: RE: Problem with Visual SourceSafe task If the share is named midas$ (a hidden share), why should it be renamed? I had a similar

Re: Problem with Visual SourceSafe task

2001-11-27 Thread Nico Seessle
- Original Message - From: Shawn McManus [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Tuesday, November 27, 2001 10:12 PM Subject: RE: Problem with Visual SourceSafe task I don't think that your serverpath should end with $. Rather, it should read,

Re: Problem with Visual SourceSafe task

2001-11-27 Thread Nico Seessle
- Original Message - From: Ron Coutts [EMAIL PROTECTED] To: 'Ant Users List' (E-mail) [EMAIL PROTECTED] Sent: Tuesday, November 27, 2001 10:02 PM Subject: Problem with Visual SourceSafe task Also, there seems to be an inconsistency between the VSS task, and VSS itself. In my working

Re: sql task ?

2001-11-26 Thread Nico Seessle
- Original Message - From: Cyriaque Dupoirieux [EMAIL PROTECTED] To: Liste Ant [EMAIL PROTECTED] Sent: Monday, November 26, 2001 9:36 AM Subject: sql task ? I have a problem using the task sql. My database is on another machine and I should indicate to the task the following

Re: Copying, jikes

2001-11-26 Thread Nico Seessle
- Original Message - From: Magesh Umasankar [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Monday, November 26, 2001 3:54 PM Subject: Re: Copying, jikes - When using Jikes compiler, does it do incremental builds by comparing the dates of the .java .class

Re: Requiring multiple properties to be set

2001-11-19 Thread Nico Seessle
- Original Message - From: Laurie Harper [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: 'Ant Users List' [EMAIL PROTECTED] Sent: Monday, November 19, 2001 7:51 AM Subject: RE: Requiring multiple properties to be set No, unfortunately; I have a single task that requires all three

Re: beginners question

2001-11-18 Thread Nico Seessle
- Original Message - From: amit malhotra [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Sunday, November 18, 2001 8:30 AM Subject: beginners question hello everyone, i am a newbie to ant and read about the same at a couple of places.could you please tell me some thing

Re: Task or Taskdef ?

2001-11-13 Thread Nico Seessle
- Original Message - From: Cyriaque Dupoirieux [EMAIL PROTECTED] To: Liste Ant [EMAIL PROTECTED] Sent: Tuesday, November 13, 2001 2:37 PM Subject: Task or Taskdef ? And in the examples I've downloaded the tasks inherit Taskdef class. Where did you download these examples? Normally

Re: Jar 1.1

2001-10-28 Thread Nico Seessle
- Original Message - From: Shaikh, Mehmood [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 26, 2001 9:20 PM Subject: Jar 1.1 Is there a way to generate jdk1.1 compatible jar file from ant 1.3? What is the difference? I always thought there were only changes in the way

Re: problem chmoding a large set of file

2001-10-28 Thread Nico Seessle
- Original Message - From: Guillaume Rousse [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, October 27, 2001 5:29 PM Subject: problem chmoding a large set of file chmod dir=${release.web} perm=og=u-w type=both includes=**/ Using the verbose switch shows that ant tries to

Re: cvs ant win2K

2001-10-21 Thread Nico Seessle
- Original Message - From: Ekkehard Gentz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, October 20, 2001 7:29 PM Subject: cvs ant win2K but I want to use the cvs-tasks from ant but it seems that my repository on the linux server is not found from ant on win2k any ideas

Re: Starting Remote Ant Scripts

2001-09-20 Thread Nico Seessle
- Original Message - From: CAMPANA,SAL (HP-Philadelphia,ex1) [EMAIL PROTECTED] To: ANT List (E-mail) [EMAIL PROTECTED] Sent: Thursday, September 20, 2001 7:28 PM Subject: Starting Remote Ant Scripts Is it possible to have an ANT script on one machine(a) call an ANT script on another

Re: classpath tag

2001-09-17 Thread Nico Seessle
- Original Message - From: Frot [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 17, 2001 9:54 PM Subject: classpath tag What does the classpath tag do ? And what are its properties ? I don't find it in the docs. It defines a Classpath you can use in other places of

Re: VSS Label (Ant 1.4)

2001-09-14 Thread Nico Seessle
- Original Message - From: Kyle Adams [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 13, 2001 9:44 PM Subject: VSS Label (Ant 1.4) I'm running into difficulties using the vsslabel task. Below is the command that's being executed (as reported by -debug):

Re: Using ant to build imjay

2001-09-11 Thread Nico Seessle
Title: RE: Using ant to build imjay - Original Message - From: Adam Getchell To: '[EMAIL PROTECTED]' Sent: Tuesday, September 11, 2001 8:06 PM Subject: RE: Using ant to build imjay Here's imjay.xml: ?xml version="1.0"? properties

Re: Using ant to build imjay

2001-09-11 Thread Nico Seessle
Title: RE: Using ant to build imjay - Original Message - From: Adam Getchell To: '[EMAIL PROTECTED]' Sent: Tuesday, September 11, 2001 9:43 PM Subject: RE: Using ant to build imjay Thanks Nico, When I downloaded imjay it did not come with a build

Re: problem with cvs checkout dest=.

2001-09-10 Thread Nico Seessle
- Original Message - From: Daniel Martin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 10, 2001 7:49 PM Subject: Re: problem with cvs checkout dest=. Nicolas Girard [EMAIL PROTECTED] writes: Hi, I'd like to have cvs work just like it does at the command line:

Re: ant1.4

2001-09-05 Thread Nico Seessle
- Original Message - From: Kemail Dogan [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Sent: Wednesday, September 05, 2001 8:45 AM Subject: ant1.4 what is new in ant1.4 ? See http://jakarta.apache.org/builds/jakarta-ant/release/v1.4/ Nico

Re: Anonymous CVS

2001-09-05 Thread Nico Seessle
- Original Message - From: Eddie Bernard [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, September 04, 2001 11:26 PM Subject: Anonymous CVS Has anyone else experienced this problem lately with anon CVS access? % cvs -d :pserver:[EMAIL

Re: File deletion based on omissions from fileset.

2001-09-04 Thread Nico Seessle
- Original Message - From: Mark Gibson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 04, 2001 7:37 PM Subject: File deletion based on omissions from fileset. All, I want to delete files from a local directory that no longer exist in a previously mirrored

Re: build war file using ant

2001-09-01 Thread Nico Seessle
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, September 01, 2001 1:32 AM Subject: build war file using ant hi all, i am using this .xml file to build an war file what is the ant command that i should use to build a .war file ? Ok, you copied

Re: nested targets and calling a target from a command line?

2001-09-01 Thread Nico Seessle
- Original Message - From: Edgar Sánchez [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, September 01, 2001 1:30 AM Subject: Re: nested targets and calling a target from a command line? [ Targets nested inside another Target not possible] Uhh thats bad :-) Do you

Re: Error while building

2001-08-31 Thread Nico Seessle
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 31, 2001 3:32 AM Subject: RE: Error while building still the same message even after removing the @echo off it just cribs at the point where it calls the class

Re: nested targets and calling a target from a command line?

2001-08-31 Thread Nico Seessle
- Original Message - From: Edgar Sánchez [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 31, 2001 7:36 PM Subject: RE: nested targets and calling a target from a command line? [ Targets nested inside another Target not possible] Uhh thats bad :-) Do you mind to tell

Re: [OT] UML/Diagramming tasks/tools?

2001-08-30 Thread Nico Seessle
- Original Message - From: Jim Cheesman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 30, 2001 9:09 AM Subject: Re: [OT] UML/Diagramming tasks/tools? At 05:52 AM 30/08/01, you wrote: Hi, Does anyone know of any tools that render UML (or other style) diagrams if

Re: [OT] UML/Diagramming tasks/tools?

2001-08-30 Thread Nico Seessle
- Original Message - From: Jon Eaves [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 30, 2001 1:38 PM Subject: Re: [OT] UML/Diagramming tasks/tools? Hi all, I've used Objecteerings personal edition and that works pretty well. The latest version is heaps better than

Re: The args attribute is deprecated

2001-08-25 Thread Nico Seessle
- Original Message - From: Edgar Sánchez [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, August 25, 2001 3:33 AM Subject: The args attribute is deprecated java classname=weblogic.ejbc args= -classpath ${CLASSPATH} arqEJB1.jar appServer/${NOMBRE_JAR}

Re: FTP Optional Task

2001-08-25 Thread Nico Seessle
- Original Message - From: James Bullington [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 24, 2001 10:53 PM Subject: RE: FTP Optional Task Hope this helps (and that I havn't offended anyone) No, we can live with Criticism. The problem is just that we use Ant every day

Re: FTP Optional Task

2001-08-24 Thread Nico Seessle
- Original Message - From: James Bullington [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 24, 2001 9:06 PM Subject: Re: FTP Optional Task The documentation kinda-sucks on this one. You need to have the following in your class path...

Re: Can't create process: CVS

2001-08-23 Thread Nico Seessle
- Original Message - From: Timothy Shadel To: [EMAIL PROTECTED] Sent: Thursday, August 23, 2001 9:47 PM Subject: Can't create process: CVS I've got a simple build.xml that contains only one target that tries to use CVSproject name="Basic"

Re: Can't create process: CVS

2001-08-23 Thread Nico Seessle
- Original Message - From: Timothy Shadel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 23, 2001 10:54 PM Subject: Re: Can't create process: CVS Is 267 a CVS error, or an Ant one? How did you find that out, so I can check there next time I've got a problem? Neither.

Re: Arguments from Command-line

2001-08-22 Thread Nico Seessle
- Original Message - From: Edgar Sánchez To: [EMAIL PROTECTED] Sent: Wednesday, August 22, 2001 2:38 AM Subject: Re: Arguments from Command-line Thanks Erik... as I told you I just about to register myself, so, I didn't know if that question was asked before, but I found the mail

Re: Multiple JDK's on Windows [ marginally off-topic ]

2001-08-21 Thread Nico Seessle
- Original Message - From: Jon Eaves [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 21, 2001 2:24 AM Subject: Multiple JDK's on Windows [ marginally off-topic ] I've got a requirement for having JDK1.1, JDK1.2, JDK1.3 (and soon JDK1.4) installed to create releases

Re: trouble with ftp

2001-08-17 Thread Nico Seessle
- Original Message - From: Noel Scott [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 17, 2001 3:21 AM Subject: Re: trouble with ftp Hi, I don't have any jar called optional.jar. I assume this is a generic name for the different jars that the optional command rely on.

Re: sourcesafe problems (error code 193)

2001-08-17 Thread Nico Seessle
- Original Message - From: Will Dyke [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 17, 2001 10:07 AM Subject: RE: sourcesafe problems (error code 193) I've removed the initial $ from vssPath, but unfortunately, the build still fails in the same way.

Re: Some solutions I've found...

2001-08-09 Thread Nico Seessle
- Original Message - From: Joe Howes [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 09, 2001 4:08 AM Subject: Some solutions I've found... Spent the day struggling with the following ANT issues: Onfortunately you are not telling us which version you are using... It

Re: GUI tool for editing Ant files

2001-08-09 Thread Nico Seessle
- Original Message - From: Adam Lancaster [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 10, 2001 1:10 AM Subject: GUI tool for editing Ant files Does anyone know of a GUI tool for editing and running ant build files? I have started development of my own app that could

Re: incremental build using ant

2001-08-07 Thread Nico Seessle
- Original Message - From: Ramesh Donnipadu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 06, 2001 6:27 PM Subject: incremental build using ant I know ant can do incremental compilation/build based on time stamp of the surce and class files. But I am not aware whether

Re: ANT w/ jdk1.3 down to 1.2.2 NULL

2001-08-07 Thread Nico Seessle
Fixed a few minutes ago. Nico (Maybe you could post text only?) - Original Message - From: Ukasick, Aimee (MED, Adecco) To: '[EMAIL PROTECTED]' Sent: Tuesday, August 07, 2001 9:42 PM Subject: ANT w/ jdk1.3 down to 1.2.2 NULL Help! We had to downgrade

Re: Using Ant with SSH

2001-07-27 Thread Nico Seessle
- Original Message - From: Conor MacNeill [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 27, 2001 1:31 AM Subject: RE: Using Ant with SSH You presumably could run ssh-agent to enter the passphrase before starting Ant. I haven't verified that this will work when execing scp

Re: FTP optional task won't compile

2001-07-27 Thread Nico Seessle
- Original Message - From: Larry V. Streepy, Jr. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 27, 2001 8:50 PM Subject: Re: FTP optional task won't compile compiles ok. However, the next line fs.setupDirectoryScanner(ds, project); ds is a FileSet, and my

Re: javac, depend, and interface constants

2001-07-23 Thread Nico Seessle
- Original Message - From: Peter Donald [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 23, 2001 6:03 PM Subject: Re: javac, depend, and interface constants None of them are really good (well the second method is good for enums) but it was the only thing that I knew of that

Re: Exit Code

2001-07-21 Thread Nico Seessle
- Original Message - From: Conor MacNeill [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, July 21, 2001 3:18 PM Subject: Re: Exit Code - Original Message - From: Carter A. Thompson [EMAIL PROTECTED] To: Ant User's Mailing List [EMAIL PROTECTED]

Re: Exit Code

2001-07-21 Thread Nico Seessle
- Original Message - From: Conor MacNeill [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, July 21, 2001 3:13 PM Subject: Re: Exit Code Nico, I have committed a solution. It seems to work for me on NT. Can you confirm on 2000? What about 95/98? It seemed to work for me on

Re: Exit Code

2001-07-20 Thread Nico Seessle
Title: RE: Exit Code - Original Message - From: Shankar Unni To: '[EMAIL PROTECTED]' Sent: Friday, July 20, 2001 9:50 PM Subject: RE: Exit Code Here's one-line fix for NT/2000: add the following line at the end of the ant.bat file - it will exit the

Re: build directory using Windows (newbie)

2001-07-16 Thread Nico Seessle
- Original Message - From: Joachim Molkow [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 16, 2001 7:34 PM Subject: build directory using Windows (newbie) I have a problem with the builddir property: Ant overwrites it with the current directory. My build.xml looks like

Re: How to submit enhanced code to jakarta ant

2001-07-16 Thread Nico Seessle
- Original Message - From: hari ramasubbu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 16, 2001 6:56 PM Subject: How to submit enhanced code to jakarta ant i have made one small enhancement to the telnet task in the optional.jar to log the buffer in timeouts during

Re: cygwin ant

2001-07-14 Thread Nico Seessle
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, July 14, 2001 1:55 AM Subject: cygwin ant Hi - I'm trying to get the J2EE examples to compile using cygwin. It compiles fine under a W2K command prompt, but fails with the following error. I

Re: simple yet complicated

2001-07-13 Thread Nico Seessle
- Original Message - From: Rigorberto Macias [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 13, 2001 7:27 PM Subject: simple yet complicated property name=buildnum value=buildnum1.currval/ I don't think there is currently a way to assign the current value of an

Re: ant 1.3 questions comments

2001-07-13 Thread Nico Seessle
- Original Message - From: Eric Richardson [EMAIL PROTECTED] To: ant-user [EMAIL PROTECTED] Sent: Friday, July 13, 2001 11:51 PM Subject: ant 1.3 questions comments The docs say this is a Core task so I'm a bit confused. I'm too - sorry can't help you with this one. I would think it

Re: Accessing a directory on Unix

2001-07-09 Thread Nico Seessle
- Original Message - From: Jain, Manish (MED, TCS) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 09, 2001 1:05 PM Subject: Accessing a directory on Unix I am setting a variable: set WEBAPP=//IP ADDRESS/a/b/c (I intend to give a directory on Unix box) In my

Re: [ANN] Ant needs a Logo

2001-06-22 Thread Nico Seessle
- Original Message - From: Stefan Bodewig [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 22, 2001 8:00 AM Subject: Re: [ANN] Ant needs a Logo Kevin Duggins [EMAIL PROTECTED] wrote: Here is what a graphics guy at my company came up with. Pretty cool, I thought. He also

Re: VSSGET label attribute

2001-06-19 Thread Nico Seessle
- Original Message - From: Tan, Ming [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 19, 2001 12:17 AM Subject: VSSGET label attribute C:\Program Files\Microsoft Visual Studio\Common\VSS\win32\ss Get $/CLE/JAR Source -GLC:\CLE2\JAR Source -I- -R -VLRelease 1.3 - QA 002 -W

Re: ant ftp class and depends

2001-06-19 Thread Nico Seessle
- Original Message - From: Chris Perreault [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 19, 2001 2:09 AM Subject: ant ftp class and depends Has anyone seen this? Yes, that error occured in April 2001 (see http://marc.theaimsgroup.com/?l=ant-userm=98596660001095w=2).

Re: VSSGET label attribute

2001-06-19 Thread Nico Seessle
- Original Message - From: Tan, Ming [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 19, 2001 4:28 PM Subject: RE: VSSGET label attribute Hi, Nico: It worked only after I took out the -VL from the label -VLRelease 1.3 - QA 002. What is -VL, are they supposed to be there?

Re: Printing file names from javac

2001-06-14 Thread Nico Seessle
- Original Message - From: Christopher Berry [EMAIL PROTECTED] To: Ant-User (E-mail) [EMAIL PROTECTED] Sent: Wednesday, June 13, 2001 9:39 PM Subject: Printing file names from javac I have gotten used to not seeing this with Ant, but I understand the desire to have this information

Re: turning off adding the system classes

2001-06-12 Thread Nico Seessle
- Original Message - From: Pinar Bicioglu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 11, 2001 10:20 PM Subject: turning off adding the system classes Does anybody know how to turn off adding the system classes ?I have the following, I run ant with jdk1.3 but i need

Re: Ant - FTP task

2001-06-10 Thread Nico Seessle
- Original Message - From: Alexander Saupp To: [EMAIL PROTECTED] Sent: Sunday, June 10, 2001 2:07 PM Subject: Ant - FTP task Hi there, i read in documentation that it's possible to work with ftp an telnet task also. I downloaded the jar file required

Re: Ant Problems, Win 2000

2001-06-07 Thread Nico Seessle
- Original Message - From: Jamie Tsao [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 07, 2001 11:55 PM Subject: RE: Ant Problems, Win 2000 That's what I figured originally, so I basically just tried running my prepare target first, which only copies files over, then I

Re: Question about the debug property

2001-06-04 Thread Nico Seessle
- Original Message - From: Mark Ashton [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 04, 2001 6:29 PM Subject: Question about the debug property I want to turn debug completely off, as in with the -g:none option on javac. Is there any way to do this in ant? That one was

Re: Javac not generating class files

2001-05-31 Thread Nico Seessle
From: Ingmar Stein To: [EMAIL PROTECTED] Sent: Thursday, May 31, 2001 5:50 PM Subject: Javac not generating class files after I was advised to use Javac 1.2 instead of Javac 1.3, Ant completes the whole build script flawlessly. However, I noticed that Javac

Re: Visual Source Safe....

2001-05-24 Thread Nico Seessle
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 24, 2001 3:07 PM Subject: Visual Source Safe Folks, Is there any tag in the library that when called will determine in all files are checked into VSS Assuming you meant determine if all

Re: SCP for file transfer?

2001-05-23 Thread Nico Seessle
- Original Message - From: Jacob Martin [EMAIL PROTECTED] To: Ant users [EMAIL PROTECTED] Sent: Thursday, May 24, 2001 12:00 AM Subject: SCP for file transfer? Would the preferred way be to just do a shell command? Not on Windows. Or what kind of answer do you expect? - Scp was

Re: FTP task

2001-05-23 Thread Nico Seessle
Title: quiet copy,move, delete - Original Message - From: Jeff Post To: '[EMAIL PROTECTED]' Sent: Thursday, May 24, 2001 2:00 AM Subject: RE: FTP task I would think that you would just use the ftp task repeatedly, each time with a different remotedir

Re: newbie: how to echo the value of a variable

2001-05-19 Thread Nico Seessle
Title: RE: newbie: how to echo the value of a variable - Original Message - From: Suu Quan To: [EMAIL PROTECTED] Sent: Saturday, May 19, 2001 12:41 AM Subject: Re: newbie: how to echo the value of a variable I still get the litteral ="${env.PATH}" notthe

Re: calling dos start

2001-05-18 Thread Nico Seessle
- Original Message - From: Boris Garbuzov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 18, 2001 7:38 AM Subject: Re: calling dos start I also have this problem. And I had it before ant sometimes in stand-alone applications saying Runtime.getRuntime().exec(mydoscommand);

Re: System Environment variables don't work

2001-05-17 Thread Nico Seessle
- Original Message - From: Mark Chamness [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 17, 2001 12:19 AM Subject: RE: System Environment variables don't work Try this build file: build.xml - project name=test basedir=.

Re: System Environment variables don't work

2001-05-16 Thread Nico Seessle
- Original Message - From: Mark Chamness [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 16, 2001 7:42 PM Subject: RE: System Environment variables don't work This bug is http://nagoya.apache.org/bugzilla/show_bug.cgi?id=975 It claims to be fixed but it's not. I

Re: JVC problem

2001-05-08 Thread Nico Seessle
- Original Message - From: Thomas Singer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 08, 2001 10:28 AM Subject: RE: JVC problem I get following result when invoking jvc /? Microsoft (R) Visual J++ Compiler Version 6.00.8343 Copyright (C) Microsoft Corp 1996-1998. All

Re: Jar files doesn't understand inner class

2001-05-08 Thread Nico Seessle
Title: Jar files doesn't understand inner class Can you try to modify the file that it reads ... client/TickerPanel$$1.class ... Maybe it's just the problem that Ant tries to handle $-things as a property and they need to be escaped normally (using a double-$). Nico - Original

Re: Antigen found =*.cmd file

2001-05-08 Thread Nico Seessle
- Original Message - From: Thomas Singer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 08, 2001 12:15 PM Subject: RE: Antigen found =*.cmd file And, what's the problem? I virus? I haven't seen some. No, there is none. Maybe I should have warned you, but I thought maybe

Re: Too many files for the ANT build HELP!!

2001-05-08 Thread Nico Seessle
From: L.C. Oliver To: '[EMAIL PROTECTED]' Sent: Tuesday, May 08, 2001 5:17 PM Subject: Too many files for the ANT build HELP!! I am currently using VSS as source code tool. There is a lot of legacy code in VSS that we don't really use any more but I don't

Re: Using System Environment variables

2001-05-07 Thread Nico Seessle
- Original Message - From: Stephen Graham [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 07, 2001 10:10 AM Subject: Re: Using System Environment variables The most common way of doing this is to pass the environment variables in on the command line, using the '-D' option.

Re: JVC problem

2001-05-07 Thread Nico Seessle
- Original Message - From: Thomas Singer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 07, 2001 12:10 PM Subject: JVC problem Hello, I tried to use the ant 1.3 with jvc and get following exception when executing: [...] JVC (from our J++ installation; please, don't

Re: Ant 1.4 -- failonerror attributes?

2001-05-03 Thread Nico Seessle
- Original Message - From: Diane Holt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 03, 2001 3:30 AM Subject: Re: Ant 1.4 -- failonerror attributes? I don't use (thankfully :) VSS, but the doc suggests that if you have autoResponse=Y it will overwrite already checked-out

Re: Newbie Question

2001-05-03 Thread Nico Seessle
- Original Message - From: David Scassa [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 03, 2001 7:42 PM Subject: Newbie Question I know how to exclude a specific file from the ANT java compile function, but how do I exclude an entire subdirectory recursively? target

Re: Ant 1.4 -- failonerror attributes?

2001-05-03 Thread Nico Seessle
- Original Message - From: Diane Holt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 04, 2001 12:48 AM Subject: RE: Ant 1.4 -- failonerror attributes? --- J.D. Fagan [EMAIL PROTECTED] wrote: I was under the impression that chmod was a UNIX only task. Or so it states in

Re: Platform specific targets???

2001-04-30 Thread Nico Seessle
- Original Message - From: Bill Meyer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 30, 2001 11:06 PM Subject: Platform specific targets??? Does anyone have an example of a target that is only executed on a specific platform? For example- I have a module of code that

Re: TOMCAT Installation

2001-04-27 Thread Nico Seessle
- Original Message - From: Samuzeau Pascal [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 27, 2001 10:47 AM Subject: TOMCAT Installation Syntax error on line 8 of mod_jk.conf-auto : Cannot load mod_jk.so into server : no such file or directory So, I've searched of the

Re: Using compiled classes later in build?

2001-04-27 Thread Nico Seessle
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 27, 2001 7:44 PM Subject: Using compiled classes later in build? I am using Ant to build my web app. After building all my classes, I try to pre-compile my jsp's with JspC (Tomcat). This is fine

Re: class files/output area not generated

2001-04-27 Thread Nico Seessle
Title: class files/output area not generated - Original Message - From: Nolan Ring To: ant-user Sent: Friday, April 27, 2001 8:27 PM Subject: class files/output area not generated I'm having a problem in which a part of my build is not creating and

  1   2   3   >