josh lucas <[EMAIL PROTECTED]> writes:

> Index: AlexandriaTask.java
> ===================================================================
> RCS file: 
>/home/cvspublic/jakarta-alexandria/src/java/org/apache/alexandria/AlexandriaTask.java,v
> retrieving revision 1.3
> diff -u -r1.3 AlexandriaTask.java
> --- AlexandriaTask.java       2001/05/18 11:16:41     1.3
> +++ AlexandriaTask.java       2001/08/17 18:16:48
> @@ -126,7 +126,7 @@
>  
>          if(markup==null)throw new BuildException("Markup must be set");
>          if(dest==null)throw new BuildException("dest must be set");
> -        if(imageFolder==null)throw new BuildException("floder must be set");
> +        if(imageFolder==null)throw new BuildException("folder must be set");
>          if(imageFile==null)throw new BuildException("file must be set");
>          if(cvsDir==null)throw new BuildException("cvsdir must be set");

Any reason why the message for markup uses uppercase when other
messages use lower case?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to