Ant and CCC-harvest

2004-12-13 Thread Neta Bar Tal
Hi, I was wondering if someone is working with ant and ccc_harvest ( a version control system ). are there any tasks for this tool. thanks in advance Neta Bar-Tal * 972-9-7960521 [EMAIL PROTECTED] The information contained in this message is proprietary of Amdocs, protected from

RE: ANT: JAVAC (No Class Files For an Incomplete Build)

2004-08-12 Thread Neta Bar Tal
is, hardly any classes have references to those 5. But still I do not see even 1 class file produced. I think the problem is arising from ANT. I have specified the failOnError param as below. Please let me know if anything looks wrong. -Ranga -Original Message----- From: Neta Bar Tal

RE: ANT: JAVAC (No Class Files For an Incomplete Build)

2004-08-12 Thread Neta Bar Tal
Hi Ranga, The problem you describe is a javac way of work , when it fails in compilation it stops creating classes and just gives you Compilation errors. So in the worst case no classes are generated.. netaB -Original Message- From: Thittai, Ranganathan N. [IE] [mailto:[EMAIL PRO

compare task?

2004-07-20 Thread Neta Bar Tal
Hi all, I want to compare two files (size of jars for example). Is there any ant task that do such a thing? thanks in advance Neta Bar-Tal * 972-9-7960521 [EMAIL PROTECTED] The information contained in this message is proprietary of Amdocs, protected from disclosure, and may be

ejb tasks

2004-06-06 Thread Neta Bar Tal
Hi All, do anyone know if there is a possibility to run something like failonerror="false" for ejb tasks? Neta Bar-Tal * 972-9-7960521 [EMAIL PROTECTED] The information contained in this message is proprietary of Amdocs, protected from disclosure, and may be privileged. The info

RE: Problem to set property with refid

2004-06-03 Thread Neta Bar Tal
Hi Vinod, You should list the packages into a file that will hold the property of src= ${src1} and the ${src2} and then in the attribute of srcdir just give the root of both packages And then run it in task of ant-contrib. It's just an example...:-)) netaB -Original Message- From: Iv

RE: Using Ant to build multitarget mixed C++/Java projects

2004-06-02 Thread Neta Bar Tal
I must say that as a java developer it is very easy to do what you are looking for . I'm using $ANT technology for something like 6 months and already did some great improvements using ANT tasks. I also tested the cpp tasks involving compiling .px files (apply task will help a lot). I come from m

Ant + .NET tasks

2004-05-24 Thread Neta Bar Tal
Hi All, I'd like to know if anyone is using these tasks ( or .NET tasks) in order to compile and link C/C++ applications. is it recommended? thanks in advance. netaB The information contained in this message is proprietary of Amdocs, protected from disclosure, and may be privileged. The info

working with .NET/gcc tasks

2004-05-24 Thread Neta Bar Tal
Hi All, I want to convert all my c++/.NET builds to work with ANT. does anyone have any experience with this issue. is it recommended? thanks in advance netaB The information contained in this message is proprietary of Amdocs, protected from disclosure, and may be privileged. The information i

RE: how to run a target with condition task?

2004-05-03 Thread Neta Bar Tal
Hi all, Thanks to Luis advice I used the ant-contrib and it worked just fine. Thanks Luis! Neta Bar-Tal * 972-9-7960521 [EMAIL PROTECTED] -Original Message- From: Conelly, Luis (GNF, Contractor) [mailto:[EMAIL PROTECTED] Sent: Monday: May 03: 2004 7:28 PM To: Ant Users List Subject

how to run a target with condition task?

2004-05-03 Thread Neta Bar Tal
Hi All, I'm trying to create the following example: run if failed run is there a way to do it with ant? thanks in advance. netaB The information contained in this message is proprietary of Amdocs, protected from disclosure, and may be privileged. The information is intended to be conve