From: Paul M. B. <pm...@ny...> - 2008-08-01 14:24:16
|
[Gitclipsers I am including you on this, as we have some additional install instructions. ] Scratch part of my previous. javagit builds fine under Cygwin. (with the same 4 stray directories) I had a shell with a wacky environment. When I started a new cygwin terminal, everything was fine. So I guess you guys are The problem is that depending on your cygwin install, git may have problems with the '\r\n' that eclipse uses for newlines (Windows sucks). So - I/gitclipse, will need to warn our users that to use a cygwin install, they need to install the version that does windows newlines, not unix. (or if they want unix-cygwin as I do to share files back and forth with a real *nix install, then they have to install mysysgit. ----- Original Message ----- From: Paul Munson Bethe <pm...@ny...> Date: Friday, August 1, 2008 10:17 am Subject: Re: [Javagit-users] [Javagit-devel] Build on Windows Vista To: James Linder <jam...@gm...> Cc: jav...@li... > If I put mvn and mysysgit on my Path, and the in a command-window (not > cygwin), go to the javagit directory and run mvn package, all 90 tests > run. > Due to conflicts between various commands, I don't think it is > possible to build this under cygwin (I have tried most of them). > > However, I still have 4 stray GitStatusTestRepository directories > being created. (low priority bug on that one entered yesterday). But > these are now in c:\Temp so I don't mind so much. > > With the Path this way, I have gitclipse running quite well (or at > least calling javagit/git successfully) > > > -Paul > > > > ----- Original Message ----- > From: James Linder <jam...@gm...> > Date: Friday, August 1, 2008 8:49 am > Subject: Re: [Javagit-users] [Javagit-devel] Build on Windows Vista > To: jav...@li... > > > > Hey Paul, > > > > I though this was going to the javagit-users list originally, but it > > went to javagit-devel. Do you have any further information regarding > > my questions below? > > > > Thanks, > > > > James > > > > > > On Thu, Jul 31, 2008 at 9:38 PM, James Linder > > <jam...@gm...> wrote: > > > Hey Gurdeep, > > > > > > Excellent. That is great news! :-) > > > > > > Could you also test using msysgit instead of cygwin+git. (It may > be > > > beneficial to review one of Pauls previous emails about needing to > > > uninstall git from cygwin). Also, since we are targeting Java 1.5, > > > how do the tests run with Java 1.5? > > > > > > > > > Paul, > > > > > > How does this stack up to what you are seeing? Do our tests run with > > > cygwin+git? How about with msysgit? > > > > > > > > > Cheers, > > > > > > James > > > > > > > > > On Thu, Jul 31, 2008 at 9:28 PM, GD <gu...@op...> wrote: > > >> > > >> I have a good news. I had been testing our build on my Windows Vista > > >> machine and till yesterday night, we had few failures, but now after > > >> downloading latest update from svn, **all tests are passing on my > > >> Windows machine now and also able to build the javagit build successfully. > > >> > > >> Details - > > >> > > >> java version "1.6.0_01" > > >> Java(TM) SE Runtime Environment (build 1.6.0_01-b07) > > >> Java HotSpot(TM) Client VM (build 1.6.0_01-b07, mixed mode, sharing) > > >> > > >> Windows Vista Home edistoin, ( OS 64 Bit ) running Cygwin, with Git > > >> version 1.5.6 > > >> > > >> > > >> thanks > > >> Gurdeep > > >> > > > > > > > ------------------------------------------------------------------------- > > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > > Build the coolest Linux based applications with Moblin SDK & win > great > > prizes > > Grand prize is a trip for two to an Open Source event anywhere in > the > > world > > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > _______________________________________________ > > Javagit-users mailing list > > Jav...@li... > > https://lists.sourceforge.net/lists/listinfo/javagit-users |