RE: Is there a limit on the java command-line?

2002-05-03 Thread Hunt, Bryan
run command /? and if it lists envirnomental size options then you are well and truly still in the ice age/wonderfull world of MS -Original Message- From: Russ Freeman [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 4:50 PM To: Ant User Subject: OT: Is there a limit on the java co

junit task isnt finished by the time it hands over to the next task

2002-05-02 Thread Hunt, Bryan
Hello All, I am having an unusual problem with the junit, junitreport and mimemail tasks. I believe that it may expose a threading problem. DESCRIPTION: I have two ant targets named test and mailreport. test performs a Junit batch test and then a junitreport on the generated xml files. mailrep

Possible threading problem junitreport junit windows anyone else ...

2002-05-02 Thread Hunt, Bryan
Hello All, I am having an unusual problem with the junit, junitreport and mimemail tasks. I believe that it may expose a threading problem. DESCRIPTION: I have two ant targets named test and mailreport. test performs a Junit batch test and then a junitreport on the generated xml files. mailrep

RE: ERROR using ant style task with Xalan-J 2.2!!!! Why does nobody a nswer????

2002-02-05 Thread Hunt, Bryan
put xalan.jar and bsf.jar in the ant libs directory -Original Message- From: Spielmann Urban [mailto:[EMAIL PROTECTED]] Sent: 05 February 2002 15:44 To: '[EMAIL PROTECTED]' Subject: ERROR using ant style task with Xalan-J 2.2 Why does nobody a nswer Hello I have problems to

RE: cvs client

2002-02-05 Thread Hunt, Bryan
that should be path rather than classpath. Classpath is only to specify to java interpreter where to find class files. --B -Original Message- From: Sharanya Vemu [mailto:[EMAIL PROTECTED]] Sent: 05 February 2002 14:51 To: 'Ant Users List' Subject: RE: cvs client ant has a cvs task in

mimeMail task

2002-02-05 Thread Hunt, Bryan
I have a mimemail tasks as shown . cut= =cut The file that I want to send definitely exists but the contents of the email when I receive it are as follows . cut= Received: from HUNTB ([192.168.0.5]) by hassle.emuse.ie with SMTP (Microsoft Exchange In

RE: javadoc: invalid flag: -Dant.home=C;\jakarta-ant-1.4.1 xalan

2002-01-31 Thread Hunt, Bryan
vadoc: invalid flag: -Dant.home=C;\jakarta-ant-1.4.1 Hunt, Bryan wrote: > if I try that ant just refuses to work alltogether > > C:\ichara\build>set ant > ANT_HOME=c:\jakarta-ant-1.4.1\ > > C:\ichara\build>set ant_home=c:\jakarta-ant-1.4.1 > > C:\ichara\build>an

RE: javadoc: invalid flag: -Dant.home=C;\jakarta-ant-1.4.1

2002-01-31 Thread Hunt, Bryan
oc: invalid flag: -Dant.home=C;\jakarta-ant-1.4.1 Hunt, Bryan wrote: > Yes the ANT_HOME env var is set > > cut= > ANT_HOME=C:\jakarta-ant-1.4.1\ > =cut > Try ANT_HOME=C:\jakarta-ant-1.4.1 i.e. remove trailing slash. Conor -- To unsubscribe, e-mail: <mailto

RE: javadoc: invalid flag: -Dant.home=C;\jakarta-ant-1.4.1

2002-01-31 Thread Hunt, Bryan
mentation [javadoc] -docencodingOutput encoding name [javadoc] 1 error BUILD SUCCESSFUL =cut -Original Message- From: Diane Holt [mailto:[EMAIL PROTECTED]] Sent: 30 January 2002 16:21 To: Ant Users List Subject: Re: javadoc: invalid flag: -Dant.home=C;\jakarta-ant-1.4.1 --- &quo

javadoc: invalid flag: -Dant.home=C;\jakarta-ant-1.4.1

2002-01-30 Thread Hunt, Bryan
Hello all, I am getting a strange error ... when I run the javadoc task cut= ${ant.home} =cut I get the following output cut= C:\ichara\build>ant doc Buildfile: build.xml init: doc: [echo] ${ant.home} [javadoc] Generating Javadoc [javadoc] Javadoc execut

RE: optional.jar ?

2002-01-28 Thread Hunt, Bryan
Ignore my post, the answer is at http://jakarta.apache.org/ant/manual/install.html#librarydependencies -Original Message- From: Hunt, Bryan [mailto:[EMAIL PROTECTED]] Sent: 28 January 2002 12:58 To: 'Ant Users List' (E-mail) Subject: optional.jar ? I have got the optiona

optional.jar ?

2002-01-28 Thread Hunt, Bryan
I have got the optional jar from the download site, I am running ant version 1.4. I have put it into the lib directory of my ant installation. I have set the env variable ANT_HOME to ANT_HOME=C:\Program Files\jakarta-ant-1.4.1 I am running Winodoze 2000, the error message is C:\ichara\build\bu

RE: Unexpected element "ftp"

2002-01-24 Thread Hunt, Bryan
open up a command prompt and type in ftp, see if it finds it ... if it doesn't yopu may need to add the path to the ftp program to your path B-- -Original Message- From: Stephen Huey [mailto:[EMAIL PROTECTED]] Sent: 23 January 2002 22:21 To: [EMAIL PROTECTED] Subject: Unexpected eleme

RE: executing a batch file

2002-01-11 Thread Hunt, Bryan
Thank you Stefan -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED]] Sent: 11 January 2002 14:20 To: [EMAIL PROTECTED] Subject: Re: executing a batch file On Fri, 11 Jan 2002, Bryan Hunt <[EMAIL PROTECTED]> wrote: > > C:\\jakarta-tomcat-4.0.1\\bin\\tomcat start I've bee

sorry just one more thing

2002-01-11 Thread Hunt, Bryan
exec is working, the only thing is that I want the process to fork off like in unix while the ant script continues to run. B-- perl -e 'print pack("c*",0x62,0x72,0x79,0x61,0x0,0x6E,0x68,0x75,0x6E,0x74)."\n";' ___ eMuse Technologies Unit 24, Trinity E

executing a batch file

2002-01-11 Thread Hunt, Bryan
I am writing an ant script that has to start up tomcat on either windoze or linux. On windows the command would be C:\\jakarta-tomcat-4.0.1\\bin\\tomcat start and on linux the command would be /etc/rc.d/initd/tomcat start I have been trying the exec method but it doesn't seem to be worki

RE: Ant for J#?

2002-01-09 Thread Hunt, Bryan
I think this is what people would call a lively debate ;) -Original Message- From: Joseph S. Barrera III [mailto:[EMAIL PROTECTED]] Sent: 09 January 2002 11:08 To: 'Ant Users List' Subject: RE: Ant for J#? > From: Hunt, Bryan [mailto:[EMAIL PROTECTED]] > Subjec

RE: Ant for J#?

2002-01-09 Thread Hunt, Bryan
What vile untamed beasts of hades have I unleashed ? b-- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 09 January 2002 10:50 To: [EMAIL PROTECTED] Subject: RE: Ant for J#? > Vive Fortran 77! No no no... Vive COBOL Peter **

RE: Ant for J#?

2002-01-09 Thread Hunt, Bryan
Thats just perverse ;-) -Original Message- From: Conor MacNeill [mailto:[EMAIL PROTECTED]] Sent: 09 January 2002 10:14 To: Ant Users List Subject: Re: Ant for J#? Hunt, Bryan wrote: > Given the choice I would much prefer to spend my days > coding > c++ or perl which are

RE: Ant for J#?

2002-01-09 Thread Hunt, Bryan
riginal Message- From: Michael J McGonagle [mailto:[EMAIL PROTECTED]] Sent: 08 January 2002 20:01 To: Ant Users List Subject: Re: Ant for J#? "Hunt, Bryan" wrote: > > If you think that ant should support J# your missing the point. If microsoft > > want to create disruptive

RE: java task failures

2002-01-08 Thread Hunt, Bryan
no that class would only be found in the outputdir. B-- -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED]] Sent: 08 January 2002 16:14 To: [EMAIL PROTECTED] Subject: Re: java task failures On Tue, 8 Jan 2002, Bryan Hunt <[EMAIL PROTECTED]> wrote: > java.lang.Class.get

RE: java task failures

2002-01-08 Thread Hunt, Bryan
The class is just a class with a static void main class that does a System.out.println("test"); Here is the output from ant CUT= C:\antwork\example2\build.xml:40: java.lang.NoSuchMethodException at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:13 8) at or

java task failures

2002-01-08 Thread Hunt, Bryan
I have the following XML in an ant script . It works fine, no problems , note that I have set the fork attribute to yes the default is no. However if I remove the fork attribute I get a java.lang.NoSuchMethodException error. If I am

RE: Ant for J#?

2002-01-08 Thread Hunt, Bryan
If you think that ant should support J# your missing the point. If microsoft want to create disruptive technologies it should be at their expense that support tools be developed. B-- -Original Message- From: Michael J McGonagle [mailto:[EMAIL PROTECTED]] Sent: 08 January 2002 14:55 To