RE: Tool for documenting Ant scripts

2007-11-20 Thread Hans Schwaebli
Thank you. But it does not seem to be the tool I have seen a while ago. The tool could reverse engineer the Ant scripts and create images which look like an UML class diagram. It would graphically show what other Ant scripts a certain script uses and by which other scripts it is used itself

AW: Specify non-top level target

2007-11-20 Thread Knuplesch , Jürgen
In the outline in Eclipse ther is a button, by which you can hide internal targets. Internal targets are targets without description. -- Jürgen -Ursprüngliche Nachricht- Von: mjdenham [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 20. November 2007 19:25 An: user@ant.apache.org Betref

RE: Tool for documenting Ant scripts

2007-11-20 Thread Rebhan, Gilbert
-Original Message- From: Hans Schwaebli [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 21, 2007 8:25 AM To: user@ant.apache.org Subject: Tool for documenting Ant scripts /* I once seen that there is a tool to document Ant scripts. I think it created HTML pages with images showing

Tool for documenting Ant scripts

2007-11-20 Thread Hans Schwaebli
I once seen that there is a tool to document Ant scripts. I think it created HTML pages with images showing how the scripts and tasks relate to each other. Can you please tell me the name of that tool so that I can download it? - Be a better sports nu

RE: Specify non-top level target

2007-11-20 Thread Rebhan, Gilbert
-Original Message- From: mjdenham [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 20, 2007 7:25 PM To: user@ant.apache.org Subject: Specify non-top level target /* My ant build file is getting quite long and has a lot of targets. When I view the ant file in Eclipse it can be difficu

AW: Specify non-top level target

2007-11-20 Thread Jan.Materne
Next step: you also could externalize targets into their own buildfile and that. The source code of the build file would be smaller. When having an "outline" the IDE should display the imported targets also, so you wont get a benefit here. Maybe you also could replace some helper targets with

AW: Regarding email change for ant

2007-11-20 Thread Jan.Materne
> > My old address is [EMAIL PROTECTED] > > And new address is [EMAIL PROTECTED] > > Send an email to > [EMAIL PROTECTED] > as well as [EMAIL PROTECTED], this > can be a single email with two recipients. Oh, the "from" adress is encoded in the "to"-adress ;) Jan

Re: How do I set a classpath for my custom task?

2007-11-20 Thread Ramu Sethu
HI todd Have you tried the following option ?? 1. -lib option 2. classpath attribute in taskdef On Nov 21, 2007 2:15 AM, todd runstein <[EMAIL PROTECTED]> wrote: > I'm writing an ant task that calls a Java class named Engine. Engine > is in a jar file that is included in my taskdef using the c

Re: Regarding email change for ant

2007-11-20 Thread Stefan Bodewig
On Tue, 20 Nov 2007, Srikrishna Parthasarathy <[EMAIL PROTECTED]> wrote: > My old address is [EMAIL PROTECTED] > And new address is [EMAIL PROTECTED] Send an email to [EMAIL PROTECTED] as well as [EMAIL PROTECTED], this can be a single email with two recipients. Stefan --

Re: help with uptodate and hibernate doclet

2007-11-20 Thread David Weintraub
The problem with uptodate is that it can only have a single "target" file to check against. Look at the AntContrib's task. The task can take more than a single target, and (as an added bonus), it can define the tasks to run if an outofdate condition is detected. No more setting a property then h

Re: Specify non-top level target

2007-11-20 Thread David Weintraub
When you create top level targets, use the "description" parameter. Then, when you do ant -projecthelp, the names of the targets show up: $ ant -projecthelp Buildfile: build.xml Main targets: archive Builds the compressed tarball archive in directory "archive" Default target: ??? $ Now thro

How do I set a classpath for my custom task?

2007-11-20 Thread todd runstein
I'm writing an ant task that calls a Java class named Engine. Engine is in a jar file that is included in my taskdef using the classpath tag. This all works great. The problem I'm having is that one of Engine's methods calls "Class.forName()", trying to dynamically add a class file that is not i

Re: Specify non-top level target

2007-11-20 Thread Dominique Devienne
On Nov 20, 2007 12:24 PM, mjdenham <[EMAIL PROTECTED]> wrote: > My ant build file is getting quite long and has a lot of targets. When I > view the ant file in Eclipse it can be difficult to see which targets are > the top-level ones which I would call and which are just helper targets like > "ini

Specify non-top level target

2007-11-20 Thread mjdenham
My ant build file is getting quite long and has a lot of targets. When I view the ant file in Eclipse it can be difficult to see which targets are the top-level ones which I would call and which are just helper targets like "init". Is it possible to remove some of the "targets" from the external

AW: Regarding email change for ant

2007-11-20 Thread Jan.Materne
> My old address is [EMAIL PROTECTED] > And new address is [EMAIL PROTECTED] > What is the best way ? Send an email to [EMAIL PROTECTED] from your old adress. Send another email to [EMAIL PROTECTED] from your new adress. Jan - T

Gilbert Jeiziner/AMBERG ist außer Haus bis / is out of office till 5. February 2007

2007-11-20 Thread gjeiziner
Ich werde ab 20.11.2007 nicht im Büro sein. Ich kehre zurück am 21.11.2007. Ihre Nachrict wird nicht weitergeleitet. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. Bei dringenden Fällen wenden Sie sich bitte an Michael Gassmann ([EMAIL PROTECTED]). Your message will not be forwarded.

RE: Regarding email change for ant

2007-11-20 Thread Srikrishna_Parthasarathy
My old address is [EMAIL PROTECTED] And new address is [EMAIL PROTECTED] What is the best way ? srikrishna -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 20, 2007 10:34 AM To: user@ant.apache.org Subject: AW: Regarding email change for ant >

AW: Regarding email change for ant

2007-11-20 Thread Jan.Materne
> > Is it possible to change my ant news group from my one email address to > > my another email address . ? My new one > > yes, its easy, unsubscribe with your current address, and > resub on the > new one. If you dont have your old adress, have a look at http://ant.apache.org/mail.html on th

Re: help with uptodate and hibernate doclet

2007-11-20 Thread Steve Loughran
Dimitris Mouchritsas wrote: Hi folks, I'm trying to create a condition task so as not to run a hibernatedoclet target. The problem is the target does not produce .hbm.xml files for all the classes. So for example if we have 3 classes in the src dir say, User.java, Account.java, Login.java the res

Re: Regarding email change for ant

2007-11-20 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Is it possible to change my ant news group from my one email address to my another email address . ? My new one Is [EMAIL PROTECTED] yes, its easy, unsubscribe with your current address, and resub on the new one. -- Steve Loughran http://www.106

Regarding email change for ant

2007-11-20 Thread Srikrishna_Parthasarathy
Is it possible to change my ant news group from my one email address to my another email address . ? My new one Is [EMAIL PROTECTED] srikrishna

help with uptodate and hibernate doclet

2007-11-20 Thread Dimitris Mouchritsas
Hi folks, I'm trying to create a condition task so as not to run a hibernatedoclet target. The problem is the target does not produce .hbm.xml files for all the classes. So for example if we have 3 classes in the src dir say, User.java, Account.java, Login.java the resulting files in the build dir

Re: classpath order wierdness

2007-11-20 Thread Peter Reilly
On Nov 20, 2007 1:36 AM, Hunter Peress <[EMAIL PROTECTED]> wrote: > *First the build file: > * > > > > > > > > > > println "HELLO" > > > > > --

RE: classpath order wierdness

2007-11-20 Thread Rebhan, Gilbert
-Original Message- From: Hunter Peress [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 20, 2007 2:36 AM To: Ant Users List Subject: classpath order wierdness /* [ ... ] QUESTION: * How can I run it so that I don't have to explicitely call ant with -lib?? */ Simply put all those j