Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 8251 invoked from network); 13 Mar 2008 15:56:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2008 15:56:10 -0000 Received: (qmail 27701 invoked by uid 500); 13 Mar 2008 15:56:06 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 27670 invoked by uid 500); 13 Mar 2008 15:56:06 -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 27661 invoked by uid 99); 13 Mar 2008 15:56:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 08:56:06 -0700 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 mccloud35@gmail.com designates 66.249.82.228 as permitted sender) Received: from [66.249.82.228] (HELO wx-out-0506.google.com) (66.249.82.228) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 15:55:29 +0000 Received: by wx-out-0506.google.com with SMTP id s7so3672434wxc.24 for ; Thu, 13 Mar 2008 08:55:39 -0700 (PDT) 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:in-reply-to:mime-version:content-type:references; bh=3YlufPpuWdtEmYPfB9M7Zk5gs7rGGBIogXTfY6ESEkw=; b=x+yqrBOP1sGoaF7YbMqvt2AFLSdaUbjBwD+ReulqGxlMOIBZmJ5yQmk1QPlJX+JT+4tmfa34dTC1cyjAR/ob/r9MjDN06DqUre5N61erLO5zozFkjewn/us660zEqz39I8sGG/jNM0ajiiWhuNRAh/sm4APyC8rzrwokNs67LN8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=JSlxTm8+pBgdSJpTKElPtArAuochjXxRh9oc0EPuW+or9NijMdJZ5xPrAv7ngPSFzefgFD9yvSMZgJCM5gPc1ilTR4ta72HWMlsAcFy01Jcs9PHiIXgCDPEgA6YJFA/po8szQodYJhshw/oKZ9f+WS7t2r8aZ6CV4rH6zn9M5Tw= Received: by 10.140.185.19 with SMTP id i19mr5824327rvf.296.1205423738594; Thu, 13 Mar 2008 08:55:38 -0700 (PDT) Received: by 10.140.133.19 with HTTP; Thu, 13 Mar 2008 08:55:38 -0700 (PDT) Message-ID: <61d2e9b20803130855n1e552fa2t4d837dae9189af60@mail.gmail.com> Date: Thu, 13 Mar 2008 21:25:38 +0530 From: "Tharindu Mathew" To: dev@harmony.apache.org Subject: Re: harmony-demo-1 for GSoC 2008 In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_15331_22212975.1205423738587" References: <61d2e9b20803130135h4d81ada5k3da031a7cf48fa4@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_15331_22212975.1205423738587 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline A small problem occurred when I tried to build from the source. fetch-classlib-libs: BUILD FAILED /home/mackie/harmony/build.xml:358: The following error occurred while executing this line: /home/mackie/harmony/build.xml:366: The following error occurred while executing this line: /home/mackie/harmony/working_classlib/build.xml:74: The following error occurred while executing this line: /home/mackie/harmony/working_classlib/make/properties.xml:530: The following error occurred while executing this line: /home/mackie/harmony/working_classlib/make/properties.xml:519: No supported regular expression matcher found: java.lang.ClassNotFoundException: org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp How do I resolve this? I'm used to using maven2 rather than ant. So I'm a bit unfamiliar on what to do. I used "ant -Dauto.fetch=true" as the execution command. On Thu, Mar 13, 2008 at 4:00 PM, Alexei Fedotov wrote: > Hello Tharindu, > > I don't think that the project requires any skills in game > development. The FreeCol seems to work on Sun. I have checked that Sun > shows the first menu which Harmony cannot. This means that most code > changes are suspected to be in Harmony. From the other side getting > familiar with FreeCol and AWT sources and architecture might be a good > start for a game developer. > > As the first step I would recommend getting Harmony sources and > FreeCol jar from Internet, build the sources [1], try to launch > System.out.println("Hello World"), then launch FreeCol and reproduce > the error. If you succeed, you have a good chance to have enough > skills to succeed with the whole task as well. > > BTW, you may have noticed that the other my task (harmony-gc-5) is to > improve Parrot efficiency by means of XFL garbage collector [2], in > other words, the efficiency of Lua scripts which are run by Parrot VM. > And Lua is used for scripting in many games such as World of Warcraft. > :-) > > [1] http://harmony.apache.org/quickhelp_contributors.html > [2] > > On Thu, Mar 13, 2008 at 11:35 AM, Tharindu Mathew > wrote: > > Hi everyone, > > > > I'm a campus student who liked to know more about the harmony demo 1 > project > > you've listen on the wiki. I have some experience in Java but I don't > have > > any when it comes to game development. > > > > I'd like to learn to get into game dev. And I could do that through > making > > FreeCol playable in Harmony. Is prior gaming dev knowledge required for > > this? What do you recommend? > > > > > > -- > > Regards, > > > > Tharindu > > > > > > -- > With best regards, > Alexei > -- Regards, Tharindu ------=_Part_15331_22212975.1205423738587--