Re: IllegalAccessException running main

2003-01-18 Thread john guthrie
that's it, it wasn't. thanks. makes sense too, since i wasn't forking a new jvm. again, thanks! john Keith Hatton wrote: Is your Main class declared public? -Original Message- From: john guthrie [mailto:[EMAIL PROTECTED]] Sent: 16 January 2003 21:35 To: [EMAIL PROTECTED] Subject:

Fileset-based ant task

2003-01-18 Thread David Green
Has anyone had need for an ant task as follows: antdir target=all fileset dir=test include name=**/build.xml/ /fileset /antdir The task would be similar to the ant task, although it would execute once for every file in the fileset. I've got source code to make it work that I'm happy

Question on javadoc

2003-01-18 Thread Martin Gainty
Hello: The Error: [javadoc] javadoc: No public or protected classes found to document. sourcepath=C:\SCG_DE~1\ENCODE~1\EPRO_V~1.2\EPRODA~1\src Directory of C:\SCG_Development\EncoderPro\EPro_v3.2.2\EPRODA~1\src\eprodatautil 01/17/2003 03:29p 56,718 Converter.java 01/17/2003

compareing file dates

2003-01-18 Thread Joe [EMAIL PROTECTED]
I am working on a project that we are using ANT to compile VB projects and then build installs. I and wondering if there is a way to compare file dates (.bas files and .exe). If and then if the bas file is newer than the date on the exe file then compile the project and if there are the same

Re: Hi

2003-01-18 Thread sankari
Hi, Thanks for your timely help. I have already tested with what you have said. But I just want to know whether the same is available using Logger. Regards, sankari Erik Hatcher wrote: Are you trying to send the build results? If so, that looks like all you need to do (check with the

Using SSH authentication with CVS

2003-01-18 Thread Adam Barclay
Hi, I'm trying to get CVS to work on the sourceforge cvs servers, which requires SSH. I am not very familiar with CVS as I use WinCVS and used another program to actually set it up, therefore I don;t know what I would have t do for things like cvsRoot and other. Can somebody please show me

Re: Hi

2003-01-18 Thread Erik Hatcher
Not with the current MailLogger. You'll have to write your own custom one, or perhaps submit a patch to the existing one. Erik On Friday, January 17, 2003, at 11:39 PM, sankari wrote: Hi, Thanks for your timely help. I have already tested with what you have said. But I just want to

JUNIT Junitreport - not showing System.out in HTML Report

2003-01-18 Thread Frot
Hi, I have a small problem with my on JUnit based testcases. In my testcases I use System.out.println(..). Like : System.out.println(Test 1 progressing..) ; I wish to include these in the finally generated JUnit HTML report. The JUNIT ant task (with printsummary=withOutAndErr)

Re: Using SSH authentication with CVS

2003-01-18 Thread Guy Rouillier
You can get an ssh connection while continuing to use WinCvs - I do that daily. See PuTTY at http://www.chiark.greenend.org.uk/~sgtatham/putty/. - Original Message - From: Adam Barclay [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, January 18, 2003 8:34 AM Subject: Using SSH

Re: Loading stylesheets from a jar file (xslt task)

2003-01-18 Thread Dwayne Schultz
On Thursday, Jan 16, 2003, at 19:31 US/Pacific, Nau, Michael wrote: Does anyone know of a way to load an xsl stylesheet from a jar file rather than a path off the basedir? Here's what we do: unjar src=jar_with_xsls.jar dest=build/jar patternset include name=**/*.xsl/