Re: ANT Task

2005-06-08 Thread Alexey N. Solofnenko
If I am not mistaken, you tag file revisions that are currently loaded in your sand box. If you used ClearCase with dynamic view the files could be changed on a fly, but with CVS it will not happen. - Alexey. S I wrote: Here's then another question: Normally, I tag cvs repository as soon as

Re: ANT Task

2005-06-08 Thread S I
quot;Ant Users List" Delivered-To: mailing list user@ant.apache.org X-ASF-Spam-Status: No, hits=0.0 required=10.0tests= X-Spam-Check-By: apache.org X-Sybari-Trust: a51e9087 310387b0 ff2cfa98 013d User-Agent: Mozilla Thunderbird 1.0+ (Windows/20050608) References: <[EMAIL PROTECTED]>

Re: ANT Task

2005-06-08 Thread Alexey N. Solofnenko
I do not think anybody really cares if you skip few build numbers, but CVS tagging can be expensive, so it is better to do it after your build successfully finishes. - Alexey. S I wrote: Hi I have my ant script to tag our cvs repository projects with the build# recursively after modifying c

ANT Task

2005-06-08 Thread S I
Hi I have my ant script to tag our cvs repository projects with the build# recursively after modifying couple of files and continue to do the build. However, if the build down the line fails, I do not have any failsafe mechanism to untag or undo, so I could reuse the same tag and since my bu

RE: sshexec error handling

2005-06-08 Thread Dick, Brian E.
I got it working with "if", but your version is shorter. Thanks. -Original Message- From: Alexey N. Solofnenko [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 08, 2005 3:52 PM To: Ant Users List Subject: Re: sshexec error handling Like in C: "cmd1 && cmd2" - Alexey. Dick, Brian E. wro

Re: sshexec error handling

2005-06-08 Thread Alexey N. Solofnenko
Like in C: "cmd1 && cmd2" - Alexey. Dick, Brian E. wrote: I need to execute two commands with sshexec. How can I get sshexec to fail when the first command fails? Later, BEDick -- / Alexey N. Solofnenko home: htt

sshexec error handling

2005-06-08 Thread Dick, Brian E.
I need to execute two commands with sshexec. How can I get sshexec to fail when the first command fails? Later, BEDick

RE: Urgent help-Regarding startup and showdown script for jboss

2005-06-08 Thread Srikrishna_Parthasarathy
I tried thisbut I don't why I am getting response code 500. It is better than before but not complete. Any ideas to fix the problem [dbaweb] /home/jboss/BaseServer> ant -verbose -f jboss.xml jboss.start Apache Ant version 1.6.4 compiled on May 19 2005 Buildfile: jboss.xml Detected Java versio

Re: Including properties files in my buld.xml file

2005-06-08 Thread Jeffrey E Care
-- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/mantis Paul Goepfert <[EMAIL PROTECTED]> wrote on 06/08/2005 12:32:04 PM: > Hi, > > I have a properties file that is located in my sourc

RE: Including properties files in my buld.xml file

2005-06-08 Thread Kajsa.Anderson
Take a look at the target - http://ant.apache.org/manual/CoreTasks/copy.html > -Original Message- > From: Paul Goepfert [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 08, 2005 11:32 AM > To: user@ant.apache.org > Subject: Including properties files in my buld.xml file > > > Hi, > >

Including properties files in my buld.xml file

2005-06-08 Thread Paul Goepfert
Hi, I have a properties file that is located in my source directory and when I build my program I would like it to be moved to my classes directory automatically. What do I have to include in my build xml file to do this? By the way this is a web app that I am developing. I don't have

Re: How to include an empty folder in a ZIP file

2005-06-08 Thread Matt Benson
--- S I <[EMAIL PROTECTED]> wrote: > Question: Does the new version of Ant's zip task > which NOW includes empty > dirs, smart enough NOT to include cvs subdirs or I > have to tell it to, > specifically? Ignoring CVS and other similar (often present, rarely wanted) files and directories is part

Re: type not supported by task?

2005-06-08 Thread Matt Benson
Eric: Without consulting the code (much)... if you want your custom task to recognize any of where mytypea|b|c all have one base class, you will want to make each type available with a typedef and then the code you have--addConfigured(BaseTypeClass o)--should work. Beyond that

type not supported by task?

2005-06-08 Thread Eric Tchepannou
Hello, I am developing an ant task extension but face problems to have it running from the buildfile. I get an error stating that a certain custom type of mine is not supported by my task. I think I know where the problem might come from: I have implemented multiple types that I have defined as e

Re: How to include an empty folder in a ZIP file

2005-06-08 Thread S I
Question: Does the new version of Ant's zip task which NOW includes empty dirs, smart enough NOT to include cvs subdirs or I have to tell it to, specifically? Thanks Steven Original Message Follows From: Jeffrey E Care <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: "Ant Users Lis

RE: Ant Task: < Zip>

2005-06-08 Thread S I
Thank you. I'm still running version 1.6.2. I guess I'll upgrade. Thanks again :) Original Message Follows From: "David Resnick" <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: "'Ant Users List'" Subject: RE: Ant Task: < Zip> Date: Wed, 8 Jun 2005 09:15:06 +0300 MIME-Version: 1.0 R

Re: cvschangelog for Subversion?

2005-06-08 Thread Henri Yandell
I was thinking more along the lines of execing: 'svn log --xml' then using an xslt to convert that to the output of . Anyone tried that? Hen On 6/7/05, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Tue, 7 Jun 2005, Henri Yandell <[EMAIL PROTECTED]> wrote: > > > An issue hit in looking to mov

RE: Urgent help-Regarding startup and showdown script for jboss

2005-06-08 Thread Shatzer, Larry
Have you looked at the task? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 08, 2005 6:58 AM To: user@ant.apache.org Subject: Urgent help-Regarding startup and showdown script for jboss The following script start and stops JBOSS . But the ta

Urgent help-Regarding startup and showdown script for jboss

2005-06-08 Thread Srikrishna_Parthasarathy
The following script start and stops JBOSS . But the target jboss.start is successful before the server is actually started. Is there a way to make the target Successful only when it is actually started . Eager to receive ideas Eager to receive the newgroup comments.

Re: How to include an empty folder in a ZIP file

2005-06-08 Thread Jeffrey E Care
There is a regression in 1.6.2 that prevents empty directories from being included in ZIP files. IIRC this was corrected in 1.6.3 -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/mantis

cc task

2005-06-08 Thread hind.lwahhabi
Hello gentle people! I just found out that there are c/c++ tasks in the ant-contrib project. Is there another resource for such a task? If someone already tried this non-java gymnastic please help. Many thanks. -Original Message- From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] Sent: Wed

RE: solved / was [antcontrib] foreach problem: sourceforge

2005-06-08 Thread hind.lwahhabi
about ant-contrib: is there a problem with sourceforge server these days?it seems i can not access the ant-contrib homepage. -Original Message- From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] Sent: Wed 6/8/2005 11:22 AM To: Ant Users List Subject: solved / was [antcontrib] foreach probl

solved / was [antcontrib] foreach problem

2005-06-08 Thread Rebhan, Gilbert
Hi, for anyone else running into that gotcha , here's the solution = The targetdependency in my buildscript was guilty for that strange behaviour. I had : build as defaulttarget had the dependency -> depends="init,checkout" where target init = brings the into the script target checkout

SOLVED: ZipException on javac task moving from jdk1.4 to jdk1.5

2005-06-08 Thread Fabricio M. Sanchez
Thank you very much, problem is solved! Maurice, my JAVA_HOME was set to the correct jdk 1.5.0_03 that was being used by my javac task (I unistalled jdk 1.4.2 to be sure!), thanks for that! Stefan and Peter, bingo! I did have generated .class files on my classpath!!! I followed Peter's advice an

[antcontrib] foreach problem

2005-06-08 Thread Rebhan, Gilbert
Hi, i have some strange behaviour with antcontrib's foreach task. I have a propertyfile like this : modul.1=Project1:v_1_2_4_25 modul.2=Project with spaces:thi_1_2_4_25 modul.list=${modul.1},${modul.2}, My buildscript : Modul