Re: sending mail about the build results

2001-04-05 Thread Stefan Bodewig
Vinay Panwar [EMAIL PROTECTED] wrote: IM trying to send out email to myself using the following code in my build.xml, but this doesnt seem to work. What exactly is not working? The task as you give it will try to send the mail to an SMTP server running on localhost (as you've not specified a

Re: javac on Unix

2001-04-05 Thread Kai Bartels
On Wed, Apr 04, 2001 at 09:07:53AM -0700, Dana Rice wrote: Conor, where is this set? -Original Message- From: Conor MacNeill [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 6:55 PM To: [EMAIL PROTECTED] Subject: RE: javac on Unix Dana, Since javac is used as a

Using ANT WITH VISUAL- AGE

2001-04-05 Thread k Adjei
Does anybody know how you export solutions from visual age 3.5 The reason being is that the development project I am currently working on has lots of projects all associated with solutions within visual-age. Now if I can grab everything under the solutions, than it would be less messy than

Re: Where do I find optional.jar or source (I cannot find JUnit task code)

2001-04-05 Thread Stefan Bodewig
Alex Healey [EMAIL PROTECTED] wrote: However the ANT Junit task code does not appear to be in the source download I took It is there (in src/main/org/apache/tools/ant/taskdefs/optional/junit). Stefan

RE: Where do I find optional.jar or source (I cannot find JUnit task code)

2001-04-05 Thread Alex Healey
Thanks Sorry for the stupid Q. Cheers Alex -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED]] Sent: 05 April 2001 13:02 To: [EMAIL PROTECTED] Subject: Re: Where do I find optional.jar or source (I cannot find JUnit task code) Alex Healey [EMAIL PROTECTED] wrote:

RE: Yet another missing junit task...

2001-04-05 Thread Anders Henriksson
On Wed, 4 Apr 2001, KC Baltz wrote: I suspect this isn't your problem though, since it seems to fail to acknowlege the junit task at all. Go ahead and post the relevant section of your build.xml so we can see how you've set it up. I have found a workaround for my problem, and that is to place a

Assertion failed - lookup.cpp, line 284

2001-04-05 Thread Sing HU
When I try to compile a project using ant 1.3 and jikes 1.12 on Windows NT my "BUILD FAILED". However when switching the compiler to use Javac ( JDK 1.3 - classic ) the "BUILD SUCCEEDED". The problem is coming from Jikes and is due to an assertion failure in lookup.cpp. I can't find any

RE: Assertion failed - lookup.cpp, line 284

2001-04-05 Thread Marijn Dee
This is a known problem in jikes, see http://oss.software.ibm.com/developerworks/bugs/?func=detailbugbug_id=406g roup_id=10. Marijn -Original Message- From: Sing HU [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 15:56 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject:

RE: running at the same time

2001-04-05 Thread Hayes, Peter
Can't you just call a script to invoke two ants ant parms ant other parms ? -Original Message- From: Pinar Bicioglu [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 10:31 AM To: '[EMAIL PROTECTED]' Subject: RE: running at the same time Could somebody tell me how to run two

RE: running at the same time

2001-04-05 Thread Pinar Bicioglu
Conor, I appreciate your help. I have one more question though. I want to use different JDK with each target. Let's say that I'll use jdk1.2.2 with target1 and jdk1.1.8 with target2. But I am not sure how to specify them. Thanks -Original Message- From: Conor MacNeill [mailto:[EMAIL

Property name

2001-04-05 Thread Pinar Bicioglu
Is it possible to specify a property name between the target/target tags? Thanks,

SQLJ task

2001-04-05 Thread schuebl
Has anyone already written (or started to write) such a task? thanks Peter

Re: Running out of Memory

2001-04-05 Thread Jeff
If you are using the JBuilder AntRunner plug-in this method won't help, but I found running JBuilder via the command-line is quicker and uses less memory. Attached is the optional task I use to compile builds with JBuilder and here is an example of how I use it: project name="Build"

Re: [Jikes] Assertion failed - lookup.cpp, line 284

2001-04-05 Thread Christopher Abbey
Today, Sing HU wrote: When I try to compile a project using ant 1.3 and jikes 1.12 on Windows NT my "BUILD FAILED". However when switching the compiler to use Javac ( JDK 1.3 - classic ) the "BUILD SUCCEEDED". The problem is coming from Jikes and is due to an assertion failure in lookup.cpp.

SignCab

2001-04-05 Thread Gene Margolin
There is a task SignJar in ant. Is there a task "SignCab"? How can I sign a cab-file from ant? Gene.

RE: running at the same time

2001-04-05 Thread Pinar Bicioglu
Does anybody know where can I find the package org.apache.tools.ant.taskdefs.compilers ? Thanks

RE: Property name

2001-04-05 Thread Pinar Bicioglu
Diane, Is there any way to specify propertyname properties within a target? -Original Message- From: Diane Holt [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 12:00 PM To: [EMAIL PROTECTED] Subject: Re: Property name --- Pinar Bicioglu [EMAIL PROTECTED] wrote: Is it

cant't find the jar file

2001-04-05 Thread Pinar Bicioglu
again here is my problem, when I compile the project it does not work. I think the reason is I was working in a different (Z) drive and it couldn't find the jar file ( property name="Java122Classes" value="/jdk1.2.2/jre/lib/rt.jar" / ). Does anybody have an idea about how to fix it.

RE: Property name

2001-04-05 Thread Diane Holt
--- Pinar Bicioglu [EMAIL PROTECTED] wrote: Is there any way to specify propertyname properties within a target? Hmm... don't know of a propertyname tag, just a property tag. A property tag can be used at the project-level, the target-level, and nested within an ant tag (which amounts to

Re: cant't find the jar file

2001-04-05 Thread Diane Holt
--- Pinar Bicioglu [EMAIL PROTECTED] wrote: again here is my problem, when I compile the project it does not work. I think the reason is I was working in a different (Z) drive and it couldn't find the jar file ( property name="Java122Classes" value="/jdk1.2.2/jre/lib/rt.jar" / ). Does

RE: cant't find the jar file

2001-04-05 Thread Pinar Bicioglu
yes I did. This is how i found the source of the problem. But this is not how I want to fix it. Because people can work in different drivers. So it should not matter which drive are you working in when you use this xml file. -Original Message- From: Diane Holt [mailto:[EMAIL

RE: cant't find the jar file

2001-04-05 Thread Pinar Bicioglu
How did you use it. Could you please write a sample line ? Thanks in advance -Original Message- From: Dana Rice [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 12:56 PM To: '[EMAIL PROTECTED]' Subject: RE: cant't find the jar file Dianne, I recently had a problem with ant

RE: cant't find the jar file

2001-04-05 Thread Dana Rice
javac srcdir="classes" destdir="build" classpath fileset dir="lib" include name="**/*.jar/ (I had several jar files) /fileset /classpath /javac etc. -Original Message- From: Pinar Bicioglu [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 10:55 AM To: '[EMAIL PROTECTED]'

RE: SQLJ task

2001-04-05 Thread Eli Sherman
Yes I have written a SQLJ task based on the javac task. I will post it on Monday. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 8:58 AM To: [EMAIL PROTECTED] Subject: SQLJ task Has anyone already written (or started to write) such

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: Difficulty with FTP task

2001-04-05 Thread Buddy Brewer
"Shaikh, Mehmood" wrote: Can someone tell me whats wrong? I do not have Netcomponents add-in, Can someone tell me where to get that from. http://www.savarese.org/oro/software/NetComponents.html

PVCS task

2001-04-05 Thread Dinwiddie, George
Stefan (or anyone), Do you know what version of PVCS this was written for? The pcli program seems to have an unstable interface. - George -Original Message- From: Dinwiddie, George [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 11:36 AM To: '[EMAIL PROTECTED]' Subject: RE:

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

RE: Can't find the files

2001-04-05 Thread Pinar Bicioglu
Hello, It could sound stupid but what is this properties file ? I've been using XML and ant since this Monday. If you could more specific that would be great for me. Thanks in advance. -Original Message- From: Shaikh, Mehmood [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001

RE: Can't find the files

2001-04-05 Thread Pinar Bicioglu
and those properties files I have in my computer have .deployment extension? Should I save the file like build.deployment ? -Original Message- From: Anuj Agrawal [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 4:42 PM To: [EMAIL PROTECTED] Subject: Re: Can't find the files

Re: Can't find the files

2001-04-05 Thread Anuj Agrawal
1. What are those 3 properties files? I don't know. What's in them? 2. Generally - any kind of machine dependent properties (like paths etc) should be placed in some properties file (i.e. outside of build.xml - which should be kept generic). Then you "include" the property file in build.xml.

RE: Can't find the files

2001-04-05 Thread Pinar Bicioglu
I incredibly appreciat your help. Your understanding of my problem definetely correct. It doesn't matter how I solve the problem. either with properties file or not. one of the fiel contains following: ArchiveType=2 OutputFile=D:\\sandbox\\Engineering\\dev\\java\\lib\\RiskToleranceAppletClea

Need help from a ZIP wizzard

2001-04-05 Thread Stefan Bodewig
One thing that has been bothering me for quite some time now is that ZIP files created by the JDK classes don't get the correct permissions set on Unix - at least when using Info-ZIP's unzip. OK, I created a simple test-archive with Ant and using the command line zip (Info-ZIP 2.2) - I took the

No JUnit in optional.jar from RPM

2001-04-05 Thread Dave Dribin
Hello, I do not know if this is intentional or not, but the optional.jar packaged with the binary RPM available from here: http://jakarta.apache.org/builds/jakarta-ant/release/v1.3/rpms/ does not contain the JUnit task. This took me a bit of time to figure out, so may I suggest an

Re: running at the same time

2001-04-05 Thread Stefan Bodewig
Pinar Bicioglu [EMAIL PROTECTED] wrote: Does anybody know where can I find the package org.apache.tools.ant.taskdefs.compilers ? In the source release of Ant 1.3 and in Ant's CVS. Stefan