srcdir attribute and element in the javac task

2005-05-31 Thread glenn . h . brown
My impression from reading the docs was that the srcdir attribute and the element were interchangable when using the javac task. However when I execute the code given below I get the message that srcdir attribute must be set. NOTE: The reason that I need to have the fileset set up the way I do i

Re: showing XDoclet hibernate tags in the genearated Javadoc html files...

2005-05-31 Thread Antoine Levy-Lambert
Hello Mahen, this is slightly off topic. You need to develop your own javadoc doclet which will recognize the hibernate tags as well as the standard javadoc tags. Then you will run javadoc using your doclet. You need to study the documentation of javadoc and of the standard doclet in the J2SE d

RE: Ant - -- exclude not working

2005-05-31 Thread Blagassie
Finally got around to trying the suggested changes. However, the exclusions still does not occur. Thank you for your suggestions. Brian -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] Sent: Saturday, May 21, 2005 10:38 AM To: Ant Users List Subject: Re: Ant -

RE: AW: Jarpend.jar

2005-05-31 Thread S I
Jan Thank you for your help. I already use jarpend in my daily builds from the command line, however, I was hoping that there would be an ANT task for it, so I could do it from within ANT. Right now, I found out that I can pass it to task as an Arg and make it work but it's somewhat messy a

AW: Jarpend.jar

2005-05-31 Thread Jan . Materne
Never heard. Here some infos: Homepage: http://jarpend.sourceforge.net/ Project Page: http://sourceforge.net/projects/jarpend/ Short Description: Jarpend is a tool to create jar-files containing all Java classes required by a given set of classes. It also allows you to test whethe

Jarpend.jar

2005-05-31 Thread S I
Hi Have any of you ever used jarpend? The documentation on Sourceforge.net makes a VAGUE mention of the existence of a Ant task and that's where it stops. No explanation or any examples are given. In the download section there are only 2 files; ~tar.tar and ~tar.gz (which are for unix) b

AW: Multiple properties

2005-05-31 Thread Jan . Materne
> > Hello, I'm new to Ant and I was wondering if I can do the > following : > > > > > > > > > > yes > > > > > > no > > Can someone give me some hints how I can do this ? But you can do something like that with AntContrib. Not

Multiple properties

2005-05-31 Thread Pauwels Stefan
> Hello, I'm new to Ant and I was wondering if I can do the following : > > > > > > > > > > > > Can someone give me some hints how I can do this ? > > Thanks, > Stefan

showing XDoclet hibernate tags in the genearated Javadoc html files...

2005-05-31 Thread Mahen Perera
Hi This is my problem. I am using the ant task to generate the Java doc files for my App. In my source files I have XDoclet tags such as @hibernate.set @hibernate.collection-key @hibernate.collection-many-to-many etc etc I want these tags also to be displayed in the generated JavaDoc HTM

showing XDoclet hibernate tags in the genearated Javadoc html files...

2005-05-31 Thread Mahen Perera
Hi This is my problem. I am using the ant task to generate the Java doc files for my App. In my source files I have XDoclet tags such as @hibernate.set @hibernate.collection-key @hibernate.collection-many-to-many etc etc I want these tags also to be displayed in the generated JavaDoc HTM