Warnings for javac on console

2009-07-24 Thread Knuplesch, Juergen
Hello, I want to see warnings of javac on the console to collect them in Hudson. But there are no warnings shown on the console, but Eclipse shows a lot of warnings. How can I make them visible? Greetings Juergen -- Jürgen Knupleschwww.icongmbh.de icon Systemhaus GmbH

AW: remotely call Ant script?

2009-09-28 Thread Knuplesch, Juergen
With antcontrib, you can start an "Antserver" that can start targets triggered from a remote machine. -- Jürgen Knupleschwww.icongmbh.de icon Systemhaus GmbHTel. +49 711 806098-275 Sophienstraße 40 D-70178 Stuttgart Fax.

AW: Ant xslt task dand fatal errors

2009-09-30 Thread Knuplesch, Juergen
There is a try catch in antcontrib, that I use... -- Jürgen Knuplesch Von: Huditsch, Roman (LNG-VIE) [mailto:roman.hudit...@lexisnexis.at] Gesendet: Mittwoch, 30. September 2009 10:58 An: user@ant.apache.org Betreff: Ant xslt task dand fatal errors Hi eve

Out of memory

2009-10-06 Thread Knuplesch, Juergen
Hello, My build runs now with -Xmx1500m and still out of memory. It seems that the memory of big tasks I use is not garbage collected after I used them. (e.g. XSLT with saxon on the classpath, junit with 2200 tests...) The machine I use has not much more memory, so starting with -Xmx2000m faile

AW: Out of memory

2009-10-06 Thread Knuplesch, Juergen
of the trunk... Juergen -- Jürgen Knuplesch -Ursprüngliche Nachricht- Von: Stefan Bodewig [mailto:bode...@apache.org] Gesendet: Dienstag, 6. Oktober 2009 09:33 An: user@ant.apache.org Betreff: Re: Out of memory On 2009-10-06, Knuplesch, Juergen wrote: > My build runs now w

AW: Out of memory

2009-10-06 Thread Knuplesch, Juergen
: Out of memory On 2009-10-06, Knuplesch, Juergen wrote: > Hello, > Thanks for your answer! > Good to know, that there are known problems. Unfortunately they may not be. > I already fork the junit tests. Then the change I pointed at won't affect you since the classloader lea

AW: AW: Out of memory

2009-10-06 Thread Knuplesch, Juergen
of memory Knuplesch, Juergen wrote: > Hello, > > Thanks for your answer! > Good to know, that there are known problems. > > I already fork the junit tests. I even have parted the tests into three > parts, because of earlier challenges. > Memory eater is also junitrep

AW: AW: AW: Out of memory

2009-10-06 Thread Knuplesch, Juergen
-Ursprüngliche Nachricht- Von: Steve Loughran [mailto:ste...@apache.org] Gesendet: Dienstag, 6. Oktober 2009 14:21 An: Ant Users List Betreff: Re: AW: AW: Out of memory Knuplesch, Juergen wrote: > Hello Steve, > > I had my problems with junitreport before > >

How to rename a dir?

2009-10-07 Thread Knuplesch, Juergen
Hello, How do I simply rename a directory in ant? When I use move it copies the directory also I just want to rename the name of the directory! Juergen -- Jürgen Knuplesch - To unsubscribe, e-mail: user-unsubscr...@ant.apac

AW: How to rename a dir?

2009-10-07 Thread Knuplesch, Juergen
, Knuplesch, Juergen wrote: > Hello, > > How do I simply rename a directory in ant? > > When I use move it copies the directory also file="${dope.target.dirbase2}" todir="${dope.target.dirbase2.new}" /> > > I just want to rename the name of the dire

Xalan hinders saxon

2009-10-07 Thread Knuplesch, Juergen
d was: Any idea? Juergen -Ursprüngliche Nachricht- Von: Steve Loughran [mailto:ste...@apache.org] Gesendet: Dienstag, 6. Oktober 2009 14:21 An: Ant Users List Betreff: Re: AW: AW: Out of memory Knuplesch, Juergen wrote: > Hello Steve, > > I had my problems with juni

AW: Xalan hinders saxon: converting property values

2009-10-08 Thread Knuplesch, Juergen
Stuttgart 17655 USt-IdNr.: DE 811944121 -Ursprüngliche Nachricht- Von: Stefan Bodewig [mailto:bode...@apache.org] Gesendet: Donnerstag, 8. Oktober 2009 09:39 An: user@ant.apache.org Betreff: Re: Xalan hinders saxon On 2009-10-07, Knuplesch, Juergen wrote: > After taking xalan 2.7.1 into An

AW: Xalan hinders saxon: converting property values

2009-10-08 Thread Knuplesch, Juergen
: Donnerstag, 8. Oktober 2009 13:14 An: user@ant.apache.org Betreff: Re: Xalan hinders saxon: converting property values On 2009-10-08, Knuplesch, Juergen wrote: > Is there a way to convert in a property all "\" to "/" ?

AW: AW: Xalan hinders saxon: converting property values

2009-10-08 Thread Knuplesch, Juergen
hrer: Uwe Seltmann > HRB Stuttgart 17655 > USt-IdNr.: DE 811944121 > -Ursprüngliche Nachricht- > Von: Stefan Bodewig [mailto:bode...@apache.org] > Gesendet: Donnerstag, 8. Oktober 2009 13:14 > An: user@ant.apache.org > Betreff: Re: Xalan hinders saxon: converting property valu

AW: Ant and Java Forking

2009-10-12 Thread Knuplesch, Juergen
Hello, Please show a bit of your Java Code. Otherwise it is difficult to understand what you mean. What is happeneing? Did you ever start Ant sucessfully through a Java application? It is possible to do this! Why do you need to do it prgrammatically? "is because they both use JVM" Do you mean

AW: Creating a keygeneration task using ant.

2009-10-14 Thread Knuplesch, Juergen
Hello, Did I get this right? You want to delete the old signinformation in some jars? I do this by simply deleting the META-INF dir files using the jar task: I hope this helps. Juergen -- Jürgen -Ursprüngliche Nachricht- Von: Max Danielsson [mailto:max.daniels...@crlsweden.com] Ges

AW: using dynamic declarations..

2009-10-15 Thread Knuplesch, Juergen
Maybe use propertycopy from antcontrib package. Juergen -- Jürgen Knuplesch -Ursprüngliche Nachricht- Von: EetieD [mailto:k...@leanapps.com] Gesendet: Donnerstag, 15. Oktober 2009 11:32 An: user@ant.apache.org Betreff: using dynamic declarations.. Hi, I was wonde

Strange error in junit task

2009-10-21 Thread Knuplesch, Juergen
Hello, In I get the following error: D:\DopeBuildBase\Build\DopeBuildServer\dopebuild_ant.xml:1123: the archive cpjdope.jar doesn't exist What does this mean??? I expect a class not found exception, if a class is missing, but junit does not even start. The jar is where it should be. So what

AW: Strange error in junit task

2009-10-21 Thread Knuplesch, Juergen
711 806098-299 Geschäftsführer: Uwe Seltmann HRB Stuttgart 17655 USt-IdNr.: DE 811944121 -Ursprüngliche Nachricht- Von: Knuplesch, Juergen [mailto:juergen.knuple...@icongmbh.de] Gesendet: Mittwoch, 21. Oktober 2009 09:45 An: Ant Users List Betreff: Strange error in junit task Hello, In

AW: Setting Property to a path containing Space

2009-10-22 Thread Knuplesch, Juergen
Better use only arg without line. Then you give each argument alone. The syntax is: But probably you need quotes, because this is read bei windows batch stuff. By the way: I hate spaces in pathnames -- Jürgen Knupleschwww.icongmbh.de icon Systemhaus GmbH

AW: Setting Property to a path containing Space

2009-10-22 Thread Knuplesch, Juergen
, Oct 22, 2009 at 13:45, Knuplesch, Juergen wrote: > Better use only arg  without line. Then you give each argument alone. The > syntax is: > > > > > But probably you need quotes, because this is read bei windows batch stuff. > No you don't. ensures that whatever

Classpath and taskdef

2009-11-17 Thread Knuplesch, Juergen
Hello, I created a task called dope-task. This task gets the following exception, but only when I use Ant. I have the same functionality without Ant and everything works fine. I fear that this is a classptah issue. It happen s when parsing XML. I want to use the xmlparser of Java 1.6.0_17, but

AW: Classpath and taskdef

2009-11-17 Thread Knuplesch, Juergen
Hello, I found a solution: I set the Saxparser in my Antcall. The stacktrace showed (after analyzing it once more) that Ant is confusing the XML classes. Some come from Ant and some come from JDK1.6.0_17. So we tried to tell Ant, that he has to use the standard Saxparser of the JDK I use, using

AW: java bytecode produced by "Ant javac" different from "command line javac" bytecode

2009-11-20 Thread Knuplesch, Juergen
You probably use a different JDK (e.g. Eclipse uses his own javac) or different options. What exactly do you do in Ant javac and the other javac? -- Jürgen Knuplesch - Von: td.com [mailto:lydie.comp...@td.com] Gesendet: Freitag, 20. November 2009 16:40 An: user@ant.apache.org Betreff: jav

AW: problem with Excludes in the Ant.

2009-11-23 Thread Knuplesch, Juergen
Hello, As far as I know (see docu yourself): Explicit include overwrites exclude, so all .java files will be there. Greetings Juergen -- Jürgen Knupleschwww.icongmbh.de icon Systemhaus GmbHTel. +49 711 806098-275 Sophienstraße 40 D-701

AW: Compile with java 1.5_0.17 run junit tests with 1.6_14

2009-12-04 Thread Knuplesch, Juergen
Yes, in junit task there is a attribut called jvm="${dope.junittest.jvm2}" -- Jürgen Knupleschwww.icongmbh.de icon Systemhaus GmbHTel. +49 711 806098-275 Sophienstraße 40 D-70178 Stuttgart Fax. +49 711 80

AW: How to print out resulting classpath from a classpath variable?

2009-12-11 Thread Knuplesch, Juergen
Hello By the way: I use ant4eclipse to get the same classpath as Eclipse. I do it this way (I think Steve showed me that): classpath is a refid of a path -- Jürgen Knuplesch -Ursprüngliche Nachricht- Von: KARR, DAVID (ATTCINW) [mailto:dk0...@

AW: How to print out resulting classpath from a classpath variable?

2009-12-13 Thread Knuplesch, Juergen
h variable? > -Original Message- > From: Knuplesch, Juergen [mailto:juergen.knuple...@icongmbh.de] > Sent: Friday, December 11, 2009 9:04 AM > To: Ant Users List > Subject: AW: How to print out resulting classpath from a classpath > variable? > > Hello > > By the way: I u

AW: Filesets

2009-12-18 Thread Knuplesch, Juergen
Hello exclude name="**/pages"/> Takes all files from any subdir called "pages" but no subdir of pages Takes all files from any subdir called "pages" but and all files of subdirs of pages takes all files of subdirs of pages Takes all files that filenam starts with pages (second " added) T

AW: Eclipse Ant debugger

2009-12-21 Thread Knuplesch, Juergen
You have to start Ant as an Java application, without using the Ant plugin. -- Jürgen Knupleschwww.icongmbh.de icon Systemhaus GmbHTel. +49 711 806098-275 Sophienstraße 40 D-70178 Stuttgart Fax. +49 711 806098-299 Gesch

AW: ant log/output vs. unless/if on a target

2010-01-18 Thread Knuplesch, Juergen
Hello, The workaround is to use antconribs task to do what "if/unless" does. Greetings Juergen -- Jürgen -Ursprüngliche Nachricht- Von: Thomas Menzel [mailto:tmen...@brox.de] Gesendet: Montag, 18. Januar 2010 12:34 An: user@ant.apache.org Betreff: ant log/output vs. unless/if on a ta

AW: JAVA_HOME not interpreted on XP

2010-01-18 Thread Knuplesch, Juergen
Hello, What is your question? I always put JAVA_HOME/bin into the path variable and then it works. Greetings Juergen -- Jürgen Knuplesch -Ursprüngliche Nachricht- Von: "Stephan Müller" [mailto:stephanr.muel...@gmx.de] Gesendet: Dienstag, 19. Januar 2010 00:07 An: user@ant.apache.or

AW: ant log/output vs. unless/if on a target

2010-01-18 Thread Knuplesch, Juergen
Hello, Write your own logger, that runs internally with verbose, but filters out what you want. Greetings Juergen -- Jürgen Knuplesch -Ursprüngliche Nachricht- Von: Thomas Menzel [mailto:tmen...@brox.de] Gesendet: Dienstag, 19. Januar 2010 08:18 An: Ant Users List Betreff: RE: ant

Subversion and ANT

2010-02-01 Thread Knuplesch, Juergen
Hello, Where do I find a subversion ANT Task to download? I looked at http://ant.apache.org/antlibs/proper.html But I do not find the download for Subversion Task jar. Greetings Juergen -- Jürgen Knupleschwww.icongmbh.de icon Systemhaus GmbHTel. +49 711 806

Antlib Subversion

2010-02-02 Thread Knuplesch, Juergen
Hello, First: Thanks for the alternative links! Second: Thank you for this information. But... Maybe "someone" (Mr. Someone is difficult to find, I know... :-) ) should delete or change the information about the antlib for svn on the Ant home page, because it is confusing, when you google for s

AW: [ANN] Release of Ant 1.8.0

2010-02-10 Thread Knuplesch, Juergen
Thank you! -- Jürgen Knupleschwww.icongmbh.de icon Systemhaus GmbHTel. +49 711 806098-275 Sophienstraße 40 D-70178 Stuttgart Fax. +49 711 806098-299 Geschäftsführer: Uwe Seltmann HRB Stuttgart 17655 USt-IdNr.: DE 8119441

Setter in my own Anttask

2010-02-11 Thread Knuplesch, Juergen
Hello, I analyse a DOPE_task written for our project. In one of the setters an application is started. I have other setters that must start before this setter, because they have some attributes für the application. In what sequence the setters are executed? I guess in the sewuence I wrote them i

AW: Setter in my own Anttask

2010-02-12 Thread Knuplesch, Juergen
apache.org] Gesendet: Freitag, 12. Februar 2010 10:23 An: user@ant.apache.org Betreff: Re: Setter in my own Anttask On 2010-02-11, Knuplesch, Juergen wrote: > In what sequence the setters are executed? > I guess in the sewuence I wrote them into ma call inside my Antfile. There is no defined o

AW: Setter in my own Anttask

2010-02-12 Thread Knuplesch, Juergen
truth? Greetings Juergen -- Jürgen Knuplesch -Ursprüngliche Nachricht- Von: Stefan Bodewig [mailto:bode...@apache.org] Gesendet: Freitag, 12. Februar 2010 15:43 An: user@ant.apache.org Betreff: Re: Setter in my own Anttask On 2010-02-12, Knuplesch, Juergen wrote: >

AW: Setter in my own Anttask

2010-02-12 Thread Knuplesch, Juergen
GmbHTel. +49 711 806098-275 Sophienstraße 40 D-70178 Stuttgart Fax. +49 711 806098-299 Geschäftsführer: Uwe Seltmann HRB Stuttgart 17655 USt-IdNr.: DE 811944121 -Ursprüngliche Nachricht- Von: Knuplesch, Juergen [mailto:juergen.knuple

AW: Logging problem using Ant

2010-02-23 Thread Knuplesch, Juergen
Hello, I dont know what the problem is, but I know this kind of problems. I would try the following things: 1.Check the different classpaths (e.g. there might be a different version of a jar in ANT than on the classpath of your program etc...) 2.Increase the loglevel to verbose and see what AN

Setting environment variables

2010-02-24 Thread Knuplesch, Juergen
Hello, I want to run a dmake using ANT to compile some C-Source. There is a Batchfile that sets up some compiler environment variables. Now I want to run this Batchfile and then execute a dmake that uses these environment variables. Is it possible to get the environmet variables "inside" ANT? H

AW: Setting environment variables

2010-02-25 Thread Knuplesch, Juergen
Thanks for the answers. I use now Option 4a I played around by creating a .bat file that calls the settings .bat file through a Windows system variable. My ANT fills this system variable with the correct path. Afterwards in the .bat file I call ant again, to compile the sources: ANT sets the e

Jar and duplicate=preserve

2010-02-26 Thread Knuplesch, Juergen
Hello, I do the following to get some special files into a jarfile (Applet): There are two files in in both filesets that are added to the jar file. Under Windows the first file is added to the jar in the first jar task and not changed with the second jar task. Under Lin

AW: Jar and duplicate=preserve

2010-02-26 Thread Knuplesch, Juergen
r under linux would be a bug of Ant's packaging > tasks. > > Regards, > > Antoine > > > Knuplesch, Juergen wrote: >> Hello, >> >> I do the following to get some special files into a jarfile (Applet): >> >> >> >> &g

AW: nested ant cntrib for loops

2010-03-09 Thread Knuplesch, Juergen
Hello, I use antcontrib a lot and have no such problems. Please share a part of your code. Greetings Juergen -- Jürgen -Ursprüngliche Nachricht- Von: Klas K [mailto:k...@furingstad.nu] Gesendet: Mittwoch, 10. März 2010 07:16 An: user@ant.apache.org Betreff: nested ant cntrib for lo

Rename a dir

2010-03-25 Thread Knuplesch, Juergen
Hello, I want to rename a dir and used the following: But this moved all the files inside dirbase2 to dirbase2.new: [echo] finally message [move] Moving 14406 files to ... I just want to rename the dirname! I use ANT with Windows XP and this is a network path. Is a way

AW: Rename a dir

2010-03-26 Thread Knuplesch, Juergen
: Donnerstag, 25. März 2010 18:58 An: Ant Users List Betreff: Re: Rename a dir try using the todir attribute instead of tofile. I am not sure what the end result will be but this might be faster. Regards, Antoine Knuplesch, Juergen wrote: > Hello, > > I want to rename a dir and used the

AW: Ant xmlproperty question,Please help me

2010-03-26 Thread Knuplesch, Juergen
Hello, I use ant4eclipse a lot and encourage as well to use it. Greetings Jürgen -- Jürgen Knuplesch -Ursprüngliche Nachricht- Von: amasha [mailto:amasha_z...@hotmail.com] Gesendet: Freitag, 26. März 2010 09:49 An: user@ant.apache.org Betreff: Ant xmlproperty question,Please help me

AW: AW: Ant xmlproperty question,Please help me

2010-03-26 Thread Knuplesch, Juergen
@ant.apache.org Betreff: Re: AW: Ant xmlproperty question,Please help me Can you get me some script about ant4eclipse? and I want to use XmlTask! Would you have some suggestion? Thank you Knuplesch, Juergen wrote: > > Hello, > > I use ant4eclipse a lot and encourage as we

AW: Rename a dir

2010-03-26 Thread Knuplesch, Juergen
:26 An: Ant Users List Betreff: RE: Rename a dir Is this not what you are looking for? -Original Message- From: Knuplesch, Juergen [mailto:juergen.knuple...@icongmbh.de] Sent: Friday, March 26, 2010 2:04 AM To: Ant Users List Subject: AW: Rename a dir Thanks Antoine, The ANT

AW: delete task question

2010-03-26 Thread Knuplesch, Juergen
Please show us, what you want to do! If you just want to delete everything under a certain dir it should work with "**" in the fileset. -- Jürgen -Ursprüngliche Nachricht- Von: Shawn Castrianni [mailto:shawn.castria...@halliburton.com] Gesendet: Freitag, 26. März 2010 15:41 An: 'Ant

AW: AW: Rename a dir

2010-03-28 Thread Knuplesch, Juergen
gart 17655 USt-IdNr.: DE 811944121 -Ursprüngliche Nachricht- Von: Mike Stewart [mailto:mstew...@mgtplc.com] Gesendet: Freitag, 26. März 2010 16:59 An: Ant Users List Betreff: Re: AW: Rename a dir try: Mike S. >>> "Knuplesch, Juergen" 26/03/2010 14:3

Taskdef and classpath

2010-03-30 Thread Knuplesch, Juergen
Hello, I have an ANT-task that I call inside my buildfiles. I have access to the source of this task. I have problems with elements on the classpath, because I use different XML-parsers. How can I define my task in a way, that there are only the elements on its classpath (e.g. the xml parser),

Classloading with ANT in taskdefed tasks

2010-03-30 Thread Knuplesch, Juergen
Hello, I am working on the classloading issues (ANT 1.7.1). Is there any documentation? (still the same challenge as in my first mail, but now I studied a lot more) I want to know in what sequence (or how I can manipulate the sequence) the classloading happens, if I define a task using taskdef

AW: Classloading with ANT in taskdefed tasks

2010-03-30 Thread Knuplesch, Juergen
k in http://enitsys.sourceforge.net/ant-classloadertask/ -Ursprüngliche Nachricht- Von: Knuplesch, Juergen [mailto:juergen.knuple...@icongmbh.de] Gesendet: Dienstag, 30. März 2010 16:19 An: Ant Users List Betreff: Classloading with ANT in taskdefed tasks Hello, I am working on the classloading issues (ANT

AW: using task with XML Schema 1.1 and Saxon

2010-05-06 Thread Knuplesch, Juergen
Did you use the saxon tasks? I use Saxon for XSLT inside Ant and I installed the Saxon Anttasks -Ursprüngliche Nachricht- Von: Huditsch, Roman (LNG-VIE) [mailto:roman.hudit...@lexisnexis.at] Gesendet: Donnerstag, 6. Mai 2010 09:30 An: Ant Users List Betreff: AW: using task with XML Sche

Ant 1.7.1, Xalan and Java 1.6.0_17

2010-05-07 Thread Knuplesch, Juergen
Hello, I found out that the xalanimpl shipped with Ant1.7.1 is probably incompatible to Java1.6.0_17, because Java1.6 is shipped with a different xalan version When I run Ant together with Java 1,6.0_17 I get a certain error When I remove xalanimpl in the ANT lib dir I don't get this erro

AW: Ant 1.7.1, Xalan and Java 1.6.0_17

2010-05-07 Thread Knuplesch, Juergen
Hello, thanks for the response. No, I do not know a simple way to reproduce this. It happens in self defined task that parses xml. So it has to do with classpath issues and taskdef. The stacktrace shows that the classptahs are mixed up: com.sun.org.apache.xerces: This is the cp if the Java sdk

Java system property

2010-05-19 Thread Knuplesch, Juergen
Hello, I am using my self written Ant tasks and want to set a Java system property for this task. Is there a way to pass on Java system properties from the ANT to the task? I guess I have to add a certain attribute to my task an do it there... Greetings Juergen

AW: Java system property

2010-05-20 Thread Knuplesch, Juergen
ant tasks library of my day job - set the system property using Javascript and the script task for instance before invoking your task Regards, Antoine Original-Nachricht > Datum: Wed, 19 May 2010 16:56:07 +0200 > Von: "Knuplesch, Juergen" > An: "Ant U

AW: Getting ant to run all junit tests in a jar file

2010-05-20 Thread Knuplesch, Juergen
try this: -Ursprüngliche Nachricht- Von: Søren Krogh Neigaard [mailto:soeren.krogh.neiga...@systematic.com] Gesendet: Donnerstag, 20. Mai 2010 08:50 An: user@ant.apache.org Betreff: Getting ant to run all junit tests

Timeout in junit and sysout

2010-06-11 Thread Knuplesch, Juergen
Hello, some of our Junit tests run sometimes into the timeout I have set. Sadly we do not see any sysouts in my logs. Do I have to use system.out.flush or how can I make this sysouts visible? Juergen -- Jürgen Knupleschwww.icongmbh.de

AW: Timeout in junit and sysout

2010-06-13 Thread Knuplesch, Juergen
Thank you, Stefen, I will try this! -Ursprüngliche Nachricht- Von: Stefan Bodewig [mailto:bode...@apache.org] Gesendet: Samstag, 12. Juni 2010 06:40 An: user@ant.apache.org Betreff: Re: Timeout in junit and sysout On 2010-06-11, Knuplesch, Juergen wrote: > some of our Junit tests

AW: Timeout in junit and sysout

2010-06-15 Thread Knuplesch, Juergen
: Stefan Bodewig [mailto:bode...@apache.org] Gesendet: Samstag, 12. Juni 2010 06:40 An: user@ant.apache.org Betreff: Re: Timeout in junit and sysout On 2010-06-11, Knuplesch, Juergen wrote: > some of our Junit tests run sometimes into the timeout I have set. > Sadly we do not see any syso

AW: Timeout in junit and sysout

2010-06-18 Thread Knuplesch, Juergen
- Von: Stefan Bodewig [mailto:bode...@apache.org] Gesendet: Mittwoch, 16. Juni 2010 09:14 An: user@ant.apache.org Betreff: Re: Timeout in junit and sysout On 2010-06-16, Knuplesch, Juergen wrote: > I added the showoutput=true to my task. > Now I experience that the timeout does not wo

jar / zip task and duplicates

2010-06-18 Thread Knuplesch, Juergen
Hello, I want to create a jarfile out of sources with duplicate files. I want that all resources of a certain source (jarfile or fileset) independent from the timestamp go into the jar. If I do it in 2 steps and use update, the timestamp decides which file goes into the jar. If I do it

AW: Authenticating cvs extssh w/o getting prompted

2010-07-11 Thread Knuplesch, Juergen
Hello, in our environment this works with putty and generated keys stored in files. Regards Juergen -Ursprüngliche Nachricht- Von: gturek [mailto:g.tu...@niwa.co.nz] Gesendet: Montag, 12. Juli 2010 05:18 An: user@ant.apache.org Betreff: Authenticating cvs extssh w/o getting prompted A

AW: property passed via ant to build file not being set

2010-07-12 Thread Knuplesch, Juergen
Hello Eric, looks really strange! What is the value of label in the wrong case? Do both tests use the same versions of your buildfiles? (I echo the CVS version of my buildfiles) Maybe label is set by cc to the value ${label}, so {label} is not an indicator that label is not set, but the value

AW: Problems in installing APACHE ANT

2010-07-18 Thread Knuplesch, Juergen
Is Java installed? Show us your Console! ANT is now at version 1.8! Do you really want 1.6.5? -Ursprüngliche Nachricht- Von: Mukul Gupta [mailto:guptamukul...@gmail.com] Gesendet: Montag, 19. Juli 2010 06:14 An: user@ant.apache.org Betreff: Problems in installing APACHE ANT Hi, I have

AW: How to set new PATH, CLASSPATH and JAVA_HOME for whole build.xml?

2010-07-22 Thread Knuplesch, Juergen
Just use a Batch or shellfile, that calls Ant. Before you call Ant you set your environment. -Ursprüngliche Nachricht- Von: Ben Stover [mailto:bxsto...@yahoo.co.uk] Gesendet: Donnerstag, 22. Juli 2010 09:28 An: Ant Users Betreff: How to set new PATH, CLASSPATH and JAVA_HOME for whole buil

AW: Conditional target problem

2010-08-18 Thread Knuplesch, Juergen
I use the from ant-contrib combined with antcall or antcallback to have more flexibility on calling targets. I use properties like ${nocvs} to not use CVS, even when the target is executed (again using or unless) I have unless properties for CVS, junit, javadoc, compile . In your c

AW: Conditional target problem

2010-08-19 Thread Knuplesch, Juergen
Antcallback gives back some props you define -Ursprüngliche Nachricht- Von: Niklas Matthies [mailto:ml_ant-u...@nmhq.net] Gesendet: Mittwoch, 18. August 2010 15:55 An: Ant Users List Betreff: Re: Conditional target problem On Tue 2010-08-17 at 16:20h, Vimil Saju wrote on user: > I know a

<    1   2