Return-Path: Delivered-To: apmail-jakarta-taglibs-dev-archive@www.apache.org Received: (qmail 21333 invoked from network); 15 Apr 2006 07:18:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Apr 2006 07:18:07 -0000 Received: (qmail 16535 invoked by uid 500); 15 Apr 2006 07:18:06 -0000 Delivered-To: apmail-jakarta-taglibs-dev-archive@jakarta.apache.org Received: (qmail 16513 invoked by uid 500); 15 Apr 2006 07:18:06 -0000 Mailing-List: contact taglibs-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tag Libraries Developers List" Reply-To: "Tag Libraries Developers List" Delivered-To: mailing list taglibs-dev@jakarta.apache.org Received: (qmail 16502 invoked by uid 99); 15 Apr 2006 07:18:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Apr 2006 00:18:06 -0700 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=MAILTO_TO_SPAM_ADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of rahul.akolkar@gmail.com designates 64.233.166.176 as permitted sender) Received: from [64.233.166.176] (HELO pproxy.gmail.com) (64.233.166.176) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Apr 2006 00:18:05 -0700 Received: by pproxy.gmail.com with SMTP id t32so228116pyc for ; Sat, 15 Apr 2006 00:17:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=m9OCDI+i7gKfYKfyJmCs4egvZo3YVYlxm9kANX9vGO6fVb3ozDcjCH8jAt06bCk447nwoBBk+oZSJPoX+eOjSu5l4MUEz63gxbZHZ0rfknJCUDtAJsi21NHBnShUDgbgirn0e5H2o3ARd9oDftjeuLDrOhQ5Rn3Mt9pd9MEAWJk= Received: by 10.35.99.14 with SMTP id b14mr15147pym; Sat, 15 Apr 2006 00:17:44 -0700 (PDT) Received: by 10.35.40.1 with HTTP; Sat, 15 Apr 2006 00:17:44 -0700 (PDT) Message-ID: Date: Sat, 15 Apr 2006 03:17:44 -0400 From: "Rahul Akolkar" To: "Tag Libraries Developers List" Subject: Re: svn and build question In-Reply-To: <20060415070155.84652.qmail@web82107.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060415070155.84652.qmail@web82107.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 4/15/06, mh983 wrote: > I have a patch I'd like to submit, but I'm having a > tough time with subversion. Not too long ago, when it > was CVS, I managed to get all of the source brought > down and get the build.properties and > common.properties and such just right to make it > compile. > > Now I'm trying to grab the latest copy of the code > from svn. I'm not even sure of the url. I at first > did: > > svn checkout > http://svn.apache.org/repos/asf/jakarta/taglibs/proper > > but this started downloading all versions. > > In particular, I want input. So I tried > <...snip...>taglibs/proper/input/trunk > > That worked nicely to get me the 'input' files. But > then I'm missing common.xml and common.properties and > "ant dist" got me nowhere. Then I tried > taglibs/trunks-proper to get the common files, but the > directory structure then wasn't right. > > needless to say, I'm very confused right now about > what exactly to checkout and how the directory > structure should be. > > thanks for any suggestions you may have. > http://jakarta.apache.org/taglibs/sourcedist.html You're on the right track. Basically, in this case, taglibs/ all common files src/ input/ After setting up properties files, adjust overall build command in build.xml in taglibs/ (depends=3D"prepare,dist.documentation,input"). Run ant in taglibs/ Ping again if you have more questions. Not sure how active the input taglib is, but thanks in advance for any patches. -Rahul > By the way, my patch adds support for nested > properties on the input tags such as name=3D"person.address.zip"...> which would resolve to > bean.getPerson().getAddress().getZip(). > > It also adds support for boolean bean properties whose > getters are named with "is" instead of "get". > > Lastly, I added support for using a Map from the > request in the options, optionLabels and optionValues > attributes of , so instead of > ...%>" your controller can put a map in the request > with a name such as "myoptions" and the jsp page > simply has > > Anyway, I've gone on too long. Hopefully someone can > help me get this checked out with svn so I can build > again. The taglibs have been great to use so far, > Thanks! > > mike > --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org