javadoc and IDL "issue"

2005-09-18 Thread Greg Irvine
Hi all. Currently we're seeing "can't find blahblah.java" in my javadoc logs. These missing files are actually classes generated from IDL sources. We've explicitly excluded these generated files because the IDL compiler doesn't transfer the comments from the IDL file into the java file and he

Re: ssh advice

2005-09-18 Thread duvelbier-tsmets
There is an SSH task ... Mor einformation, here : http://www.jcraft.com/jsch/ \T, --- Ramnish Kalsi <[EMAIL PROTECTED]> wrote: > Hi, I am working on a project to automate a build system, and the flow is > somewhat like this: > > 1. ssh into a unix machine. > 2. Sync the repositor

Re: custom classloader for a task

2005-09-18 Thread Jochen Theodorou
first, thx for all your help from everyone. To solve my problem I wrote a task that will store a laoder reference for the usage by my taskdef. That classloader does try to load all classes by himself instead delegating these classes to the parent as a normal classloader would do. To avoid dupli

Re: Newbie question

2005-09-18 Thread Steve Loughran
Sylvain Perchaud wrote: Le vendredi 16 septembre 2005, à 21:06, Steve Loughran a écrit: automatically tries to compile all .java files in and under the source directory Right, that was my problem. Thanks a lot, I thought about everything but that kind of thing. ahh, no problem. you ar