Re: Compile against a war

2003-02-07 Thread Steve Loughran
- Original Message - From: Dan Christopherson [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Thursday, February 06, 2003 11:23 Subject: Re: Compile against a war Problem is that all the classes in the war are either in /WEB-INF/classes or in /WEB-INF/lib/somefile.jar

Re: Ant automatically doubles backslashes on MacOS X

2003-02-07 Thread Steve Loughran
- Original Message - From: Thorsten Sturm [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 07, 2003 11:11 Subject: Ant automatically doubles backslashes on MacOS X Hi, I'm currently facing a serious problem using Ant on MacOS X using JDK 1.4.1. When trying to compile

Re: Ant reference book

2003-02-06 Thread Steve Loughran
- Original Message - From: Erik Hatcher [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Thursday, February 06, 2003 05:27 Subject: Re: Ant reference book On Thursday, February 6, 2003, at 05:55 AM, Herr Christian Wolfgang Hujer wrote: I have the small and the big Ant

Re: build.xml build.properties best practices

2003-02-06 Thread Steve Loughran
- Original Message - From: Dominique Devienne [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Thursday, February 06, 2003 11:04 Subject: RE: build.xml build.properties best practices Yes. GUMP builds Ant from CVS HEAD, and that version of Ant is used to build the other

Re: Recommendations for moving from java to .NET

2003-02-05 Thread Steve Loughran
out of curiousity, why the migration? The .NET tools in ant are all you get with ant, though in CVS there are better versions, versions that support definitions as inner elements, compile VB, etc, etc. But these are unstable and will change again before ant1.6 ships, and not fully documented

Re: Recommendations for moving from java to .NET

2003-02-05 Thread Steve Loughran
- Original Message - From: Dave Draper [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Wednesday, February 05, 2003 10:25 Subject: RE: Recommendations for moving from java to .NET I agree. We recently did a job for code signing applications that will reside in Cell

Re: Recommendations for moving from java to .NET

2003-02-05 Thread Steve Loughran
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 05, 2003 11:30 Subject: RE: Recommendations for moving from java to .NET -Original Message- From: Zac Thompson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 05, 2003 2:22 PM

Re: Scaling to large projects

2003-02-03 Thread Steve Loughran
- Original Message - From: David McTavish [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Monday, February 03, 2003 11:03 Subject: RE: Scaling to large projects The only tricky part was when projects depended on other projects. I've refactored this to basically two

Re: Scaling to large projects

2003-02-03 Thread Steve Loughran
- Original Message - From: David McTavish [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Monday, February 03, 2003 13:35 Subject: RE: Scaling to large projects What I was referring in my original email is when you have a project that relies on code you have developed

Re: ANT output to file

2003-01-31 Thread Steve Loughran
- Original Message - From: [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Friday, January 31, 2003 13:05 Subject: RE: ANT output to file When I try to use this it told me that I can only have 1 logger and I need the ansi color logger. I just want to pipe that one out

Re: copy problem

2003-01-30 Thread Steve Loughran
- Original Message - From: Paul Hunnisett [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 30, 2003 01:53 Subject: Re: copy problem Also, (a) there is a axisjava2wsdl task with axis (b) it is somewhat dangerous to drive your WSDL from your Java; better to write the

Re: copy problem

2003-01-29 Thread Steve Loughran
- Original Message - From: Paul Hunnisett [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 08:24 Subject: RE: copy problem OK - thanks for all your help. I have now got it working, but am very confused as to why it wasn't working in the first place. One of

Re: Which task

2003-01-27 Thread Steve Loughran
- Original Message - From: Dominique Devienne [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Thursday, January 23, 2003 10:59 Subject: RE: Which task No it won't. My which task looks for files in the filesystem, that's it. I guess it could be modified to look for files

Re: Ant Quiz!

2003-01-27 Thread Steve Loughran
- Original Message - From: Stefan Bodewig [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 22, 2003 00:41 Subject: Re: Ant Quiz! On Tue, 21 Jan 2003, Erik Hatcher [EMAIL PROTECTED] wrote: Test your knowledge of Ant! Are Ant committers allowed to participate? We

Re: What's industry standard?

2003-01-17 Thread Steve Loughran
the ant-in-anger doc in your ant distro talks about it, and then the gump http://jakarta.apache.org/gump demonstrates how ant and other tools are used to rebuild and retest all the open source java stuff every day - Original Message - From: Ciramella, Edward [EMAIL PROTECTED] To: 'Ant

Re: ant exec and error=5

2003-01-16 Thread Steve Loughran
- Original Message - From: David McTavish [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Thursday, January 16, 2003 08:26 Subject: ant exec and error=5 Can anybody help explain why I am getting a CreateProcess error=5 when I attempt to exec the Windows regsvr32.exe to

Re: File permissions

2003-01-15 Thread Steve Loughran
What does it say at the bottom of the copy documentation regarding permissons? - Original Message - From: Michael Klem [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 14, 2003 19:18 Subject: File permissions I have an executable file that Ant copies from my source

Re: File permissions

2003-01-15 Thread Steve Loughran
to probe for a filename being a symlink. Yet I fear for the complexity of the system if things like copy and jar suddenly change their behaviour when a native library is on the path...we'd probably get a whole new set of support calls. - Original Message - From: Steve Loughran [EMAIL

Re: Problems running ant 1.5.1

2003-01-15 Thread Steve Loughran
- Original Message - From: Urtzi Urdapilleta Roy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 15, 2003 11:54 Subject: Problems running ant 1.5.1 Hi, I have just downloaded and installed ant 1.5.1, and when I launch it, I get this exception: Exception in

Re: detecting build failures with OUT exiting

2003-01-13 Thread Steve Loughran
- Original Message - From: Mike Castle [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 13, 2003 09:25 Subject: detecting build failures with OUT exiting I'm knew to ANT and still in the process of trying to get up to speed on everything, including still reading through

Re: detecting build failures with OUT exiting

2003-01-13 Thread Steve Loughran
- Original Message - From: Mike Castle [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Monday, January 13, 2003 15:13 Subject: Re: detecting build failures with OUT exiting There are try and catch tasks in ant-contrib.sf.net; these let you wrap the ant calls. Covered on

Re: AntHill vs. CruiseControl vs. Gump

2003-01-10 Thread Steve Loughran
How long did it get you to get it working? I am using anthill myself (against CVS) - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 09, 2003 22:11 Subject: AW: AntHill vs. CruiseControl vs. Gump After reading the chapter in Eriks and Steves

Re: AntHill vs. CruiseControl vs. Gump

2003-01-10 Thread Steve Loughran
- Original Message - From: Erik Hatcher [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Cc: Maciej Zawadzki [EMAIL PROTECTED] Sent: Friday, January 10, 2003 03:01 Subject: Re: AntHill vs. CruiseControl vs. Gump p.s. I also have found it disheartening that CruiseControl was so

Re: build fail for tomcat side of mod_jk2

2003-01-04 Thread Steve Loughran
- Original Message - From: Lai, Sonia [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 31, 2002 09:43 Subject: build fail for tomcat side of mod_jk2 I am trying to compile the tomcat side of mod_jk2 . I have the PATH, ANT_HOME, and JAVA_HOME set in the .profile. When

Re: Build file inclusion

2003-01-04 Thread Steve Loughran
- Original Message - From: Jessica P. Hekman [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Saturday, January 04, 2003 06:54 Subject: Re: Build file inclusion import does sound like exactly what I want, as opposed to ant or antcall. However, I cannot imagine convincing my

Re: Ant Core Task Quick Reference

2003-01-04 Thread Steve Loughran
- Original Message - From: Kenneth Lee [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Saturday, January 04, 2003 09:55 Subject: Re: Ant Core Task Quick Reference Thank you. I was once thinking about doing something similar. But then I realize that keeping another set of

Re: Ant Core Task Quick Reference

2003-01-04 Thread Steve Loughran
- Original Message - From: Erik Hatcher [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Saturday, January 04, 2003 15:52 Subject: Re: Ant Core Task Quick Reference Its always been my goal to generate a quick reference of Ant tasks/datatypes, and we achieved this goal

Re: Application CLOSE after running org.apache.tools.ant.Main.main()

2002-12-28 Thread Steve Loughran
- Original Message - From: Erik Hatcher [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Friday, December 20, 2002 06:31 Subject: Re: Application CLOSE after running org.apache.tools.ant.Main.main() Joey Gibson wrote: On Fri, 20 Dec 2002 08:38:45 -0500, Erik Hatcher

Re: Ant's jspc task - doesn't work on Tomcat 4.1.18

2002-12-28 Thread Steve Loughran
- Original Message - From: Matt Raible [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, December 21, 2002 23:16 Subject: Ant's jspc task - doesn't work on Tomcat 4.1.18 I'm trying to use Ant's JSPC task to pre-compile my JSPs. I've used Erik Hatcher's example from Java

Re: Patch: SQL

2002-12-18 Thread Steve Loughran
done, docs are now updated. - Original Message - From: John Lindwall [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Tuesday, December 17, 2002 09:49 Subject: Patch: SQL The SQL task is missing task documentation for the delimitertype attribute. Here is my contribution

Re: Ant-Editor Integration

2002-12-18 Thread Steve Loughran
- Original Message - From: Steve Slatcher [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Wednesday, December 18, 2002 06:31 Subject: Re: Ant-Editor Integration You can execute Ant targets from NetBeans. NetBeans is however particulalry annoying in that the editor marks

Re: Generic template for software build plan

2002-12-18 Thread Steve Loughran
There is some of this in the ant in anger doc you should have with your ant copy. #of builds per week? As many as possible. Certainly every night for the full functional test, load test suite, the stuff that can take a few hours. But with a continous integration tool, such details are handled for

Re: Could not set ErrorsBeginAt attribute in Condition's Http element

2002-12-14 Thread Steve Loughran
- Original Message - From: Daisy Guo [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Friday, December 13, 2002 12:13 Subject: Could not set ErrorsBeginAt attribute in Condition's Http element I checked the documentation, it said ErrorsBeginAt is supported, but ant (1.5.1)

Re: Localhost name

2002-12-12 Thread Steve Loughran
there is also a localhost task in ant's CVS, under proposal/sandbox/httptasks; we should move it in to the main source for 1.6...I was also thinking of adding an nslookup to set a property with an ipaddr/hostname if the target was lookup-able - Original Message - From: Vilya Harvey [EMAIL

Re: setProxy with jspc

2002-12-12 Thread Steve Loughran
- Original Message - From: Sonnek, Ryan [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Tuesday, December 10, 2002 09:43 Subject: RE: setProxy with jspc Steve, quote It doesnt feed down to jasperc because nobody thought it should. /quote it seems that any task that

Re: using jspc with taglib's

2002-12-09 Thread Steve Loughran
- Original Message - From: Sonnek, Ryan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 09, 2002 08:36 Subject: using jspc with taglib's hi again everyone. i put this problem on the backburner a couple monthes ago, and now i'm back to pick your collective brains again!

Re: using jspc with taglib's

2002-12-09 Thread Steve Loughran
- Original Message - From: Sonnek, Ryan [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Monday, December 09, 2002 10:57 Subject: RE: using jspc with taglib's thank you for your reply steve. i'm using xdoclet 1.1.2 right now, but will be trying out 1.2 beta 1 this week.

Re: using jspc with taglib's

2002-12-09 Thread Steve Loughran
- Original Message - From: Sonnek, Ryan [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Monday, December 09, 2002 12:53 Subject: RE: using jspc with taglib's Steve, quote just paste the entire dtd decl into the xml /quote that doesn't seem to work. i've taken the

Re: setProxy with jspc

2002-12-09 Thread Steve Loughran
- Original Message - From: Sonnek, Ryan [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Monday, December 09, 2002 14:16 Subject: setProxy with jspc ok, now things are starting to fall into place. after searching through inline DTD examples, i was able to recreate the

Re: Trouble compiling native code using exec

2002-12-08 Thread Steve Loughran
- Original Message - From: Jason Rizer [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Sunday, December 08, 2002 12:59 Subject: Trouble compiling native code using exec env key=lib value=${msdev.dir}\vc98\Lib;${msdev.dir}\vc98\MFC\Lib;${db.api.dir}\lib;${3

Re: jspc and webapp

2002-12-07 Thread Steve Loughran
- Original Message - From: Martin [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Wednesday, May 08, 2002 04:23 Subject: Re: jspc and webapp This is the FIRST example of using args and jvmargs I have seen Can we PLEASE include this in the Ant Documentation? no, because

Re: jspc and webapp

2002-12-07 Thread Steve Loughran
- Original Message - From: Shankar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, December 07, 2002 03:48 Subject: jspc and webapp Greetings! Has any one tried jspc and webapp? I want to precomile jsps and write the servlet-mapping into web.xml. How can I use the above

Re: [OT] getting name of launch jar

2002-12-05 Thread Steve Loughran
- Original Message - From: Dominique Devienne [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Thursday, December 05, 2002 2:13 PM Subject: RE: [OT] getting name of launch jar I believe Java puts the path of that JAR in the java.class.path Java System Property. Or use

Re: Setting environment for forked java process on Win XP

2002-12-03 Thread Steve Loughran
- Original Message - From: Michael Kuß [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 03, 2002 3:08 AM Subject: Setting environment for forked java process on Win XP hi, I try to start a java task from ant 1.5.1 on Windows XP. java classname=foo.bar fork=yes The

Re: Ant Perversions [was RE: Properties are causing problem in 1.5]

2002-12-02 Thread Steve Loughran
- Original Message - From: Scott Stirling [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Sunday, December 01, 2002 15:32 Subject: RE: Ant Perversions [was RE: Properties are causing problem in 1.5] The .NET tasks aren't necessarily interactive, or controlling GUIs or

Re: Ant for non-java apps

2002-11-30 Thread Steve Loughran
- Original Message - From: Faiz Kazi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 30, 2002 02:04 Subject: Ant for non-java apps Hi, What is the general view about using Ant as a build system for non-java applications? Is there anyone who has come across/used

Re: jspc task

2002-11-30 Thread Steve Loughran
- Original Message - From: Felipe Schnack [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 30, 2002 10:24 Subject: jspc task I have problems with JSPC task. It generates all java and class files ok, but as I understand I would need to generate servlet entries in

Re: Ant Perversions [was RE: Properties are causing problem in 1.5]

2002-11-30 Thread Steve Loughran
- Original Message - From: Scott Stirling [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Saturday, November 30, 2002 18:49 Subject: RE: Ant Perversions [was RE: Properties are causing problem in 1.5] Hi, Cygwin is free and kinda lightweight; UNIX is everywhere. but

Re: Zeus Ant task

2002-11-25 Thread Steve Loughran
- Original Message - From: Jason Bodnar [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Monday, November 25, 2002 2:17 PM Subject: RE: Zeus Ant task On Mon, 25 Nov 2002 15:57:43 -0600, Dominique Devienne wrote Taking the jar out of /usr/java/j2sdk1.4.0_01/jre/lib/ext,

Re: Ant Featured in Out-of-the-Box

2002-11-21 Thread Steve Loughran
- Original Message - From: Eric Weidner [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Wednesday, November 20, 2002 5:05 PM Subject: Re: Ant Featured in Out-of-the-Box On Windows, we use InstallShield to initially drive the installation, call out to other Windows

Re: Question about alternative procedure.....

2002-11-21 Thread Steve Loughran
- Original Message - From: Damon Hill [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Craig Neuwirt [EMAIL PROTECTED] Sent: Thursday, November 21, 2002 10:27 AM Subject: Question about alternative procedure. good day background: i am working on a very large project, that is about to

Re: replacing text in a file during a copy

2002-11-21 Thread Steve Loughran
- Original Message - From: Kevin HaleBoyes [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 21, 2002 11:06 AM Subject: replacing text in a file during a copy I have a web application deployment descriptor web.xml in a file. I've run the JspC task with the -webinc

Re: Ant Featured in Out-of-the-Box

2002-11-21 Thread Steve Loughran
- Original Message - From: Eric Weidner [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Thursday, November 21, 2002 2:18 PM Subject: Re: Ant Featured in Out-of-the-Box Actually, that's a great idea. We've used the Preferences API in the past but didn't think about

Re: Ant Featured in Out-of-the-Box

2002-11-20 Thread Steve Loughran
Ant isnt a consumer grade installer as it doesnt install things as transactions, and as everyone knows, the worst install is one that stops halfway leaving things in an indeterminate mess. But that's not surprising, ant was never written as an install tool. I use it all the time for deployment

Re: Ant Featured in Out-of-the-Box

2002-11-20 Thread Steve Loughran
- Original Message - From: Chappell, Simon P [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Wednesday, November 20, 2002 14:48 Subject: RE: Ant Featured in Out-of-the-Box Exactly. I really don't want ant to be the installer, but I do want it to help in the install process.

Re: Ant Featured in Out-of-the-Box

2002-11-20 Thread Steve Loughran
Let's try replying again, this time with meaningful text. - Original Message - From: Chappell, Simon P [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Wednesday, November 20, 2002 14:48 Subject: RE: Ant Featured in Out-of-the-Box Setting persistent environment variables on

Re: java can not find rt.jar classes

2002-11-19 Thread Steve Loughran
set fork=true; the problem is that the classloader in 1.5 doesnt pass down all the addons that are in the runtime, just java.* and javax.* - Original Message - From: Alexei Betin [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Tuesday, November 19, 2002 2:18 PM Subject: RE:

Re: Elements of Ant Style: ant files separation

2002-11-18 Thread Steve Loughran
- Original Message - From: Rick Hightower [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Monday, November 18, 2002 18:22 Subject: RE: Elements of Ant Style: ant files separation By -use XML includes to pull in common declarations across all build files. do you mean

Re: Problem with junit in ant with jdk 1.4.1

2002-11-17 Thread Steve Loughran
- Original Message - From: Steve Schlaifer [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Saturday, November 16, 2002 17:15 Subject: Problem with junit in ant with jdk 1.4.1 Please see the java source file and build.xml that follow. Running java 1.4.1_01 under linux as

Re: Jaxb task anyone?

2002-11-17 Thread Steve Loughran
- Original Message - From: Dominique Devienne [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Sunday, November 17, 2002 12:55 Subject: RE: Jaxb task anyone? We just tend to go with SUN technologies when they emerge, like when we replaced Log4J with java.util.logging. So

Re: Jaxb task anyone?

2002-11-16 Thread Steve Loughran
- Original Message - From: Dominique Devienne [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Thursday, November 14, 2002 12:36 Subject: RE: Jaxb task anyone? To provide on update on this month old thread, the task provided by SUN is not smart at all!!! So the task I

Re: missing Target when running ant install

2002-11-16 Thread Steve Loughran
- Original Message - From: Kevin Hatch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 14, 2002 13:08 Subject: missing Target when running ant install Hi, I am new to ant (and xml). I have compiled the java portion of mod_jk and need to install it to my copy of

Re: NEWBIE: problem initially says Content is not allowed in prolog

2002-11-12 Thread Steve Loughran
- Original Message - From: P.S.Mahesh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 12, 2002 7:10 AM Subject: NEWBIE: problem initially says Content is not allowed in prolog Hi folks, I just downloaded ant. Installed it, wrote a sample build.xml and then tried to

Re: Java compiler runs out memory

2002-11-12 Thread Steve Loughran
- Original Message - From: P.S.Mahesh [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Tuesday, November 12, 2002 8:54 AM Subject: Java compiler runs out memory Hi folks. How can I make a recursive compilation without ant or the javac compiler throwing a memory

Re: Optional Task JUnit - unable to instantiate DocumentBuilderFactoryImpl since upgrading to 1.5.1

2002-11-08 Thread Steve Loughran
- Original Message - From: Jeremy Mawson [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Friday, November 08, 2002 3:23 AM Subject: Optional Task JUnit - unable to instantiate DocumentBuilderFactoryImpl since upgrading to 1.5.1 Greetings I have been successfully using

Re: Ant you have a greeting card from Daisy.

2002-11-08 Thread Steve Loughran
- Original Message - From: Daisy Guo [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Friday, November 08, 2002 11:04 AM Subject: Ant you have a greeting card from Daisy. Ant, Daisy has sent you a greeting card -- a postcard from Friend-Greetings.com. You can pickup your

Re: Ant you have a greeting card from Daisy.

2002-11-08 Thread Steve Loughran
- Original Message - From: Joey Gibson [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Friday, November 08, 2002 12:48 PM Subject: Re: Ant you have a greeting card from Daisy. On Fri, 8 Nov 2002 15:29:41 -0500 , Riffe, Melvin [EMAIL PROTECTED] wrote: ||| How unfortunate

Re: Ant you have a greeting card from Daisy.

2002-11-08 Thread Steve Loughran
- Original Message - From: Steve Loughran [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Friday, November 08, 2002 2:50 PM Subject: Re: Ant you have a greeting card from Daisy. BTW: http://www.messagelabs.com/viruseye/report.asp?id=111 oh, this page also implies

Re: the 'resultproperty' property of the 'exec' task

2002-11-07 Thread Steve Loughran
1. Consider writing an nunit wrapper task; I'm sure other people would use it. 2. set failonerror=true and exec fails if the result is non zero. - Original Message - From: Dan Corneanu [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Thursday, November 07, 2002 2:01 AM

Re: Coverting package name to directory

2002-11-07 Thread Steve Loughran
- Original Message - From: Stefano Mancarella [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Thursday, November 07, 2002 8:08 AM Subject: Re: Coverting package name to directory Matt Benson wrote: There may be some twisted and ingenious application of that could

Re: ANT_HOME problem on Windows Me

2002-11-06 Thread Steve Loughran
- Original Message - From: todd thorner [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Wednesday, November 06, 2002 12:48 AM Subject: Re: ANT_HOME problem on Windows Me Ok doing a set command reveals (something like):

Re: Dependencies between tasks in different build files.

2002-11-06 Thread Steve Loughran
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 06, 2002 12:27 PM Subject: Dependencies between tasks in different build files. Hi group, I have built a project of different directories (packages), in each directory there is an ant

Re: telnet woes

2002-11-06 Thread Steve Loughran
- Original Message - From: Greg Hassan [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Wednesday, November 06, 2002 1:02 PM Subject: telnet woes Hi, I've seen related posts on this topic a number of times, so I will be brief and hope this helps someone. We use the

Re: ant.system.gc()?

2002-11-05 Thread Steve Loughran
- Original Message - From: David McTavish [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Tuesday, November 05, 2002 12:25 PM Subject: ant.system.gc()? Is there anyway to tell ant to run the garbage collection? I have a fairly complicated build script that must execute

Re: Conditional echo

2002-11-05 Thread Steve Loughran
- Original Message - From: David McTavish [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Tuesday, November 05, 2002 11:04 AM Subject: Conditional echo Hi all, I was wondering if anybody could provide some insight in how I could conditionaly echo a message. Basically,

Re: ANT_HOME problem on Windows Me

2002-11-05 Thread Steve Loughran
do a SET at the command prompt. I think winme is funny vis a vis autoexec.bat, as it was trying to transit to the new world of nt. - Original Message - From: todd thorner [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 05, 2002 17:13 Subject: ANT_HOME problem on Windows Me

Re: ant.system.gc()?

2002-11-05 Thread Steve Loughran
- Original Message - From: David McTavish [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Tuesday, November 05, 2002 13:34 Subject: RE: ant.system.gc()? is anybody investigating the blatant memory leaking issues with the antcall target? I'd thought 1.5.1 had the fixes

Re: Elements of Ant Style: the ./lib directory

2002-11-04 Thread Steve Loughran
- Original Message - From: Ken Gentle [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Monday, November 04, 2002 6:18 AM Subject: Re: Elements of Ant Style: the ./lib directory At 11:01 PM 11/3/2002 -0800, you wrote: - Original Message - From: Ken Gentle [EMAIL

Re: Elements of Ant Style: ant files separation

2002-11-04 Thread Steve Loughran
My recommendation is -break your project into sub projects at sensible places, each with their own deliverable (jar, ear, docs) that can be tested -have a build file for each sub project -have a master build file for the whole thing, using ant to call down -use XML includes to pull in common

Re: Elements of Ant Style: the ./lib directory

2002-11-03 Thread Steve Loughran
- Original Message - From: Kendall Collett [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Saturday, November 02, 2002 10:40 Subject: Re: Elements of Ant Style: the ./lib directory From the perspective of performing builds, I prefer to have all the libraries under SCM

Re: Ant you have an E-Card from Ori.

2002-11-03 Thread Steve Loughran
- Original Message - From: Ori Burstein [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Sunday, November 03, 2002 04:10 Subject: Ant you have an E-Card from Ori. Greetings! Ori has sent you an E-Card -- a virtual postcard from FriendGreetings.com. You can pickup your

Re: Elements of Ant Style: the ./lib directory

2002-11-03 Thread Steve Loughran
- Original Message - From: Ken Gentle [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 02, 2002 10:07 Subject: Elements of Ant Style: the ./lib directory I've finally received my copy of Java Development with Ant, and want to thank Steve and Erik for a great reference!

Re: Jspc and JDK 1.4.1_01 not working

2002-11-01 Thread Steve Loughran
- Original Message - From: Jon Schewe [EMAIL PROTECTED] To: Steve Loughran [EMAIL PROTECTED] Cc: Ant Users List [EMAIL PROTECTED] Sent: Friday, November 01, 2002 8:15 AM Subject: Re: Jspc and JDK 1.4.1_01 not working Ok, I just downloaded and installed Tomcat-4.1.12 and I've still got

Re: Jspc and JDK 1.4.1_01 not working

2002-10-31 Thread Steve Loughran
- Original Message - From: Jon Schewe [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Wednesday, October 30, 2002 4:54 PM Subject: Re: Jspc and JDK 1.4.1_01 not working SL I'd suspect that something went awry with jasperc; try getting the latest SL version with tomcat

Re: Jspc and JDK 1.4.1_01 not working

2002-10-30 Thread Steve Loughran
- Original Message - From: Jon Schewe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 30, 2002 2:18 PM Subject: Jspc and JDK 1.4.1_01 not working I just upgraded from JDK 1.4.1 to 1.4.1_01 and now when I try and compile my JSP's in ant using hte jspc target I get the

Re: How does Ant find classes? ( ClassLoader problem )

2002-10-29 Thread Steve Loughran
- Original Message - From: Garrett Smith [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Monday, October 28, 2002 7:04 PM Subject: How does Ant find classes? ( ClassLoader problem ) You probably wouldn't care and say, It just does. ...until you had some serious

Re: How does Ant find classes? ( ClassLoader problem )

2002-10-29 Thread Steve Loughran
- Original Message - From: Garrett Smith [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Tuesday, October 29, 2002 10:03 AM Subject: Re: How does Ant find classes? ( ClassLoader problem ) Is there any other place javax.mail.Session it could be besides j2ee.jar? I don't

Re: how to set level in echo task?

2002-10-29 Thread Steve Loughran
- Original Message - From: Dominique Devienne [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Tuesday, October 29, 2002 11:58 AM Subject: RE: how to set level in echo task? I believe by default, Ant is at level info, so you should see this level. The warning level

Re: How does Ant find classes? Exploring class files with happyaxis.jsp

2002-10-29 Thread Steve Loughran
- Original Message - From: Garrett Smith [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Tuesday, October 29, 2002 1:39 PM Subject: Re: How does Ant find classes? Exploring class files with happyaxis.jsp Steve, I found javax.mail. It was in googleapi.jar. I didn't

Re: Copying Question vis-a-vis Windows NT

2002-10-28 Thread Steve Loughran
this is probably a system clock issue more than anything else: get all machines clocks in sync - Original Message - From: Terry Steichen [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Saturday, October 26, 2002 2:42 PM Subject: Copying Question vis-a-vis Windows NT When I

Re: how to use task xmlproperty offline?

2002-10-28 Thread Steve Loughran
I think you've just found a bug in xmlproperty there, looks like it tries to resolve DTDs at load time. File a bug on bugzilla, maybe even a patch if it motivates you - Original Message - From: sunyj [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Monday, October 28, 2002

Re: Copying Question vis-a-vis Windows NT

2002-10-28 Thread Steve Loughran
- From: Steve Loughran [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Monday, October 28, 2002 12:55 PM Subject: Re: Copying Question vis-a-vis Windows NT this is probably a system clock issue more than anything else: get all machines clocks in sync - Original

Re: Telnet optional task issue

2002-10-25 Thread Steve Loughran
What is the logon prompt? is it Logon: or something else? like Login:? - Original Message - From: [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Friday, October 25, 2002 4:40 AM Subject: RE: Telnet optional task issue yes without any issues Mark Russell PNC

Re: ant-developers. Change of behaviour of websphere element nested in ejbjar

2002-10-23 Thread Steve Loughran
- Original Message - From: George Spalding [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 22, 2002 11:54 PM Subject: ant-developers. Change of behaviour of websphere element nested in ejbjar Hi all. Theres feature in the weblogic nested task that I would like to

Re: Accessing system variables

2002-10-23 Thread Steve Loughran
- Original Message - From: Christian Cryder [EMAIL PROTECTED] To: Ant-User [EMAIL PROTECTED] Sent: Tuesday, October 22, 2002 4:32 PM Subject: Accessing system variables Is there anyway to access system variables within Ant? For instance, I'd like to do this: echo

Re: Accessing system variables

2002-10-23 Thread Steve Loughran
- Original Message - From: Erik Hatcher [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Tuesday, October 22, 2002 6:48 PM Subject: Re: Accessing system variables property environment=env/ will give you ${env.ANT_HOME}, but you'd be better off using ${ant.home}. Follow

Re: Looking for a Build Philosophy

2002-10-18 Thread Steve Loughran
- Original Message - From: Unchis, Debra [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 17, 2002 10:55 AM Subject: Looking for a Build Philosophy I mean I'm sure this can be simplified to build when it's necessary or when changes are made, but I find on my project

Re: Looking for a Build Philosophy

2002-10-18 Thread Steve Loughran
- Original Message - From: Malik, Yousuff [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Thursday, October 17, 2002 11:18 AM Subject: RE: Looking for a Build Philosophy Here are some of the best practices that I have found works 1)Nightly development and integration

Re: Looking for a Build Philosophy

2002-10-18 Thread Steve Loughran
- Original Message - From: Dominique Devienne [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Thursday, October 17, 2002 12:30 PM Subject: RE: Looking for a Build Philosophy Sadly, I'd have to concur with Scott. Treats are not enough, especially in a distributed

re: IDE

2002-10-18 Thread Steve Loughran
on the subject of IntelliJ early builds, I've been trying to grab a recent build, as I've been on build 642 for a while, and they are up at 660. But the server seems eternally busy right now, at least for downloads. Has anyone here got a recent intellij download? With working ant refactoring?

  1   2   3   4   5   6   >