RE: javadoc task failure

2003-10-15 Thread W. Sean Hennessy
Kinda tough to be specific without seeing the buil.xml Perhaps the addition of a core task within the target that is using to test the source directory and conditionally call javadoc based on the resulting property value . -Original Message- From: Matt [mailto:[EMAIL PROTECTED] Sent

Re: Ant Manual in french?

2003-10-15 Thread Jack J. Woehr
Nick Neuberger wrote: > I don't know if the manual is in french, but you can use something like the > following and translate a page into french. > > http://world.altavista.com/ > Boy would that be funny. Is there an Apache docs translation project? -- Jack J. Woehr # You measure democracy

RE: Ant Manual in french?

2003-10-15 Thread Nick Neuberger
I don't know if the manual is in french, but you can use something like the following and translate a page into french. http://world.altavista.com/ Just a Thought. HTH Nick -Original Message- From: EXT / FOCAL MALAPRADE Roland [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003

url

2003-10-15 Thread Euan Guttridge
https://projects.buildonline.com/jsp/diagnostics/servername.jsp Euan Guttridge Technical Operations BuildOnline 40 Holborn Viaduct London EC1N 2PB UK Customer Services: 0870 241 2283 Telephone: +44 (

javadoc task

2003-10-15 Thread Vikas Phonsa
Hi, My javadoc task works fine but doesn't generate a list of packages. It only has a list of "All Classes" no list of packages as it normally is on the top left frame of all the docs that I have seen. Any ideas ? Is this behavior dependent on the what JDK I'm using. I using JDK supplied by IBM.

antlib and import

2003-10-15 Thread Matt Benson
I have a build strategy of many projects whose build files all depend on some common targets. I had implemented this using entity includes, and had been referencing my custom tasks via the common taskdef and typedef tasks. Just wanted to make a testimonial regarding and . I wanted simplicity, s

Handling Multiple Source Directories

2003-10-15 Thread Digambar, Shaligram (Consultant)
Hello We have following directory structure for our legacy java application folder1 pacakageX -classA (depends on class D) -classB pacakgeY -classC folder2 packageX -classC -classA (another copy

Re: Installshield issues

2003-10-15 Thread Ben Pracht
I'm using IS 6.3Pro, so I don't know how similar things are. I have an ipr file, but also have stuff under File Groups, String Tables, and other directories.. So far, I've gotten it to run compile and ISBuild. I've been using the exec and apply tasks, for lack of anything better. However, I'm s

Re: *USEFUL* Stylesheet to generate a task-dependency graph for ant

2003-10-15 Thread Weiqi Gao
Patrick Surry wrote: Interesting! I came up with the same approach of generating Dot files and doing layout with graphviz to generate dependency graphs for an inhouse SQL-like language we use (although I used perl to parse a free-text format and generate dot). Also checkout Eric Burke's AntGrap