Setting property depend of other properties

2001-11-12 Thread Holger Danske
Hallo Ant-User. I want to set a new property depend on others properties, something like: Does anybody have an idea. TIA JD __ Gesendet von Yahoo! Mail - http://mail.yahoo.de Ihre E-Mail noch individueller

need ejb-jar to include remote interfaces

2001-11-12 Thread kimp
The ejb-jar task doesn't seem to include remote interfaces. Is there a way we can get this task to include them? Here is a snippet of our ejb-jar.xml: no description ActivityEJB ActivityEJB com.systemstanley.fitness.ejb.ActivityEntityHome com.systemstanley.fitn

signjar bug

2001-11-12 Thread Mark Claassen
I am using ant1.3 with netbeans. I am making the jars with a manifest, and this works like it should. But then I sign these jars, and when I do the manifest information gets erased. Has anyone tried this before? Mark - Mark Claassen Donnell Systems, Inc. 300 S. St. Louis B

Re: Test the value of a property

2001-11-12 Thread Shane_Curcuru
Yes, but in my case I'm doing the in the middle of a target that both gets called by other targets and calls other targets (because I'm trying to re-use worker targets that execute things; I re-call them with different s at various times). So I don't (yet*) see an easy way to switch to using an

removing stack trace on failed Junit tests

2001-11-12 Thread otisg
Hello, Is it possible to remove this stack trace printing when executing Junit tests? I don't see a attribute that would allow this... [junit] FAILED [junit] expected:<1> but was:<0> [junit] junit.framework.AssertionFailedError: expected:<1> but was:<0> [junit] at junit.

RE: Ant build - Solaris

2001-11-12 Thread Quintus, Guenter
Hi, thank you this helped! Now he is still increasing memory usage but at much more lower rate... ;-) I cannot add all of the jar's to the classpath because during the build process 2 are created und used... ;-) Thank you! ;-) cu, Guenter -Original Message- From: Johan Adelöw [mailto:

RE: JUnit/JUnitReport Question

2001-11-12 Thread Stephane Bailliez
I'm not really sure what you want to achieve, but if I really understand correctly, you need to parse your .java file and get the comments from each TestCase class and test* methods. If you achieve to do this and you export the result as a structured XML, you can then merge your XML with the mer

JUnit/JUnitReport Question

2001-11-12 Thread Peter Shillan
Hi there, I have a question about JUnit/JUnitReport tasks. I was to include my class and test method comments at the relevant place in the JUnitReport HTML files as if I can do this, I can read the intent of the test and see why it failed etc. all in one place. As a first step, I copied the styl

Re: Looping in ANT

2001-11-12 Thread Manik Surtani
Hi there. Still a bit messy, but at least it seems to work. Build.xml is much cleaner now - and faster, too! Thanks! - Manik Peter Mularien wrote: >Hi Manik - > >I would suggest using antcall tasks in your script loop. For example: > > > > > > > >for (i=0; i<10; i++) >{ >

Re: Prompt

2001-11-12 Thread Diane Holt
--- Paul Perevalov <[EMAIL PROTECTED]> wrote: > I do all my development on windows, for unix "con" should be replaced on > "/dev/stdin". You can hardcode this :) or just add a little code snippet > to make this target platform independent (I didn't test it on unix, so > probably you have to test i

Re: Ant 1.4.1: apply skipemptyfilesets does not work

2001-11-12 Thread Stefan Bodewig
will be fixed in Ant 1.5. Stefan -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Looping in ANT

2001-11-12 Thread Diane Holt
--- Manik Surtani <[EMAIL PROTECTED]> wrote: > Also, it is not possible to use the tags to envelope a set of > tasks to loop through, such as: > >