Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 60461 invoked from network); 14 Feb 2007 12:06:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Feb 2007 12:06:57 -0000 Received: (qmail 40210 invoked by uid 500); 14 Feb 2007 12:07:00 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 40154 invoked by uid 500); 14 Feb 2007 12:06:59 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 40143 invoked by uid 99); 14 Feb 2007 12:06:59 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Feb 2007 04:06:59 -0800 X-ASF-Spam-Status: No, hits=3.8 required=10.0 tests=HTML_MESSAGE,SPF_PASS,SUBJECT_DRUG_GAP_L X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of hturksoy@gmail.com designates 66.249.92.168 as permitted sender) Received: from [66.249.92.168] (HELO ug-out-1314.google.com) (66.249.92.168) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Feb 2007 04:06:49 -0800 Received: by ug-out-1314.google.com with SMTP id 30so152461ugs for ; Wed, 14 Feb 2007 04:06:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=oKab6PtiK5YEX7oHl6AfCtpUY4Q45kMfakOtbS8sjEpoxkzmXNU2eEcJLGnsdJi9J90t7PN4X4Kj7D3XRq8tnem9jy6nN8wA8HLqY5B5Iz1yMbz+uwTJpCwZ3kALBvkbHUmoDrp6t93jDZPhEIA4JIWfVG6UWZchm7QhI/5wWPE= Received: by 10.78.142.14 with SMTP id p14mr228389hud.1171454783072; Wed, 14 Feb 2007 04:06:23 -0800 (PST) Received: by 10.78.175.19 with HTTP; Wed, 14 Feb 2007 04:06:22 -0800 (PST) Message-ID: <7f813dac0702140406t774d3ff9s99a8d103be56ddfb@mail.gmail.com> Date: Wed, 14 Feb 2007 14:06:22 +0200 From: "Hasan Turksoy" To: commons-user Subject: shale-validator.jar and commons-validator.jar both contains different validateUtilities.js MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_109064_3135898.1171454782938" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_109064_3135898.1171454782938 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline hi all, it seems that; shale-validator.1.0.4.jar and commons-validator.1.3.1.jarboth including validateUtilities.js file at org.apache.shale.org path... what's bad is; these two validateUtilities.js are different.. so, commons-validator's validator scripts trying to use shale-validator's validateUtilities.js instead of their own validateUtilities.js file because of the class path mechanism... why they are different? AND which one of these validateUtilities.js file should i use? OR am i doing something wrong? thanks for your interest.. hasan ------=_Part_109064_3135898.1171454782938--