Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 70861 invoked from network); 18 Dec 2007 22:37:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Dec 2007 22:37:40 -0000 Received: (qmail 51724 invoked by uid 500); 18 Dec 2007 22:37:28 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 51692 invoked by uid 500); 18 Dec 2007 22:37:28 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 51683 invoked by uid 99); 18 Dec 2007 22:37:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Dec 2007 14:37:28 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andrew.pack200@gmail.com designates 64.233.166.176 as permitted sender) Received: from [64.233.166.176] (HELO py-out-1112.google.com) (64.233.166.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Dec 2007 22:37:06 +0000 Received: by py-out-1112.google.com with SMTP id u77so4611806pyb.3 for ; Tue, 18 Dec 2007 14:37:06 -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:to:subject:mime-version:content-type; bh=bD0RubW2vcjd27G/im3a+sv20ixBpNqHwxv3SYqiPu8=; b=YsKvjOfRj7bDDaSRIdQZha1SGbJAnDPK5tbab6Iy+j2VeJ3H07BZHcaHNrUKF8QH1kxnEW9Y+fdijEPYdkVATroGTr+H9oPkVr18zdNS+jm/FYQKrQVytAYaJ917AT1SCueMNbXvaxRu9lvG92Wz9QoEOfoh57htxa/Ryze2iA0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=ZY9hDqfX0nIdlY8/VnqVcXyY7fT3Jd6rBrV4f3uk0sfK0O323KDetD7dHxLRmlcyRX1ZXtwuDbeYJkgbDrsCKmCFODv/tuOXgOeT0Na9Dxi6KJLf3GY1QP6qhaMZxVvv71V7oTIGdXxKdZVOq1gZPG+EJchpSlR4FmsJZ/v1nRM= Received: by 10.140.82.40 with SMTP id f40mr2759361rvb.16.1198017422166; Tue, 18 Dec 2007 14:37:02 -0800 (PST) Received: by 10.140.143.1 with HTTP; Tue, 18 Dec 2007 14:37:02 -0800 (PST) Message-ID: <6aa6e3690712181437y30e1e38fmafee1797868b81a9@mail.gmail.com> Date: Tue, 18 Dec 2007 15:37:02 -0700 From: "Andrew Cornwall" To: dev@harmony.apache.org Subject: [tools] What do you use for building .class files? MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_9036_764313.1198017422179" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_9036_764313.1198017422179 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Part of the work I'm doing requires me to build .class files in order to test them. I'm probably not the first person to have to do this - what do other people use? I've seen Jasmin (http://jasmin.sourceforge.net/) - are there any other Java bytecode assemblers that are preferred for use with Harmony? Is there a plan for jasm-like technology from Harmony itself? Thanks in advance for your opinions... Andrew Jr. ------=_Part_9036_764313.1198017422179--