on 3/27/01 6:28 PM, "Joshua Levy" <[EMAIL PROTECTED]> wrote:
>
> In order to use Velocity an engineer needs to import a
> couple of different packages. Even in the simple cases
> described in the tutorials, you sometimes need:
> import org.apache.velocity.* ;
> import org.apache.velocity.runtime.* ;
> or
> import org.apache.velocity.* ;
> import org.apapche.velocity.app.* ;
>
> and so on. It would be nice if (for the common cases),
> an engineer using Velocity only had to import one package,
> and that was org.apache.velocity.*. At a minimum, I'd put
> Velocity, VelocityContext, Template, and some Exceptions there.
I think this is a minor nit. I don't see a reason to break up our package
structuring for this.
> Finally, a note about HTML in email:
> I'm been through my mail client, looking for options to ensure that
> this email is in plain text. As I write this the toolbar assures me
> that it is indeed "plain text". So, if you think this email contains
> HTML, please tell me exactly where, and cc to [EMAIL PROTECTED]
> When you guys reply to me, I never see HTML code is my email, even in
> cases where people complain about it. The address above goes to
> a different mail client, so I can see if my own has been hiding the
> HTML formatting tags. Thank you.
I responded privately to this, but you are using M$ products which have bugs
in them and that is the problem...
X-Mailer: Internet Mail Service (5.5.2650.21)
When you subscribed to the list, there was a link on this page that
describes how to fix the problem...
http://jakarta.apache.org/site/mail.html
"If you are using Microsoft products to send email, there are several bugs
in the software that prevent you from turning off the sending of HTML email.
Please read this page as well..."
http://jakarta.apache.org/site/micromail.html
Is there something that I could have done differently that would have caused
you to read that page more carefully?
-jon