From commons-user-return-16716-apmail-jakarta-commons-user-archive=jakarta.apache.org@jakarta.apache.org Wed Jun 21 14:53:05 2006 Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 74171 invoked from network); 21 Jun 2006 14:53:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Jun 2006 14:53:04 -0000 Received: (qmail 31385 invoked by uid 500); 21 Jun 2006 14:52:58 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 31326 invoked by uid 500); 21 Jun 2006 14:52:58 -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 31315 invoked by uid 99); 21 Jun 2006 14:52:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jun 2006 07:52:58 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=HTML_00_10,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of dennis.kempin@googlemail.com designates 64.233.162.200 as permitted sender) Received: from [64.233.162.200] (HELO nz-out-0102.google.com) (64.233.162.200) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jun 2006 07:52:57 -0700 Received: by nz-out-0102.google.com with SMTP id n1so159314nzf for ; Wed, 21 Jun 2006 07:52:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=D4LhaWYQkeHhZWveEX1cqp18ODi8OiqdWRgut2F/GZPRuNu6U9SVriGUC5BbaE217JmGa77dhBSfRlvPbrOyPB9dHe6UF4Iw47EqJTfrB2rZfFrwHPWkp5cSNHJakky+DwgzY5t7qrQBoiAJFAFyQc84gH9J2nroyQcCVqyYfaE= Received: by 10.65.181.9 with SMTP id i9mr1031436qbp; Wed, 21 Jun 2006 07:52:37 -0700 (PDT) Received: by 10.65.54.7 with HTTP; Wed, 21 Jun 2006 07:52:36 -0700 (PDT) Message-ID: Date: Wed, 21 Jun 2006 16:52:36 +0200 From: "Dennis Kempin" To: commons-user@jakarta.apache.org Subject: [jelly] dependencies? MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_166701_8096344.1150901556669" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_166701_8096344.1150901556669 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello i integrated jelly into a framework project of mine as some kind of template language which works really great! I am using maven and wondered why my example.war file had about 12MB in the WEB-INF/libs directory. Most space is taken by the jaxen dependency, which depends in xalan which has 3MB. I browsed the jelly code and just wanted to know if it would be possible to exclude some dependencies, maybe by splitting up some features into extra modules. regards Dennis ------=_Part_166701_8096344.1150901556669--