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
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
-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
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
-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
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
> > 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
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
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
--
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
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
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
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
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
> 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
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.
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
>
> > 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
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
[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
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
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
On Nov 20, 2007 1:36 AM, Hunter Peress <[EMAIL PROTECTED]> wrote:
> *First the build file:
> *
>
>
>
>
>
>
>
>
>
> println "HELLO"
>
>
>
>
> --
-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
24 matches
Mail list logo