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
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
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
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
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
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
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?
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
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?
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
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
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
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
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
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
Has anyone used Maven with VSS? I'm really curious as to how to properly
point Maven at our VSS repository.
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
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
could someone give an example of using a fileset with an includes file
attribute?
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
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'&
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
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
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.
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
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
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
What version of XERCES is packaged with ant?
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
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]
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)
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
32 matches
Mail list logo