ant api for analyzing dependencies

2008-03-21 Thread Slava Gonahchan
Hello, good folks. I need to resolve dependencies of my project. Can ant analyze dependencies of source files? Or it is only for class files? Anyway i tried using it: --- public static AntAnalyzer analyzer=new AntAnalyzer(); ... analyzer.addRootClass("org.apache.tools.ant.types.

Re: xslt version

2008-03-21 Thread Z W
Hi I just downloaded saxon9-0-0-4j.zip file. There are a few jar files. Do I need to put all the jar files into ant/lib to get XSLT 2.0 to work ? Or do I just copy saxon9-ant file only ? thanks - To unsubscribe, e-mail: [EMAIL P

Re: xslt out of memory

2008-03-21 Thread Z W
Martin I'm not sure what XQuery does and have no time to look into it to learn to use it. Remi I don't think I have recursion problem. Folks, How to I increase the heap size in the Windows Ant bat file ? I cant seem to find it. How does one also include the stack size in Windows Ant ? I never add

OSGi and Ant

2008-03-21 Thread Luca Ferrari
Hi, does anybody knows if there's any kind of extension of Ant to simplify the definition of an OSGi bundle? Just curios Thanks, Luca - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

Re: JavaC and sourcepath

2008-03-21 Thread Scot P. Floess
Hmm, I wonder if you can do something by enabling listfiles output to the javac task? Or verbose? Anyway that may help you some... Raja Nagendra Kumar wrote: Hi, Let me rephrase my need.. We are a organisation, which use open source and also lot of common library to develop j2me applicatio

Re: JavaC and sourcepath

2008-03-21 Thread Scot P. Floess
Very very interesting. I understand. I'll have to give this some thought. Raja Nagendra Kumar wrote: Hi, Let me rephrase my need.. We are a organisation, which use open source and also lot of common library to develop j2me applications. Any new J2ME application we develop, we either start fr

RE: xslt out of memory

2008-03-21 Thread remi.clavier
Verify that you don't have infinite recursion in your stylesheet It's the most frequent cause of that... -Message d'origine- De : Z W [mailto:[EMAIL PROTECTED] Envoyé : jeudi 20 mars 2008 17:13 À : Ant Users List Objet : xslt out of memory Hi Is there a workaround to this issue ?