Return-Path: Delivered-To: apmail-repository-archive@www.apache.org Received: (qmail 80457 invoked from network); 22 Jan 2008 05:20:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jan 2008 05:20:51 -0000 Received: (qmail 22900 invoked by uid 500); 22 Jan 2008 05:20:41 -0000 Delivered-To: apmail-repository-archive@apache.org Received: (qmail 22835 invoked by uid 500); 22 Jan 2008 05:20:41 -0000 Mailing-List: contact repository-help@apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: repository@apache.org List-Id: Delivered-To: mailing list repository@apache.org Received: (qmail 22824 invoked by uid 99); 22 Jan 2008 05:20:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2008 21:20:41 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of carlossg@gmail.com designates 209.85.198.187 as permitted sender) Received: from [209.85.198.187] (HELO rv-out-0910.google.com) (209.85.198.187) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jan 2008 05:20:16 +0000 Received: by rv-out-0910.google.com with SMTP id g11so2902384rvb.29 for ; Mon, 21 Jan 2008 21:20:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=eDoT1J2YpUkbMRjHbn3w3S1EX+oZVNlftKHxVX/+PT0=; b=p0sBisE3IfmTKZNAqhnjLMJttB+yP8NbnFL0//sJM4KE5DFfiDOvYxGclQNxs1dI/UhejE+72D1flUpbhhpvLJDF22jwoxMPwF0Rp19rBkJybUoHzK3ritsWbnJBpWum3vrVlc27H/JRw6Uf6N2O5u9ynZJvZGWxZG2IAu6BeEY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=aoV0APZRorz8dTd7x7muTTKLDthpVSNGavQ6JNo/Wjm6vVqg9z4EeQCEpeVfj0Y3ifAIryaQjorFji2yC2aSxUAMKt2wXHpppdAOOOOL5Xc4KG1FK0xP1WMA3l0tqS4FFPBy7M1HfWtPJPbMGZXMs7Pk8Rv/14kFQHz6ztF65kw= Received: by 10.140.136.6 with SMTP id j6mr5070059rvd.199.1200979221931; Mon, 21 Jan 2008 21:20:21 -0800 (PST) Received: by 10.141.43.9 with HTTP; Mon, 21 Jan 2008 21:20:21 -0800 (PST) Message-ID: <1a5b6c410801212120t1cdff425hdaa8ffa1296f7b69@mail.gmail.com> Date: Mon, 21 Jan 2008 21:20:21 -0800 From: "Carlos Sanchez" Sender: carlossg@gmail.com To: "Nathan Bubna" Subject: Re: Inconsistencies with velocity in the repository Cc: henning@apache.org, repository@apache.org In-Reply-To: <4d651da50801212110p3934bacayc8dc07463e4594e9@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1a5b6c410801211844t37317a4fq9cce9572f2079efb@mail.gmail.com> <4d651da50801212036w2c9a87baxedc32d67d02b09f1@mail.gmail.com> <1a5b6c410801212055j61ac426u68dbeea490850d5c@mail.gmail.com> <4d651da50801212110p3934bacayc8dc07463e4594e9@mail.gmail.com> X-Google-Sender-Auth: 88a736b74b68201d X-Virus-Checked: Checked by ClamAV on apache.org just worry for the new releases, I'll copy the old ones if needed. On Jan 21, 2008 9:10 PM, Nathan Bubna wrote: > On Jan 21, 2008 8:55 PM, Carlos Sanchez wrote: > > no problem, we are here to help ;) > > thanks. > > > I guess the pom is contributed by someboy that does use maven > > i've done some work on the pom too. i just don't know much about the > repo side of things. > > > my advice, > > > > Put velocity jar, pom, md5s, sha1s and asc in groupId=org.apache.velocity > > /www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/velocity/$version/ > > > > Put velocity-tools jar, pom, md5s, sha1s and asc in > > groupId=org.apache.velocity.tools > > /www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/velocity/tools/velocity-tools/ > > ok, should this be done for all the velocity and velocity-tools > jars/pom/etc that you initially mentioned? only the latest ones? or > should i only worry about this for future releases and leave the rest > as they are for now? > > > > and that's it. Don't put anything in > > /www/people.apache.org/repo/m1-ibiblio-rsync-repository/ or anywhere > > else, and do it from now on only. > > > > note that the jars must be the same ones that you distribute in your > > downloads page (you don't need to build with maven), and make sure the > > groupId inside the pom is the right one > > > > this is just a matter of convention (as package names) there's no white or black > > > > > > > > On Jan 21, 2008 8:36 PM, Nathan Bubna wrote: > > > This is largely my fault, i'm certain. However, it's because i can't > > > figure out for the life of me where they should be put in the repo and > > > what the proper way to build them is. We've tried to help support > > > Maven, but since we don't use it as our build system i, at least, need > > > guidance. > > > > > > Where should these jars be put and what is the best way to put them > > > there? Please help! I'd like to get this right. > > > > > > > > > On Jan 21, 2008 6:44 PM, Carlos Sanchez wrote: > > > > Velocity releases are quite inconsistent in the repo, could you take a > > > > look at this? > > > > > > > > velocity-tools-2.0-beta1.jar is in > > > > /www/people.apache.org/repo/m1-ibiblio-rsync-repository/velocity-tools/jars/ > > > > velocity-tools-2.0-alpha1.jar is in > > > > /www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/velocity/tools/velocity-tools/2.0-alpha1/ > > > > velocity-tools-1.3.jar is in > > > > /www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/velocity/velocity-tools/1.3/ > > > > velocity-tools-1.4.jar is in > > > > /www/people.apache.org/repo/m1-ibiblio-rsync-repository/velocity-tools/jars/ > > > > > > > > velocity-1.5.jar is in > > > > /www/people.apache.org/repo/m1-ibiblio-rsync-repository/velocity/jars/ > > > > and /www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/velocity/velocity/1.5/ > > > > > > > > > > > > -- > > > > I could give you my word as a Spaniard. > > > > No good. I've known too many Spaniards. > > > > -- The Princess Bride > > > > > > > > > > > > > > > -- > > > > I could give you my word as a Spaniard. > > No good. I've known too many Spaniards. > > -- The Princess Bride > > > -- I could give you my word as a Spaniard. No good. I've known too many Spaniards. -- The Princess Bride