junitreport task requirements question

2001-07-09 Thread Matt Lyon
Greetings, I apologize in advance if this question has been clearly answered before on the list. However, I've searched the list somewhat extensively and cannot clearly determine what the answer is. Basically, I am totally mystified as to what version of xalan.jar and xerces.jar I need to add to

Formatting HTML text using javadoc bottom parameter

2001-07-11 Thread Matt Lyon
Greetings, I've now got the whole javadoc/ rigmarole working correctly in the master build.xml file for my project. One item puzzles me, however. The code example in the Ant User Manual gives an example of the bottom parameter as follows: bottom=iCopyright #169; 2000 Dummy Corp. All Rights

RE: Formatting HTML text using javadoc bottom parameter

2001-07-11 Thread Matt Lyon
been updated. Check out http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-ant/docs/manu al/CoreTasks/javadoc.html?rev=1.10content-type=text/html for the latest Conor - Original Message - From: Matt Lyon [EMAIL PROTECTED] To: Ant User Mailing List [EMAIL PROTECTED] Sent: Thursday

UNC paths

2001-07-11 Thread Matt Lyon
: Formatting HTML text using javadoc bottom parameter --- Matt Lyon [EMAIL PROTECTED] wrote: bottom=iCopyright ) 2000 Dummy Corp. All Rights Reserved./i The example has been corrected in CVS. See: http://jakarta.apache.org/cvsweb/index.cgi/jakarta-ant/docs/manual/CoreTasks /javadoc.html?rev

FW: UNC paths

2001-07-11 Thread Matt Lyon
, I can't imagine there being a lot of desire to add UNC path support. Cheers, Matt -Original Message- From: Matt Lyon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 3:58 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: UNC paths Diane, Thanks for the response. I do

RE: UNC paths

2001-07-12 Thread Matt Lyon
drive and setting that as the destdir for javadoc is good enough for now. Since one of Ant's best features is it's ability to allow you to work cross-platform, I can't imagine there being a lot of desire to add UNC path support. Cheers, Matt -Original Message- From: Matt Lyon [mailto:[EMAIL

RE: UNC paths

2001-07-12 Thread Matt Lyon
Matt, That was a good suggestion. However, still no joy. If I set: property name=javadoc.destdir value=Dune\\root\\engdoc\\javadoc/ I get this error: doc: [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] javadoc: Destination directory not found

RE: [antlist] How to install/configure JUnit task

2001-07-18 Thread Matt Lyon
T Master, You may need to feed your junit/ task a pathelement/ parameter to pick up the CLASSPATH for the unit tests you are trying to run. Just a quick suggestion here, but you might have better luck if you install JUnit in it's own directory and then add junit.jar to the end of your CLASSPATH

if and unless

2001-08-01 Thread Matt Lyon
Greetings, Quick question, and I apologize in advance if this has been asked before: can a single target or task have both an if *and* an unless attribute to control conditional execution? I wasn't clear from the documentation if using if and unless was an either/or proposition, and found no

RE: Compile question--Class not found

2001-08-03 Thread Matt Lyon
Michael, I'm not sure if I'm understanding your question correctly, but couldn't you javac/ Package B to a common directory, say ../Build/classes, javac/ Package A passing in a classpath pointer to ../Build/classes, then jar/ up the classes you need using the includes parameter? Something like:

RE: Compile question--Class not found

2001-08-03 Thread Matt Lyon
--- Matt Lyon [EMAIL PROTECTED] wrote: javac srcdir=${src} destdir=${build.classes.dir} includes=com\biz\packageb\** classpath=${build.classes.dir} optimize=on/ Just a note: The destdir

RE: Compile question--Class not found

2001-08-03 Thread Matt Lyon
. --Michael -Original Message- From: Matt Lyon [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 02, 2001 12:20 PM To: [EMAIL PROTECTED] Subject: RE: Compile question--Class not found Michael, I'm not sure if I'm understanding your question correctly, but couldn't you javac/ Package B

WebLogic rmic

2001-08-09 Thread Matt Lyon
Greetings, Does Ant offer built in support for WebLogic's rmic? I checked out the optional ejbc tasks, but none seemed to fit the bill. Currently we do something like: java classname=weblogic.rmic fork=yes arg line=-d deploy

RE: Ant used in new IBM IDE

2001-08-13 Thread Matt Lyon
David, Would you happen to have the URL for the download site handy? I poked around the IBM site but could not find IBM Workbench under their downloads anywhere. A colleague of mine is very interested in checking this new IDE out, as he is a big VAJ proponent. Thanks in advance for any

RE: Ant 1.4, RMIC, and weblogic....

2001-09-04 Thread Matt Lyon
Fellow Ant Users, The rmic task seems to work for meonly when Ido not try to use the weblogic rmic compiler. If I set the magic property build.rmic=weblogic in an external user.properties file,I see the following error output:

FTP Task's mkdir action

2001-09-05 Thread Matt Lyon
All, Maybe I am missing something here, so feel free to administer an intellectual dope-slap if that is the case. I have been tuning up my buildfiles to take advantage of some of Ant 1.4's new features, and I was quite chuffed to find that the optional FTP task now supports mkdir. However, I was

RE: FTP Task's mkdir action

2001-09-05 Thread Matt Lyon
problem? (UNIX or DOS). The application level needs to have the intelligence to recurse, as FTP does not support it. So there is an argument for ANT supporting it, but it would be a feature. As it is now I suspect is merely raps the FTP mkdir command. Sheldon -Original Message- From: Matt

RE: Ant 1.4, RMIC, and weblogic....

2001-09-05 Thread Matt Lyon
is to set the environment variable CLASSPATH. -Original Message-From: Matt Lyon [mailto:[EMAIL PROTECTED]]Sent: Tuesday, September 04, 2001 1:26 PMTo: [EMAIL PROTECTED]Subject: RE: Ant 1.4, RMIC, and weblogic Fellow Ant Users,

FTP Password

2001-10-22 Thread Matt Lyon
Hi, Over the weekend we had a dosgruntled employee leave the company and therefore the password to our development box had to be changed. I have some code in a publish target in my buildfile that handles outputting (via ftp) the results of a build to the development server, which we use as a de

RE: FTP Password

2001-10-22 Thread Matt Lyon
a properties file for ftp, which might prove more suitable - here you just have to escape properties files special characters (e.g. '\' and ':') Will -Original Message- From: Matt Lyon [mailto:[EMAIL PROTECTED]] Sent: 22 October 2001 16:52 To: Ant-User (E-mail) Subject: FTP Password

SourceOffSite and Ant VSS Tasks

2001-10-22 Thread Matt Lyon
Hi, We use shell scripts that wrap SourceOffSite functionality to get source code from VSS to our Unix development nodes. Does anyone have any experience with getting Ant's Optional VSS Tasks to play nice with SoS? It would be awesome if I could just drop the build.xml off on the Unix node and

dtd nested element with WebLogic 6.0

2001-10-23 Thread Matt Lyon
Hi, Does anyone know how to specify the dtd/ location parameter as a nested element for WebLogic 6.0/Ant 1.4 using publicID's -//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN and -//BEA Systems, Inc.//DTD WebLogic 6.0.0 EJB//EN? I can see various and sundry DTD's in WebLogic.jar, but

RE: dtd nested element with WebLogic 6.0

2001-10-23 Thread Matt Lyon
6.0.0 EJB//EN location=${scripts}/weblogic-ejb-jar.dtd/ Just in case anyone was wondering (although I was probably the only lister who was clueless on this score). Cheers, Matt -Original Message- From: Matt Lyon Sent: Tuesday, October 23, 2001 12:19 PM To: Ant-User (E-mail

RE: dtd nested element with WebLogic 6.0

2001-10-23 Thread Matt Lyon
Systems, Inc.//DTD WebLogic 5.1.0 EJB//EN location=${buildfile.dir}/weblogic-ejb-jar.dtd/ /ejbjar As you can tell, I store the DTD's in my private location. If it works for you, let others know. - Original Message - From: Matt Lyon [EMAIL PROTECTED] To: Ant-User (E

RE: dtd nested element with WebLogic 6.0

2001-10-24 Thread Matt Lyon
be extracted to local files for dtd elements. Saves you a download. Look at this path in the jar /weblogic/ejb20/dd/xml/ Conor -Original Message- From: Matt Lyon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 24 October 2001 4:57 AM To: [EMAIL PROTECTED] Subject: RE: dtd nested element

RE: dtd nested element with WebLogic 6.0

2001-10-24 Thread Matt Lyon
be extracted to local files for dtd elements. Saves you a download. Look at this path in the jar /weblogic/ejb20/dd/xml/ Conor -Original Message- From: Matt Lyon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 24 October 2001 4:57 AM To: [EMAIL PROTECTED] Subject: RE: dtd nested

RE: ejbjar and issues with class loading?

2001-10-25 Thread Matt Lyon
Hi, Pardon my ignorance, but as we also face this issue, I was wondering what the best resolution is for the time being under Ant 1.4? Is the best workaround to simply put /bea/wlserver6.0/lib/weblogic.jar on the system CLASSPATH, or to reference all classfiles with the support element and all

support Vs. FileSet

2001-10-26 Thread Matt Lyon
Hi, I'm a little confused about using the support nested element of the ejbjar task in Ant. It seems to accept a structure using include and exclude just fine as per the following: support dir=${build.output.classes.dir} include name=**/report/**/*.class/ exclude

RE: synchronize directory task

2001-11-14 Thread Matt Lyon
Have you checked out move? -Original Message- From: Jeff Sahol [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 9:22 AM To: [EMAIL PROTECTED] Subject: synchronize directory task Is there a task for synchronizing a directory structure from one location to another? I don't

wlclasspath

2001-11-14 Thread Matt Lyon
Hi, I have a question on how to use the wlclasspath/ nested element to turn off warnings that occur when the home and remote interfaces of a bean are on the system classpath used to run weblogic.ejbc. The User Manual suggests that the standard weblogic classes should be set with the wlclasspath

RE: wlclasspath

2001-11-15 Thread Matt Lyon
AM To: Ant Users List Subject: Re: wlclasspath Matt Lyon wrote: Hi, I have a question on how to use the wlclasspath/ nested element to turn off warnings that occur when the home and remote interfaces of a bean are on the system classpath used to run weblogic.ejbc. The User Manual suggests

Using Ant to exec a shell script

2001-11-19 Thread Matt Lyon
Hi, I have an exec task that calls a shell script on Unix to kick off a smoke test. The shell script is actually calling the Expect executable as follows: #!/usr/local/bin/expect -- The relevant snippet from my build.xml is as follows: target name=smoke.test.starnode depends=init

RE: Using Ant to exec a shell script

2001-11-19 Thread Matt Lyon
Baz, Thanks. Option 2 definitely turned out to be the best option. I appreciate the help. Cheers, Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 1:27 PM To: [EMAIL PROTECTED] Subject: Re: Using Ant to exec a shell script

RE: [POLL] property immutability hacks

2001-11-29 Thread Matt Lyon
Hi, Please pardon my ignorance, but I wonder if you can clarify for me a bit what you mean by this: Are you relying on available's back door to changing property values? Are you simply asking if people are using available at all? If so, my answer is yes, most definitely. I have a series of

RE: [POLL] property immutability hacks

2001-11-29 Thread Matt Lyon
Doh, Sorry I was such a dummy, I thought about this a little more and figured out what you were asking. I change my answer to no. ; ) Cheers, Matt -Original Message- From: Matt Lyon Sent: Thursday, November 29, 2001 9:49 AM To: Ant Users List Subject: RE: [POLL] property

RE: Missing top level dir in jar file

2001-12-06 Thread Matt Lyon
Hi, A quick question on recursion. Just out of curiosity, is there any difference between ** and **/* in Pattern Sets? I always observe the latter convention for recursive pattern set and file set matching in my build files. Matt -Original Message- From: Stefan Bodewig [mailto:[EMAIL

Different version?

2002-01-23 Thread Matt Lyon
Hi, I've been poking around on the BEA site and in the Ant User archives but haven't seen any answer to this question, so I thought I would try here. I have an ejbjar task that builds EJB's for deployment under WebLogic 6.0 SP2, and I am generating the Stubs and Skels as needed by calling

I.5 Optional

2002-07-10 Thread Matt Lyon
Hi, This probably has already come up, but just as a sanity check: the 1.5 manual suggests: Optional Tasks Ant supports a number of optional tasks. An optional task is a task which typically requires an external library to function. The optional tasks are packaged separately from the core

BCEL

2002-07-10 Thread Matt Lyon
Hi, I'm a little unclear on why I'm encountering the following message when I build my EJB's: [ejbjar] Unable to load dependency analyzer: org.apache.tools.ant.util.depend .bcel.AncestorAnalyzer The class is present in the optional.jar. Is it perhaps a library dependency issue? I think I'm

RE: BCEL

2002-07-11 Thread Matt Lyon
: Wednesday, July 10, 2002 5:45 PM To: Ant Users List Subject: Re: BCEL --- Matt Lyon [EMAIL PROTECTED] wrote: I'm a little unclear on why I'm encountering the following message when I build my EJB's: [ejbjar] Unable to load dependency analyzer: org.apache.tools.ant.util.depend

RE: BCEL

2002-07-11 Thread Matt Lyon
Gibson [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 11:32 AM To: [EMAIL PROTECTED] Subject: RE: BCEL The following message was sent by Matt Lyon [EMAIL PROTECTED] on Thu, 11 Jul 2002 10:48:06 -0400. Hi, I apologize for being a bit brain-dead about this new dependency analysis using

RE: BCEL

2002-07-11 Thread Matt Lyon
No dice on that theory. Still stumped. Guess I'll just ignore the warning for now. -Original Message- From: Matt Lyon Sent: Thursday, July 11, 2002 11:40 AM To: Ant Users List Subject: RE: BCEL Hmmm... I grabbed the build of the binaries off the jakarta site, as opposed to building

RE: Ant 1.5 -- deprecated warning from Available task

2002-07-15 Thread Matt Lyon
FWIW, I'm +1 on Bryan's suggestion. I use available in an init target that all of my other targets depend on. Although I suppose on the one hand, my flow-control is a little sloppy in that my compound targets call my init target several times during a typical build sequence (and even though

RE: BCEL

2002-07-17 Thread Matt Lyon
it. ;^) Cheers, Matt -Original Message- From: Matt Lyon Sent: Thursday, July 11, 2002 1:18 PM To: 'Ant Users List' Subject: RE: BCEL No dice on that theory. Still stumped. Guess I'll just ignore the warning for now. -Original Message- From: Matt Lyon Sent: Thursday, July 11

RE: BCEL

2002-07-22 Thread Matt Lyon
as you decribe until I realized the I use and old version of BCEL.jar. I have downloaded the new version from this address and it did it. http://jakarta.apache.org/builds/jakarta-bcel/release/v5.0/ Hope this help. Michel From: Matt Lyon [EMAIL PROTECTED] Reply-To: Ant Users List [EMAIL

RE: ebjc errors

2002-07-24 Thread Matt Lyon
FWIW, We ran into this on one of the developers' systems in our shop under the Ant 1.5 upgrade. I didn't get down in the weeds to find out the exact why's, but found that setting %ANT_HOME% to the root install of ant (e.g. C:\ant or some such), setting %JAVA_HOME% to the root dir of the jdk

RE: ebjc errors

2002-07-24 Thread Matt Lyon
Kevin, I wasn't 100% clear on whether you were addressing me (Matt Lyon) or Matt McCauliffe, who originally spawned the thread. However, assuming you were asking me, I didn't bother reverting to Ant 1.4.1 sans environment variables as a test case once we had a solution in place to move

RE: passing arguments to JUnit task?

2002-07-25 Thread Matt Lyon
Hi, We have some junit test cases that exercize the topology code which manages the data warehousing aspect of our application. We've had pretty good success passing database URL arguments as jvmarg's as per the following example: !-- Run the JUnit tests. -- junit fork=yes

Inventory

2002-07-25 Thread Matt Lyon
Hi, Is anybody aware of an Ant task floating around to produce an inventory or manifest of files that are being built and included in a given project? I have been tasked with generating an inventory of all of the files in our product and generating a checksum for all of the files, using some

Parameterized CVS fetch

2002-08-15 Thread Matt Lyon
Hi, Just curious as to how folks handle parameterizing their build files to fetch code from various branches of a source tree in CVS. I was thinking of defining a ${cvs.branch} property value in an external properties file that could be set by the build user and read in during init to point

Automated source config model?

2002-08-30 Thread Matt Lyon
Hi, I recently migrated our shop from VSS to CVS. We currently have two projects that exist on branches in our CVS repository and share a common platform code base which exists on the main code line. I have been tasked with investigating and implementing a solution for allowing developers to

RE: Automated source config model?

2002-09-04 Thread Matt Lyon
- From: McHenry, Matt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 5:07 PM To: Matt Lyon Cc: Ant Users List Subject: RE: Automated source config model? Thanks for the information. I would be interested in seeing how you implemented what you have if you can give me a high

foreach propertycopy (was 'RE: Automated source config model?')

2002-09-05 Thread Matt Lyon
Message- From: Matt Lyon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 4:19 PM To: Ant-User (E-mail) Subject: RE: Automated source config model? Matt, Thanks for the information. What I don't understand about your approach is how the foreach task in your checkout target can pass

RE: foreach propertycopy (was 'RE: Automated source config model?')

2002-09-05 Thread Matt Lyon
/if /target Hope this helps. --DD -Original Message- From: Matt Lyon [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 11:22 AM To: Ant Users List Subject: foreach propertycopy (was 'RE: Automated source config model?') DD, Thanks for the information! The issue I

RE: foreach propertycopy (was 'RE: Automated source config model?')

2002-09-05 Thread Matt Lyon
- From: Diane Holt [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 1:38 PM To: Ant Users List Subject: RE: foreach propertycopy (was 'RE: Automated source config model?') --- Matt Lyon [EMAIL PROTECTED] wrote: That rocks! Thanks for the help. If I use your second suggestion

RE: foreach propertycopy (was 'RE: Automated source config model?')

2002-09-05 Thread Matt Lyon
You are absolutely right. Your point is well taken. ;^) -Original Message- From: Diane Holt [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 2:20 PM To: Ant Users List Subject: RE: foreach propertycopy (was 'RE: Automated source config model?') --- Matt Lyon [EMAIL

RE: foreach propertycopy (was 'RE: Automated source config model?')

2002-09-05 Thread Matt Lyon
really being not defined! Cheers, --DD -Original Message- From: Matt Lyon [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 12:52 PM To: Ant Users List Subject: RE: foreach propertycopy (was 'RE: Automated source config model?') Diane, Yes it was. Thanks. However, I'm

RE: Promoting EARs

2002-09-11 Thread Matt Lyon
Kyle, All though the pain of refactoring might be too great for you at the moment, you could consider giving unique names to each Bean's deployment descriptors (e.g. Appname-ejb-jar.xml and Appname-weblogic-ejb-jar.xml). It's then pretty straightforward to include these in your Ant ejbjar

property file

2002-10-16 Thread Matt Lyon
Hi, Is there any problem with loading two separate property files during a build if they are defined at a global scope in the build file and contain values that are totally unrelated? I have one file, 'build.properties' that contains compiler settings and so forth, and another,

RE: property file

2002-10-17 Thread Matt Lyon
-Original Message- From: Matt Benson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 4:53 PM To: Ant Users List Subject: Re: property file Sounds fine to me... -Matt --- Matt Lyon [EMAIL PROTECTED] wrote: Hi, Is there any problem with loading two separate property files during

RE: Issue with CvsTagDiff task

2002-10-23 Thread Matt Lyon
on the problem... (And I hope he did !) Regards, Cyriaque, Matt Lyon a écrit: Hi, I've run up a bit of an issue with the CVS taggdiff task and was curious as to whether any other listers had experienced anything similar. I am using Ant 1.5. In my source repository, the root path

Issue with CvsTagDiff task

2002-10-22 Thread Matt Lyon
Hi, I've run up a bit of an issue with the CVS taggdiff task and was curious as to whether any other listers had experienced anything similar. I am using Ant 1.5. In my source repository, the root path to the source is under a directory which we will call foo for sake of argument. If I run a

FW: Issue with CvsTagDiff task

2002-10-22 Thread Matt Lyon
1.5.1? Matt -Original Message- From: Matt Lyon Sent: Tuesday, October 22, 2002 12:38 PM To: Ant-User (E-mail) Subject: Issue with CvsTagDiff task Hi, I've run up a bit of an issue with the CVS taggdiff task and was curious as to whether any other listers had

ejbjar weblogic task failure under Ant 1.5.1

2003-01-07 Thread Matt Lyon
Hi, I have an ejbjar weblogic task that works fine under Ant 1.5. However, I've been trying to upgrade to Ant 1.5.1 and I am encountering problems with this same task. It appears that Ant's JVM cannot create the weblogic.ejbc20 process without bombing out. I saw some similar recent errors

RE: ejbjar weblogic task failure under Ant 1.5.1

2003-01-07 Thread Matt Lyon
Oh jeez, now I feel dumb. I forgot that I had updated my JDK to 1.3.1_06 and forgot to update my PATH to point to C:\jdk1.3.1_06\bin. My bad, I was too quick to try and blame it on Ant. -Original Message- From: Matt Lyon Sent: Tuesday, January 07, 2003 12:15 PM To: Ant-User (E-mail

RE: Nightly Ant scripts

2003-01-13 Thread Matt Lyon
Hi, One suggestion. Make sure that the directory that contains ss.exe is in your %PATH% env var. Usually this is C:\Program Files\Microsoft Visual Studio\Common\VSS\win32 by default. Matt -Original Message- From: Paul Collins [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003