Received: by 10.36.33.3 with SMTP id g3mr633118nzg.1181327662789; Fri, 08 Jun 2007 11:34:22 -0700 (PDT) Return-Path: Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by mx.google.com with ESMTP id k36si1068005waf.2007.06.08.11.34.21; Fri, 08 Jun 2007 11:34:22 -0700 (PDT) Received-SPF: pass (google.com: domain of willp...@gmail.com designates 209.85.146.180 as permitted sender) DomainKey-Status: good (test mode) Received: by wa-out-1112.google.com with SMTP id m38so1192220waf for ; Fri, 08 Jun 2007 11:34:21 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pwE8VOkJYbtrnYjviK/+nsPzhPJKMj5tD4Dk9gRryU1dPjgQMDrM3bZtrlzZg41sUmv52pVIVvy1NtQiTbREJI8aHYpCnNVgqxoq+eZmA9vibin94mB8NnENgT0HcJ8TO/Cfo/Ib31/u0rDXKBx8lrE1pXmlYOq+pIp0CwGUmIA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qkLLh9x6gQQrY164d3DWbuEsEVDFTHeXaohsKi2RZC4KwCKzDFCG6tl0wRy5Kftg53AJxxHqNP0KtaLf2F1vRrc6MigX3J37Iuc0sdVjkANJSOodUGQdEFoJM7CWsz4J2TUIuHz+xpovdT0ScWgO/+0lN8vCDmfJkJqAVUHbHH0= Received: by 10.114.107.19 with SMTP id f19mr2804002wac.1181327661261; Fri, 08 Jun 2007 11:34:21 -0700 (PDT) Received: by 10.114.57.13 with HTTP; Fri, 8 Jun 2007 11:34:21 -0700 (PDT) Message-ID: Date: Fri, 8 Jun 2007 11:34:21 -0700 From: "Will Pugh" To: gwt-maven@googlegroups.com Subject: Re: Why gwt-dev-windows is not in Repository server like gwt-dev-mac?? In-Reply-To: <1181302657.212686.22460@m36g2000hse.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 References: <1180082300.823512.319...@h2g2000hsg.googlegroups.com> <1181302657.212686.22...@m36g2000hse.googlegroups.com> I can answer for the zip file dependencies. They are for a feature I'm working on for the maven 2 plugin. Using standard dependency management, it was getting tricky to run Continuous Integration. I added some tasks in gwt-maven for maven2, so that it could download the jar, unzip it and then fixup the urls. Thus, on the main line, if you have the tasks setup extractGwt Behind the scenes it will grab setup new dependencies in Maven for the zip files, and then setup new system dependencies for the appropriate jars + setup a gwthome varaible. I talked a bit about it in the bug: http://code.google.com/p/gwt-maven/issues/detail?id=22&can=2&q= There are some things that are a little gross here. Notably, we can't always get this setup working for non standard tasks (such as jetty:run). I need to look into whether I can setup an M2 task that will always run. --Will On 6/8/07, charlie.coll...@gmail.com wrote: > > I have been out of touch of this project for a while, sorry. First > off I want to say mucho gracias to those that have been supporting and > building gwt-maven here - Bill Pugh, Thomas Recloux, Brill, others. > > With that out of the way I have to ask about the current repo too. It > is a bit confusing as it stands. I do not think gwt-dev-mac should be > there at all - and that is probably why gwt-dev-windows is not there > also (the question vikas asks). It looks like Cooper (kebernet) added > gwt-dev-mac to "test something": > http://groups.google.com/group/gwt-maven-svn/browse_thread/thread/b94b79e94f950d3f/a3d07cdf1896c2c1 > > We need to get rid of that though, because it's confusing. Right? > > Also it looks like Will added zips for all the platforms: > http://groups.google.com/group/gwt-maven-svn/browse_thread/thread/d3e51e12738918cb/105a824ef8ccc616 > But they are not the specific -dev and -user and -servlet and so on > jars that we used to have, instead they are the whole thing in one > shot. Are you guys using those zip files as deps in your POMs, so that > you get all of GWT, including the native stuff, from the repo? If so, > should we clean up the rest of the duplicate mavenrepo stuff and > change the docs to reflect that? > > I am still using Maven 1 for most of my projects (long story, but I > have other plugins that are still M1, and it works for me). I see > that the com.google.gwt m1 style directory in the repo still has the - > servlet/-user style jars only and does not have the new full zips. > Back in the day when I created the repo I had purposely put only the > user and servlet stuff, because the dev was not open source at the > time (and because there were issues with the native stuff - maybe > including the whole thing as a zip solves that though?). If we are > using the full zips and such in m2, and we clean it up, we probably > should update the m1 part of the repo as well (we should keep these in > sync). > > Thoughts, corrections, explanations? > > > > > On May 25, 4:38 am, "vikas.n.sha...@gmail.com" > wrote: > > Why gwt-dev-windows.jar is not in Repository server like gwt-dev-mac? > > > > gwt-dev-windows.jar is available inside a zip in gwt-windows.zip > > instead of as an artifact. It cause extra effort in getting the zip > > first and extracting it and than I've to install in my local > > repository so that I can access it in my Pom. > > > > >