Re: Trouble building 1.6.5 on RHEL 3 with java-1.4.2-ibm

2005-06-24 Thread Albert Chin
On Fri, Jun 24, 2005 at 07:59:30PM -0500, Albert Chin wrote: > I'm having trouble building ant-1.6.5 on RHEL 3/x86 with > java-1.4.2-ibm. > > $ rpm -qa | grep -i java-1.4.2-ibm > java-1.4.2-ibm-devel-1.4.2.0-1jpp_13rh > java-1.4.2-ibm-1.4.2.0-1jpp_13rh I removed the above packages and installed t

Trouble building 1.6.5 on RHEL 3 with java-1.4.2-ibm

2005-06-24 Thread Albert Chin
I'm having trouble building ant-1.6.5 on RHEL 3/x86 with java-1.4.2-ibm. $ rpm -qa | grep -i java-1.4.2-ibm java-1.4.2-ibm-devel-1.4.2.0-1jpp_13rh java-1.4.2-ibm-1.4.2.0-1jpp_13rh I have neither ant nor ant-libs. $ ./build.sh -Ddist.dir=/opt/TWWfsw/ant16 dist ... internal_dist: [mkdir] Creat

Ant 1.5.4: Why would one user get "TraxLiaison" and not do xslt correctly, and another user doesn't get "TraxLiaison" and it works

2005-06-24 Thread Karr, David
I built a build script that uses "style" to transform an XML file from an XSLT. It works fine for me. When another particular user runs the same script, with at least a similar environment, the transformation appears to be a "noop". My XSLT has a template that looks for a particular element with

RE: Unjar + Jar (check if up-to-date)

2005-06-24 Thread Dominique Devienne
> From: Pavel Krupets [mailto:[EMAIL PROTECTED] > > Problem is that it always unzip files. I want to check it before > unzipping. Pavel, I've used the custom extension of included below to deal with pretty much the same issue you're faced with. Just compile and taskdef it to start using it inst

Re: Unjar + Jar (check if up-to-date)

2005-06-24 Thread Alexey N. Solofnenko
I usually create a timestamp file with and use to see if zip file was updated. - Alexey. Pavel Krupets wrote: Hello, Problem is that it always unzip files. I want to check it before unzipping. With regards, Pavel Krupets --

Re: Unjar + Jar (check if up-to-date)

2005-06-24 Thread Pavel Krupets
Hello, Problem is that it always unzip files. I want to check it before unzipping. With regards, Pavel Krupets --- Jeffrey E Care <[EMAIL PROTECTED]> wrote: > Assuming that you preserve the timestamps on the files when you > unzip the > JARs initially the task should take care of this for you

Re: Unjar + Jar (check if up-to-date)

2005-06-24 Thread Jeffrey E Care
Assuming that you preserve the timestamps on the files when you unzip the JARs initially the task should take care of this for you automagically. JEC -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.co

Unjar + Jar (check if up-to-date)

2005-06-24 Thread Pavel Krupets
Hello, I need to unjar jar files into directory and then pack this folder into one jar. But I don't know how to check whether I need to update this jar or not (I need to check whether source jars are older or have same age as the target jar). Thank you! With regards, Pavel Krupets

Re: Remote Calls from Ant?

2005-06-24 Thread Chad Armstrong
Ah, good- someone had mentioned that there were ant tasks somewhere that might be able to do this. Just didn't know what they might be called. Thanks. On 6/24/05, Ninju Bohra <[EMAIL PROTECTED]> wrote: > Another option is to look at the / capabilities of the > ant-contrib project > > > Matt Ben

Re: Remote Calls from Ant?

2005-06-24 Thread Ninju Bohra
Another option is to look at the / capabilities of the ant-contrib project Matt Benson <[EMAIL PROTECTED]> wrote: telnet or ssh w/ nohup on the remote machine? -Matt --- Chad Armstrong wrote: > Hello, > I have an ant script running on an XP box that > needs to kick off a > script/process on a

Re: Remote Calls from Ant?

2005-06-24 Thread Matt Benson
telnet or ssh w/ nohup on the remote machine? -Matt --- Chad Armstrong <[EMAIL PROTECTED]> wrote: > Hello, > I have an ant script running on an XP box that > needs to kick off a > script/process on a separate linux box. Where should > I start looking > for a way to do this? (I know that is pre

Remote Calls from Ant?

2005-06-24 Thread Chad Armstrong
Hello, I have an ant script running on an XP box that needs to kick off a script/process on a separate linux box. Where should I start looking for a way to do this? (I know that is pretty general, but that is the crux of the challenge). thanks Chad --

SvnAnt 1.0.0 Release Candidate 1 Available

2005-06-24 Thread Daniel L. Rall
After much anticipation, the first release candidate of SvnAnt 1.0.0 is available for download! 1.0.0-rc1 is both a feature release, and extensive bug fix release. - IMPORTANT NOTE - This release of SvnAnt is built against a Subversion 1.2 client

RE: Ant 1.5.4: How to do general text transformations on a file?

2005-06-24 Thread Bill Rich
Try using < for the < character. Ant is in an XML file so you should use the element names for XML reserved characters. HTH Bill -Original Message- From: Karr, David [mailto:[EMAIL PROTECTED] Sent: Friday, June 24, 2005 8:47 AM To: Ant Users List Subject: RE: Ant 1.5.4: How to do genera

RE: Ant 1.5.4: How to do general text transformations on a file?

2005-06-24 Thread Jeffrey E Care
Are you escaping with a backslash or "<" ? -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/mantis "Karr, David" <[EMAIL PROTECTED]> wrote on 06/24/2005 11:47:11 AM: > Minor issue with thi

Re: Ant 1.6 API: Can't call War.addZipfileset() from JavaScript

2005-06-24 Thread Lou_Miranda
More info: It's interesting to note that the output from Ant 1.5.4 shows: [script] [EMAIL PROTECTED] [script] [EMAIL PROTECTED] ...whereas the output from Ant 1.6.2 shows: [script] reportSet.toString=fileRealm.properties [script] [EMAIL PROTECTED] Ant 1.5.4 seems to know what type

RE: Ant 1.5.4: How to do general text transformations on a file?

2005-06-24 Thread Karr, David
Minor issue with this: It appears that the regexp pattern cannot include the "<" character, even if it's escaped. This isn't mentioned in the documentation. In my case, it's relatively safe to just replace that with "." in the pattern, but I was wondering about this. > -Original Message--

[announce] Artifact Antlib for Maven 2.0 alpha 3 Released

2005-06-24 Thread Brett Porter
Hi, This is an announcement that along with the Maven 2.0 alpha 3 release, an updated version of the dependency management antlib has also been released. Thanks for all the feedback we received last time. Download: http://maven.apache.org/maven2/download.html#ant Documentation: http://maven.apach

Re: cvs update command

2005-06-24 Thread blackwater dev
Any more ideas on this? Thanks! On 6/23/05, blackwater dev <[EMAIL PROTECTED]> wrote: > Yes, the ant script and the cvs repository are on the same server. > > I looked in root and saw the details where: > :extssh:[EMAIL PROTECTED]:/usr/local/cvs > > I then took this and put it into the command.

Re: AW: AW: Multiple IFs, or IFs on tasks

2005-06-24 Thread Frank W. Zammetti
I may not have explained what I did very well... I have a base target that is like this: ... There's probably 10-15 more where you see the ... All the called targets are within the same build script. One of the targets that gets called from the build target is

AW: AW: Multiple IFs, or IFs on tasks

2005-06-24 Thread Jan.Materne
I wouldnt use for checking the properties - it creates a new project instance (I call that property-namespace :) and it´s difficult to return values. Jan >-Ursprüngliche Nachricht- >Von: Frank W. Zammetti [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 24. Juni 2005 15:32 >An: Ant Users

RE: Ant 1.5.4: How to do general text transformations on a file?

2005-06-24 Thread Karr, David
Duh. Optional tasks. Thank you. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 23, 2005 10:19 PM > To: user@ant.apache.org > Subject: AW: Ant 1.5.4: How to do general text > transformations on a file? > > > Just an idea > > > >

Re: Error in replaceregexp example

2005-06-24 Thread Michael Giroux
On 6/23/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > - > + > I'm pretty sure that the patch needs to be " + should be + - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: Performance difference between 1.6.1 and 1.6.4 (in eclipse)

2005-06-24 Thread Pollähne . Ullrich
Hi Dominique, > I did note that your run with the 2 ant seems to result in > different numbers > of calls to , , , etc... so we may not > be comparing > apples to apples 100%, but it's compelling enough that we > should look into > it. the different number of imports astonished me too. ;-) An

RE: Performance difference between 1.6.1 and 1.6.4 (in eclipse)

2005-06-24 Thread Dominique Devienne
> From: Pollähne. Ullrich [mailto:[EMAIL PROTECTED] > No this is no problem. Thanks for the data Ullrich. There's definitely a trend in your report indicating that 1.6.5 is slower than 1.6.2. for example takes on average .5s with 1.6.5, when it was more .1s with 1.6.2. 's also seem smaller. I d

Re: AW: Multiple IFs, or IFs on tasks

2005-06-24 Thread Frank W. Zammetti
Thank you Jan, that's a good approach too. FYI, I wound up taking a simple approach, after I thought about this some more... I simply have an antcall from one target to another that checks the second property. So it winds up being like a nested if in a sense... I would have to explain quite a bit

Re: Ant 1.5.4: How to do general text transformations on a file?

2005-06-24 Thread Jeffrey E Care
with the "byline" attribute set true. JEC -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/mantis "Karr, David" <[EMAIL PROTECTED]> wrote on 06/24/2005 12:31:08 AM: > Due to a bug in the

RE: Performance difference between 1.6.1 and 1.6.4 (in eclipse)

2005-06-24 Thread Pollähne . Ullrich
Hi Dominique, > That's interesting. What you are saying is that is expensive > because it creates a new project, which is known Ant wisdom > ;-) well this wasn't a problem until 1.6.3. ;-) > Would you mind sending the output of the performance listener > for the same > script (with heavy ) on