RE: War update = true

2004-02-25 Thread Ciramella, EJ
Ahhh, that makes perfect sense Thanks for shedding some light on the subject. -Original Message- From: Keith Hatton [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 4:11 AM To: Ant Users List Subject: RE: War update = true -Original Message- >> So when is war/upt

RE: War update = true

2004-02-24 Thread Ciramella, EJ
So when is war/uptodate="true" valuable (or zip/jar/war/ear for that matter)? -Original Message- From: Matt Benson [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 24, 2004 4:48 PM To: Ant Users List Subject: Re: War update = true --- "Ciramella, EJ" <[EMAIL P

War update = true

2004-02-24 Thread Ciramella, EJ
Has anyone else noticed that the war task with the update="true" setting takes longer than simply recreating the war? I've been testing this by running my war building task, then changing one jsp file, then re-running my war building task. On average, it's 10 - 15 seconds faster to build the war

RE: javac compiler exception

2004-02-03 Thread Ciramella, EJ
I've seen similar results when there is something in the classpath that has a space in it. If you are on windows, if someone copies/pastes a duplicate file, it gets "Copy of" as a prefix. -Original Message- From: CONANT,PATRICK (HP-FtCollins,ex1) [mailto:[EMAIL PROTECTED] Sent: Tuesday, F

RE: delete cvs dirs

2004-01-22 Thread Ciramella, EJ
whoops, the following works... -Original Message- From: Ciramella, EJ [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 3:15 PM To: 'Ant Users List' Subject: delete cvs dirs I would like to delete all the CVS directories in the build t

delete cvs dirs

2004-01-22 Thread Ciramella, EJ
I would like to delete all the CVS directories in the build tree. Here is my target: Here is the message I get and nothing gets deleted: [delete] DEPRECATED - Use of the implicit FileSet is deprecated. Use a nested fileset element instead. What am I doing wrong

More CVS help...

2004-01-21 Thread Ciramella, EJ
I have put C:\cygwin\bin in my path but when I try the simplest cvs get: I get the following error: Unexpected element "cvs" If I echo out my path, I can see that C:\cygwin\bin is in the path. What am I doing wrong?

RE: error while building in Redhat...

2003-10-30 Thread Ciramella, EJ
jar -tvf works, so they aren't hosed. -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2003 6:18 PM To: Ant Users List Subject: Re: error while building in Redhat... EJ, > naw, I tried that a while ago, the user I'm using has all the prop

ANT 1.6

2003-09-16 Thread Ciramella, EJ
I haven't been successful tracking down a release date for this bugger. Is there any hint at a timeframe for the 1.6 release?

RE: Incremental builds with VSS

2003-09-11 Thread Ciramella, EJ
the VSS task also doesn't preserve the modified date. Try something like this: -Original Message- From: Ciramella, EJ [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 1:50 PM To: 'Ant Users List' Subject: RE: Incremental builds wit

RE: Incremental builds with VSS

2003-09-11 Thread Ciramella, EJ
use the exec task and call ss.exe directly -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 1:12 PM To: [EMAIL PROTECTED] Subject: Incremental builds with VSS My build file gets the files from VSS (Visual Source Safe) to a local dire

RE: EJBC question...

2003-09-09 Thread Ciramella, EJ
ginal Message- From: Conor MacNeill [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2003 8:21 PM To: Ant Users List Subject: Re: EJBC question... On Tue, 9 Sep 2003 07:46 am, Ciramella, EJ wrote: > Ok, I'm having a crisis with a weblogic ejbc task. > > If our network has an

RE: Ant just hangs....

2003-09-09 Thread Ciramella, EJ
quot;. Anyone has an idea? Patrick > -Original Message- > From: "Ciramella, EJ" <[EMAIL PROTECTED]>@SUNGARD > Sent: lundi 8 septembre 2003 19:34 > To: 'Ant Users List' > Subject: Ant just hangs > > Has anyone else had problem

RE: EJBC question...

2003-09-09 Thread Ciramella, EJ
ginal Message- From: Conor MacNeill [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2003 8:21 PM To: Ant Users List Subject: Re: EJBC question... On Tue, 9 Sep 2003 07:46 am, Ciramella, EJ wrote: > Ok, I'm having a crisis with a weblogic ejbc task. > > If our network has an

Recorder problems...

2003-08-14 Thread Ciramella, EJ
I just started using a recorder to capture the bulk of what is happening within my builds. Funny thing though, I would like to include the log from the recorder as a bill of materials, but when trying to zip it, I get an error message saying I can't (I'm using recorder/action=stop before I try to

Maven integration...

2003-07-14 Thread Ciramella, EJ
Has anyone used Maven with VSS? I'm really curious as to how to properly point Maven at our VSS repository.

RE: includesfile

2003-07-10 Thread Ciramella, EJ
PM To: Ant Users List Subject: RE: includesfile Is your file located relative to your basedir? You might need to use an absolute path. -Original Message----- From: Ciramella, EJ [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 11:20 AM To: 'Ant Users List' Subject: RE: incl

RE: includesfile

2003-07-10 Thread Ciramella, EJ
see http://ant.apache.org/manual/index.html --> Concepts and Types Christian > Von: Ciramella, EJ [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 10. Juli 2003 18:06 > An: 'Ant Users List' > Betreff: includesfile > > > could someone give an e

includesfile

2003-07-10 Thread Ciramella, EJ
could someone give an example of using a fileset with an includes file attribute?

RE: building incrementally

2003-06-23 Thread Ciramella, EJ
There's two ways to go about this... You can try to bump up the memory allocated using ANT_OPTS or the memory config settings within the javac task or you can break up the build into sub projects (ideal). If it's possible to have a build that puts together your projects frame work and other com

RE: problems with javac...

2003-06-05 Thread Ciramella, EJ
ECTED] Sent: Wednesday, June 04, 2003 1:09 PM To: Ant Users List Subject: Re: problems with javac... Do you really mean that your javac.exe was deleted or not in the path ? - Original Message - From: "Ciramella, EJ" <[EMAIL PROTECTED]> To: "'Ant Users List'&

RE: problems with javac...

2003-06-05 Thread Ciramella, EJ
support paths with embedded spaces. Can you give a snippet of your build file so that I find out what went wrong ? Antoine - Original Message - From: "Ciramella, EJ" <[EMAIL PROTECTED]> To: "'Ant Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, Ju

RE: problems with javac...

2003-06-05 Thread Ciramella, EJ
Whoops, I should have been more specific - I'm running last nights ant build and java 1.4.1_03 -Original Message- From: Ciramella, EJ [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 12:58 PM To: 'Ant Users List' Subject: problems with javac... anyone get an e

problems with javac...

2003-06-05 Thread Ciramella, EJ
anyone get an error like Error running javac.exe compiler? And if so, what went wrong? I was using ant to build up my httpunit tests and all of a sudden I started getting this error instead of things compiling.

RE: auto notification question...

2003-03-26 Thread Ciramella, EJ
ogger?! :) On Wednesday, March 26, 2003, at 11:06 AM, Ciramella, EJ wrote: > Has anyone done some sort of auto notification? Since 3/4 of the > builds > done here are nmake and bat file based (the only ant related builds > are the > ones I've gotten time to convert), I&#x

auto notification question...

2003-03-26 Thread Ciramella, EJ
Has anyone done some sort of auto notification? Since 3/4 of the builds done here are nmake and bat file based (the only ant related builds are the ones I've gotten time to convert), I'd like to have an email sent out saying the builds completed. With the ant build, that's no problem, there are t

RE: Passing a file list to ANT javac task

2003-03-21 Thread Ciramella, EJ
The time it takes to find all the java files by using the examples can't be that long. We have something like 2800 files that get compiled and it takes < 1 minute (we have nice hardware here). If a second "compile" is run and nothing needed it takes < 4 seconds. Could you paste in your target an

xerces

2003-03-17 Thread Ciramella, EJ
What version of XERCES is packaged with ant?

?????Anyone written an Ant shell yet?

2003-03-13 Thread Ciramella, EJ
as far as calling the targets, you can call ant with multiple command line arguments like: and clean compile jar all on one line... -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 12:12 PM To: Ant Users List Subject: Re: AW: Anyone written

RE: EJB helpers...

2003-03-11 Thread Ciramella, EJ
Subject: RE: EJB helpers... Are you using winzip to view your jar files? If so there is a bug in ANT 1.5.1 that you can't see the contents of jars when using winzip. Try upgrading to ANT 1.5.2 or using a nightly build. Casey -----Original Message- From: Ciramella, EJ [mailto:[EMAIL PROTECTED]

RE: EJB helpers...

2003-03-11 Thread Ciramella, EJ
lper/*.class Jan Matèrne -Ursprüngliche Nachricht- Von: Ciramella, EJ [mailto:[EMAIL PROTECTED] Gesendet am: Dienstag, 11. März 2003 16:38 An: 'Ant Users List' Betreff: EJB helpers... I'm having problems including helper classes in my ejbs. Here's the scenario, some (but not all)

RE: Bucles in ANT

2003-02-28 Thread Ciramella, EJ
The bigger question is what are you tying to do with the loop? -Original Message- From: Jorge San José [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 5:52 AM To: Ant-User-Help; ant-User Subject: Bucles in ANT Hi dear list, Can I put LOOPS in a builfile? For example: For, while