From mime4j-dev-return-303-apmail-james-mime4j-dev-archive=james.apache.org@james.apache.org Mon Mar 09 22:47:51 2009 Return-Path: Delivered-To: apmail-james-mime4j-dev-archive@minotaur.apache.org Received: (qmail 9933 invoked from network); 9 Mar 2009 22:47:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Mar 2009 22:47:51 -0000 Received: (qmail 5115 invoked by uid 500); 9 Mar 2009 22:47:51 -0000 Delivered-To: apmail-james-mime4j-dev-archive@james.apache.org Received: (qmail 5091 invoked by uid 500); 9 Mar 2009 22:47:51 -0000 Mailing-List: contact mime4j-dev-help@james.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mime4j-dev@james.apache.org Delivered-To: mailing list mime4j-dev@james.apache.org Received: (qmail 5080 invoked by uid 99); 9 Mar 2009 22:47:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Mar 2009 15:47:51 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [81.169.146.180] (HELO mo-p05-ob.rzone.de) (81.169.146.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Mar 2009 22:47:40 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1236638839; l=522; s=domk; d=brainlounge.de; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References: Subject:To:MIME-Version:From:Date:X-RZG-CLASS-ID:X-RZG-AUTH; bh=1PeR9xBEdrIWmfnZ31wvCZKja3m5F/VguwZ68aeUkzE=; b=nJ/ixlr81If0mrtihHeTvMbjL83fbQbv2+ZmiErnRQGQeqX2glUNbG8GuE9TdAL2VJD 2UN22QW1ECmXUAPZitEtOnd7yP99ZfW6lc5NOW5jKmR0QWOM9hZ/ix/2KNkbqAQknLGYu 7GobRPyvSLl+RkALmpzpf5o7yl6Rx70n+Og= X-RZG-AUTH: :LmkWe0TmffCene0uRkJY6G+DWBjdcSs8eiAuc8GTh+Gj5Vdv7GhZ+vjVi4/h7YRZxFSYJhct00cq1y+KEw== X-RZG-CLASS-ID: mo05 Received: from vitamin.local (e180180134.adsl.alicedsl.de [85.180.180.134]) by post.strato.de (mrclete mo21) (RZmta 18.25) with ESMTP id 603d52l29M2NDx for ; Mon, 9 Mar 2009 23:47:19 +0100 (MET) Message-ID: <49B59D93.6040205@brainlounge.de> Date: Mon, 09 Mar 2009 23:52:03 +0100 From: Bernd Fondermann User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: mime4j-dev@james.apache.org Subject: Re: 0.6 source code References: <9ceb1e7a0903081627x2871363xa07dcb6917fe8534@mail.gmail.com> <9ceb1e7a0903090659g8c94a1epb685b542138b72c5@mail.gmail.com> <9ceb1e7a0903090742s3441c864hfbd01081a13afb3a@mail.gmail.com> In-Reply-To: <9ceb1e7a0903090742s3441c864hfbd01081a13afb3a@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Wim Jongman wrote: > Might i suggest that (for the future) the generated files are also bundled > in the source drop? Some people (me for one) do not have maven on their > desktops. > Thanks and best regards, > > Wim Well, when dealing with the source dist you should be prepared to have the primary build tool available - which in case of mime4j is maven2. I understand your position, but in this case the generated source files are build artefacts which don't belong in a source distribution. Bernd