Re: jan@tdb.ee.se

2002-09-13 Thread David Goodenough
On Friday 13 September 2002 10:23, you wrote: > Jan, > > I recently came across your html2ps package, and in trying to use it have > hit a small problem. I wonder if you could help? > > I have some HTML which contains checkboxes and radio buttons which are > selected, but when I print them the co

jan@tdb.ee.se

2002-09-13 Thread David Goodenough
Jan, I recently came across your html2ps package, and in trying to use it have hit a small problem. I wonder if you could help? I have some HTML which contains checkboxes and radio buttons which are selected, but when I print them the controls are empty. Is this something that should work, or

Re: Ant and scp/ssh

2002-09-02 Thread David Goodenough
On Monday 02 September 2002 06:55, you wrote: > - Original Message - > From: "David Goodenough" <[EMAIL PROTECTED]> > To: "Ant Users List" <[EMAIL PROTECTED]> > Sent: Sunday, September 01, 2002 10:38 > Subject: Re: Ant and scp/ssh >

Re: Ant and scp/ssh

2002-09-01 Thread David Goodenough
On Sunday 01 September 2002 07:03, you wrote: > - Original Message - > From: "Joe Tomcat" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, August 31, 2002 16:29 > Subject: Ant and scp/ssh > > > Hi, I am new to the world of Ant, and I have found that it is a > > fantastic too

Re: Foreign Key in PostgreSQL

2002-07-16 Thread David Goodenough
On Wednesday 17 July 2002 00:54, you wrote: > Hi All. > > I would like using Ant 1.5 to create an XML schema from my db. > I use PostgreSQL 7.1.3 as RDBMS, JDBC-driver 7.2, J2SDK 1.4.0 . > When I use the "ant project-jdbc" command, it generates the XML file which > represents my DB but the Foreign

Re: Which free-software JVM to use?

2002-04-13 Thread David Goodenough
On Friday 12 April 2002 21:14, you wrote: > I'm a completely new Java user, so I'm afraid I'm a little unclear on > what's connected to what else. > > I want to run Ant, but Kaffe 1.0.5 doesn't seem up to the task. > Has anyone had success running Ant with a different free-software JVM? > There se

Re: Central list of additional Ask tasks, somewhere?

2002-02-25 Thread David Goodenough
On Monday 25 February 2002 15:05, you wrote: > Here's the list of ant-related projects that I'm > aware of: > http://antlr.org/ > http://www.aspectj.org > http://www-124.ibm.com/developerworks/projects/bsf > http://sourceforge.net/projects/checkstyle/ > http://importscrubber.sourceforge.net > http

Re: Calling Ant from Java: An example please ?

2002-02-13 Thread David Goodenough
You could try downloading the source of Eclipse (www.eclipse.org) which uses Ant in very much the way you indicate, and that would be a worked example. On Wednesday 13 February 2002 18:49, you wrote: > Thanks for the quick response . . . but no ;-) > > I want to accomplish this in Java by callin

Re: Automate toString() creation

2002-01-15 Thread David Goodenough
On Tuesday 15 January 2002 1:06 pm, you wrote: > JavaWorld has a very interesting articel on automating creations of > toString-methods > (http://www.javaworld.com/javaworld/javatips/jw-javatip99.html). > The problem I see is that in a project classes continue changing, > developers adding or remo

Re: ant-contrib C/C++ task

2002-01-10 Thread David Goodenough
On Thursday 10 January 2002 9:31 am, you wrote: > Hi, > > An alpha release of the C/C++ task from the ant-contrib project is now > available at: > > http://sourceforge.net/projects/ant-contrib/ > > Some of the features of the task: > > * Compiles and links executables, static libraries, and shared

Re: using ant with IBM JDK on Linux?

2001-06-04 Thread David Goodenough
Jeffrey Altman wrote: > > > > I use the IBM JDK on Linux fine with the standard setup of ant. No need to > > write a compiler adapter as far as I can tell. > > > > Which version are you using? > > When I set JAVA_HOME to the IBM JDK, Ant complains that it is unable > to find the classic complier.

IBM JDK 1.3 problem FIXED

2001-05-22 Thread David Goodenough
Well after some help from Stefan Bodewig, I can now report that the problem has been resolved. It seems that I had another version of Ant installed on my machine, and that during the boostrap process it was using the old version, not the new one. How it was doing this is a mistery, as it was not

Re: Yet again!!!! *&^%$#"! "Couldnt find classic compi ler"

2001-05-22 Thread David Goodenough
Stefan Bodewig wrote: > David Goodenough <[EMAIL PROTECTED]> wrote: > > > I think that there is a more deap seated problem, especially with > > the IBM 1.3 JDK. > > I've been running IBM's JDK 1.3 on Linux for many months without ever > having

Re: Yet again!!!! *&^%$#"! "Couldnt find classic compi ler"

2001-05-22 Thread David Goodenough
Stefan Bodewig wrote: > Ben, > > calm down a little, please - and help me create the missing FAQ entry > with your help. It usually boils down to one of the reasons you've > already checked. > > The compiler detection code tries to load sun.tools.javac.Main, which > is part of classes.zip in Sun

Re: Using Ant with IBM Java 1.3

2001-05-09 Thread David Goodenough
David Goodenough wrote: > Hi, > > I have read my way through the archives, and noticed that many > questions have been raised about using Ant with IBM's Java > 1.3. I have looked at the CLASSPATH etc and I am sure that > Ant should be finding the right tools.jar and th

Using Ant with IBM Java 1.3

2001-05-05 Thread David Goodenough
Hi, I have read my way through the archives, and noticed that many questions have been raised about using Ant with IBM's Java 1.3. I have looked at the CLASSPATH etc and I am sure that Ant should be finding the right tools.jar and that inside this jar is the right class com.sun.tools.javac.Main,