Return-Path: Delivered-To: apmail-buildr-users-archive@www.apache.org Received: (qmail 75192 invoked from network); 27 Jan 2011 18:13:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Jan 2011 18:13:01 -0000 Received: (qmail 31577 invoked by uid 500); 27 Jan 2011 18:13:01 -0000 Delivered-To: apmail-buildr-users-archive@buildr.apache.org Received: (qmail 31422 invoked by uid 500); 27 Jan 2011 18:13:00 -0000 Mailing-List: contact users-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@buildr.apache.org Delivered-To: mailing list users@buildr.apache.org Received: (qmail 31413 invoked by uid 99); 27 Jan 2011 18:12:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jan 2011 18:12:59 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of alex.boisvert@gmail.com designates 74.125.82.48 as permitted sender) Received: from [74.125.82.48] (HELO mail-ww0-f48.google.com) (74.125.82.48) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jan 2011 18:12:55 +0000 Received: by wwd20 with SMTP id 20so2460171wwd.17 for ; Thu, 27 Jan 2011 10:12:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=4viqJsPmTZKbJSCZyyEqv/WB6HdRBJvLFvtBqOa+84g=; b=vFgWXLCQ6YAnt9bxNxmQ1B9WkmaYq/c4j9wVJAVD1CuSjvs+tw0Bk2GeW0BTpU6mSw 1kelRtJLE2ujlJsn3m8qh8btw4pn78EcV8Ss05G4kl6uFmIe09F4gp8ik+MGPwTX0ob0 0zsM92rvrmcZEBYzHskupJH7/lUFN4AitdK14= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=QSftJ9CIXFmq70ZwwvH1Mk64SwUQIXmpqLx1BykIUqC+3gwPoT7W0uWibjyTso9QGE OuM416dnCWZtDIHI091Sbo55ei/eZ2V9SPKBxjq1022Tnr33Xvz3AqqI8w54ifBKKo6F ADV2hkNypa0ymu24i9AnBvYkSiYtyK4qZwcEY= MIME-Version: 1.0 Received: by 10.227.128.208 with SMTP id l16mr1494974wbs.53.1296151952693; Thu, 27 Jan 2011 10:12:32 -0800 (PST) Received: by 10.227.154.144 with HTTP; Thu, 27 Jan 2011 10:12:32 -0800 (PST) In-Reply-To: References: Date: Thu, 27 Jan 2011 10:12:32 -0800 Message-ID: Subject: Re: Issue BUILDR-520 From: Alex Boisvert To: users@buildr.apache.org Content-Type: multipart/alternative; boundary=0016368332c0b71c11049ad7e44a --0016368332c0b71c11049ad7e44a Content-Type: text/plain; charset=ISO-8859-1 Yeah, I briefly thought about that yesterday but the one thing that stopped me was that deciding on a qualifier for the package (e.g., Java uses -javadoc). Looks like SBT is using -docs for scaladoc packaging. I'm seeing both -javadoc, -scaladoc used for Scala projects deployed on scala-tools.org. Probably should make it configurable at this point, though we still have to pick a good default (I'm leaning towards -scaladoc). I created https://issues.apache.org/jira/browse/BUILDR-564 to track this. alex On Thu, Jan 27, 2011 at 12:45 AM, Mathias wrote: > Hi Alex, > > cool. Thanks for the quick fix. > Btw. wouldn't it be nicer if I could write "package :scaladoc" instead of > "package :javadoc" for my Scala-only modules? > > Cheers, > Mathias > > --- > mathias@parboiled.org > http://www.parboiled.org > > On 26.01.2011, at 21:04, Alex Boisvert wrote: > > > Hi Mathias, > > > > I just fixed this in trunk. I hadn't tested with package(:javadoc). > > Thanks for reporting. > > > > alex > > > > > > On Wed, Jan 26, 2011 at 1:27 AM, Mathias wrote: > > > >> Just a short heads-up: > >> > >> Issue 520 (https://issues.apache.org/jira/browse/BUILDR-520) is marked > as > >> "resolved" in JIRA, however, with the current trunk snapshot it's not > >> possible to have Buildr generate scaladoc against Scala 2.8.1. > >> The trace shows that the "doc-title" option is correctly set, however > the > >> old "-windowtitle" option is also present, which causes scaladoc to exit > >> with an error instead of actually building the documentation. > >> > >> Could you reopen issue 520? > >> > >> Cheers, > >> Mathias > >> --- > >> mathias@parboiled.org > >> http://www.parboiled.org > >> > >> > > --0016368332c0b71c11049ad7e44a--