Re: Ant Dojo Compression

2006-09-11 Thread Diego Chagastelles
JM, the last problem I solved. Now, I don´t know what to do with this problem: BUILD FAILED java.lang.NoSuchMethodError: org.mozilla.javascript.Context.compressScript (Lorg/mozilla/javascript/Script;I)Ljava/lang/String; Do you know what it might be? On 9/11/06, Diego Chagastelles <[EMAIL PROTE

Re: Ant Dojo Compression

2006-09-11 Thread Diego Chagastelles
JM, I tried to configure the task, but with these configuration my IDE doesn´t find the class. Message: "Reference not found" the classpathref property is not required. Should I keep it? On 9/9/06, Diego Chagastelles <[EMAIL PROTECTED]> wrote: Thank you! Thats what I was looking for! On 9

RE: Question

2006-09-11 Thread Chun Ji
Cobertura, by analyzing the bytecode, can tell which classes are interfaces. And since interfaces have no executable code, there is nothing to "cover" with a test case. That is why these interface classes are not copied to your instrumented directory by the task . So if you really need these

Re: How to use Qoutes with arg element

2006-09-11 Thread Daniel Blaukopf
Hi Nagender, The previous answers are correct. However, I suspect that in your case you have no need to use quotes. Does the following work? Regards, Daniel Mathieu Champlon wrote: > Nagender Malik a écrit : >> Hi All, >> >> How to use ""(quotes) in the elements: >> >> For example: >

Re: Invoking Ant XML fragments (Was:Re: Adding variable no of elements to task)

2006-09-11 Thread Antoine Levy-Lambert
Hello Holger, you can generate a XML file which will be basically a mini ant build file and get it started using the task. to generate the XML file you can use the XMLTask or use another stylesheet. Regards, Antoine Original-Nachricht Datum: Mon, 11 Sep 20

Re: How to use Qoutes with arg element

2006-09-11 Thread Nagender Malik
Thankx a Lot, MAT & Keith Regards, Nagender - Original Message - From: "Mathieu Champlon" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Monday, September 11, 2006 6:25 PM Subject: Re: How to use Qoutes with arg element > Nagender Malik a écrit : > > Hi All, > > > > How to use ""(quot

Re: How to use Qoutes with arg element

2006-09-11 Thread Mathieu Champlon
Nagender Malik a écrit : Hi All, How to use ""(quotes) in the elements: For example: Please suggest.. Here is what I usually do... MAT. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

RE: How to use Qoutes with arg element

2006-09-11 Thread Keith Hatton
This should work. It's just like putting special characters into an HTML document. Please keep the thread on the mailing list. HTH Keith -Original Message- From: Nagender Malik [mailto:[EMAIL PROTECTED] Sent: 11 September 2006 13:50 To: Keith Hatton Subject: Re: How to use Qoutes wit

RE: How to use Qoutes with arg element

2006-09-11 Thread Keith Hatton
" HTH Keith -Original Message- From: Nagender Malik [mailto:[EMAIL PROTECTED] Sent: 11 September 2006 13:41 To: Ant Group Subject: How to use Qoutes with arg element Hi All, How to use ""(quotes) in the elements: For example: Please suggest.. regards, Nagender -

How to use Qoutes with arg element

2006-09-11 Thread Nagender Malik
Hi All, How to use ""(quotes) in the elements: For example: Please suggest.. regards, Nagender

RE: antcontrib:for

2006-09-11 Thread Michael Clark
If you really need to use the property reference to property then I think there is another ant task for that. The task allows you to build property names from properties. Have you tried PopertyCopy ? Hope this helps -Original Message- From: Ray Madigan [mailto:[EMAIL PROTECTED] Sent: Su

Re: Invoking Ant XML fragments (Was:Re: Adding variable no of elements to task)

2006-09-11 Thread Brian Agnew
I've not followed this conversation in detail, but you can use XMLTask to create a new build.xml and exec a new copy of Ant solely to execute this. Brian On Mon, September 11, 2006 11:08, Holger Rauch wrote: > Hi Antoine, > > after googling a bit, I found this: > > http://www.oopsconsultancy.com/

AW: Invoking Ant XML fragments (Was:Re: Adding variable no of elements to task)

2006-09-11 Thread Jan.Materne
You also could do - create a new buildfile - invoce that buildfile not tested... Jan >-Ursprüngliche Nachricht- >Von: Holger Rauch [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 11. September 2006 12:08 >An: user@ant.apache.org >Betre

Invoking Ant XML fragments (Was:Re: Adding variable no of elements to task)

2006-09-11 Thread Holger Rauch
Hi Antoine, after googling a bit, I found this: http://www.oopsconsultancy.com/software/xmltask/#examples => It's possible to create an XML fragment describing the task (including the elements for the stylesheet parameters) But that leads me to a totally different question: Is it possible