Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 43760184EB for ; Sun, 1 Nov 2015 21:34:23 +0000 (UTC) Received: (qmail 15151 invoked by uid 500); 1 Nov 2015 21:34:21 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 15055 invoked by uid 500); 1 Nov 2015 21:34:21 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 14266 invoked by uid 99); 1 Nov 2015 21:34:21 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Nov 2015 21:34:21 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id DC952C23B3 for ; Sun, 1 Nov 2015 21:34:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.898 X-Spam-Level: ** X-Spam-Status: No, score=2.898 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 5A54swx09dyi for ; Sun, 1 Nov 2015 21:34:20 +0000 (UTC) Received: from mail-qg0-f42.google.com (mail-qg0-f42.google.com [209.85.192.42]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 2F100203BD for ; Sun, 1 Nov 2015 21:34:20 +0000 (UTC) Received: by qgbb65 with SMTP id b65so102609579qgb.2 for ; Sun, 01 Nov 2015 13:34:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=a8fotCtZo6ZowVCJWgh6ANFnM70vhVtidcAM1FntlfA=; b=qyS9H26BVCEgOcfMS4//g14NlfeRsQFaJSYw8nVQkkd9dyj5Cs9O71c93dGfnX/T+I k2itox3iFalNdpbP2V4afQdqrlaTkv5OwhQ3kfvMfSc3kgniKNa3FqG/WyHPtwxx2yuc c5KXF8zfVUW+cKsrIvF03ypVtA73PMbXdhmVx4lBim4yN/uKo5AiGkVyG4Kl4PL2QjHx AOkIla3jTbs9PZILeMXSIXkA2qRtqYHH2pURNxgiVTF0bSHlGGjLIJBUEfv5lLq0Flzt 3zcsrBPm+C9IKpJSlkIArR5XPVEXJlMC5lImMqy9377qTKV39Tq8tc2A4qYIeaJ2WBDY UYzg== MIME-Version: 1.0 X-Received: by 10.140.102.104 with SMTP id v95mr25309955qge.33.1446413653051; Sun, 01 Nov 2015 13:34:13 -0800 (PST) Received: by 10.55.5.210 with HTTP; Sun, 1 Nov 2015 13:34:13 -0800 (PST) Date: Sun, 1 Nov 2015 16:34:13 -0500 Message-ID: Subject: Class size From: aalok singhvi To: Maven Users List , Ant Users List Content-Type: multipart/alternative; boundary=001a11c16a2afd10b50523816b9b --001a11c16a2afd10b50523816b9b Content-Type: text/plain; charset=UTF-8 Hello, I have a basic question... If i compile a simple hello world java program using javac in ant i get a different size as compared to class compiled with maven plugin. My java source and target it 1.6. What is the reason. Can anyone help me with this. I will really appreciate your help. Thanks -- Aalok Singhvi --001a11c16a2afd10b50523816b9b--