Re: challenging problem

2002-01-22 Thread Nathan Meyers
Hi all, I have a problem that I don't know how to track. I use a ant task from NetBeans. The exact same code (from a cvs repository) on the following environments compile perfectly fine : - Debian GNU/Linux PowerPC + Blackdown JDK 1.3.0 (no deb package) - Mac OSX 10.1.2 + Apple JDK 1.3.1 But

challenging problem

2002-01-22 Thread list
hi, i want to use java to generate html and css - code! for example, I'd like to use something like: css.h1.fontstyle.normal(); this should add an entry in the h1 hashtable(!): ("fontstyle","normal") so I very easy can generate "h1 { font-style:normal; }\n" there should not only