You can subscribe to this list here.
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(49) |
Aug
(19) |
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
(1) |
Jul
|
Aug
|
Sep
(2) |
Oct
(1) |
Nov
(1) |
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
From: Ross S. <ros...@ny...> - 2008-07-29 15:50:59
|
Beyond what Anirudha pointed out, about failed tests not cleaning up after themselves, I think GitStatus might be a chronic litterer - I have GitStatusTest0, GitStatusTest1, through GitStatusTest116 in /tmp on my machine. (Though that's from developing on my branch, which was created last week - this may have already been fixed.) On Jul 29, 2008, at 11:19 AM, Andrew Case wrote: > Paul, > > I already filed a bug about this: > http://sourceforge.net/tracker/index.php? > func=detail&aid=2023955&group_id=233450&atid=1089899 > > -- > Drew > > P.S. javagit related issues go to their mailing lists, not the > class list. > > > On Tue, 29 Jul 2008, Paul Munson Bethe wrote: > >> >> Javagit folks, >> >> Question: why does a single run of 'mvn package' create 21 >> directories under c:/ >> ... and then not clean them up? >> >> Directories of the flavor 'GitFileSystemTest_dir0' etc... >> >> and then if I run again, 21 more directories are created... >> >> It would seem to me that a succesful test should clean up its >> temporary files. >> Maybe a failure should leave the temp stuff alone to allow one to >> inspect them (or not). >> >> Also when running against the current source tree on Win XP: >> >> Failed tests: >> testSingleGitFile(edu.nyu.cs.javagit.api.TestGitFileSystem) >> testGitFileSystem(edu.nyu.cs.javagit.api.TestGitFileSystem) >> testNewlyAddedFiles >> (edu.nyu.cs.javagit.api.commands.TestGitStatusResponse) >> testModifiedAndDeletedFiles >> (edu.nyu.cs.javagit.api.commands.TestGitStatusRespo >> nse) >> testModifiedFiles(edu.nyu.cs.javagit.api.commands.TestGitStatus) >> >> Tests in error: >> testCommit(edu.nyu.cs.javagit.api.commands.TestGitCommit) >> testGitMvInvalidResponse >> (edu.nyu.cs.javagit.api.commands.TestGitMvResponse) >> testGitMvValidResponse >> (edu.nyu.cs.javagit.api.commands.TestGitMvResponse) >> testCreateBranch(edu.nyu.cs.javagit.api.commands.TestGitBranch) >> testDisplayBranch(edu.nyu.cs.javagit.api.commands.TestGitBranch) >> testRenameBranch(edu.nyu.cs.javagit.api.commands.TestGitBranch) >> testCreateBranchBadArugmentPassing >> (edu.nyu.cs.javagit.api.commands.TestGitBran >> ch) >> testBranchBadArugmentPassing >> (edu.nyu.cs.javagit.api.commands.TestGitBranch) >> testRenameBranchBadArugmentPassing >> (edu.nyu.cs.javagit.api.commands.TestGitBran >> ch) >> testRename(edu.nyu.cs.javagit.api.commands.TestGitMv) >> testMove(edu.nyu.cs.javagit.api.commands.TestGitMv) >> testGitMvInvalidInput(edu.nyu.cs.javagit.api.commands.TestGitMv) >> >> Tests run: 90, Failures: 5, Errors: 12, Skipped: 0 >> >> >> _______________________________________________ >> G22_3033_003_su08 mailing list >> G22...@cs... >> http://www.cs.nyu.edu/mailman/listinfo/g22_3033_003_su08 >> > > ---------------------------------------------------------------------- > --- > 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 |
From: Andrew C. <ac...@co...> - 2008-07-29 15:19:44
|
Paul, I already filed a bug about this: http://sourceforge.net/tracker/index.php?func=detail&aid=2023955&group_id=233450&atid=1089899 -- Drew P.S. javagit related issues go to their mailing lists, not the class list. On Tue, 29 Jul 2008, Paul Munson Bethe wrote: > > Javagit folks, > > Question: why does a single run of 'mvn package' create 21 directories under c:/ > ... and then not clean them up? > > Directories of the flavor 'GitFileSystemTest_dir0' etc... > > and then if I run again, 21 more directories are created... > > It would seem to me that a succesful test should clean up its temporary files. > Maybe a failure should leave the temp stuff alone to allow one to inspect them (or not). > > Also when running against the current source tree on Win XP: > > Failed tests: > testSingleGitFile(edu.nyu.cs.javagit.api.TestGitFileSystem) > testGitFileSystem(edu.nyu.cs.javagit.api.TestGitFileSystem) > testNewlyAddedFiles(edu.nyu.cs.javagit.api.commands.TestGitStatusResponse) > testModifiedAndDeletedFiles(edu.nyu.cs.javagit.api.commands.TestGitStatusRespo > nse) > testModifiedFiles(edu.nyu.cs.javagit.api.commands.TestGitStatus) > > Tests in error: > testCommit(edu.nyu.cs.javagit.api.commands.TestGitCommit) > testGitMvInvalidResponse(edu.nyu.cs.javagit.api.commands.TestGitMvResponse) > testGitMvValidResponse(edu.nyu.cs.javagit.api.commands.TestGitMvResponse) > testCreateBranch(edu.nyu.cs.javagit.api.commands.TestGitBranch) > testDisplayBranch(edu.nyu.cs.javagit.api.commands.TestGitBranch) > testRenameBranch(edu.nyu.cs.javagit.api.commands.TestGitBranch) > testCreateBranchBadArugmentPassing(edu.nyu.cs.javagit.api.commands.TestGitBran > ch) > testBranchBadArugmentPassing(edu.nyu.cs.javagit.api.commands.TestGitBranch) > testRenameBranchBadArugmentPassing(edu.nyu.cs.javagit.api.commands.TestGitBran > ch) > testRename(edu.nyu.cs.javagit.api.commands.TestGitMv) > testMove(edu.nyu.cs.javagit.api.commands.TestGitMv) > testGitMvInvalidInput(edu.nyu.cs.javagit.api.commands.TestGitMv) > > Tests run: 90, Failures: 5, Errors: 12, Skipped: 0 > > > _______________________________________________ > G22_3033_003_su08 mailing list > G22...@cs... > http://www.cs.nyu.edu/mailman/listinfo/g22_3033_003_su08 > |
From: James L. <jam...@gm...> - 2008-07-28 12:35:56
|
Hey Patrick, Yes, I am working on this today. Hopefully I'll get it set up by the evening. Cheers, James On Sun, Jul 27, 2008 at 11:35 PM, Patrick Winters <pat...@ny...> wrote: > Hey All, > Can you guys package your nightly builds and upload to some public space, > maybe sourceforge? We really need to get updates on a nightly basis. > -- > Patrick > Gitclipse > > > > > ------------------------------------------------------------------------- > 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 > |
From: Patrick W. <pat...@ny...> - 2008-07-28 03:35:56
|
Hey All, Can you guys package your nightly builds and upload to some public space, maybe sourceforge? We really need to get updates on a nightly basis. -- Patrick Gitclipse |
From: Nutan S. <ns...@ci...> - 2008-07-28 00:58:10
|
Hi James, Yes, you told me that this was an important topic of discussion, in the last class. Sorry, I didn't apply the change yet. Just now I had a look at the mentioned changes. I will change my commands accordingly and test them. I think I will copy the javadocs comments from you, too. Thanks, Nutan On Sun, Jul 27, 2008 at 7:17 PM, James Linder <jam...@gm...>wrote: > Nutan, > > The problem is the File.getAbsolutePath() vs. File.getPath() issue I > mentioned the other day. See the following commits for the relevant > changes to make to GitMv (both javadoc and code changes). > > r498, r499, r502 > > James > > On Sun, Jul 27, 2008 at 6:48 PM, Nutan Singh <ns...@ci...> wrote: > > Hi Ross, Drew, > > > > Yes, this is my domain, and, I have no idea why it behaves differently on > > different machine. It doesn't fail for me. I will resolve this ASAP. > > > > Thanks, > > Nutan > > > > On Sun, Jul 27, 2008 at 6:01 PM, Ross Snyder <ros...@ny...> > wrote: > >> > >> It fails for me too, on OS X with Java 1.5.0_13 and git 1.5.5.1, > >> though at a slightly different place: > >> > >> Failed tests: > >> testGitMvInvalidResponse > >> (edu.nyu.cs.javagit.api.commands.TestGitMvResponse) > >> > >> ------------------------------------------------------------------------ > >> ------- > >> Test set: edu.nyu.cs.javagit.api.commands.TestGitMvResponse > >> ------------------------------------------------------------------------ > >> ------- > >> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.163 > >> sec <<< FAILURE! > >> testGitMvInvalidResponse > >> (edu.nyu.cs.javagit.api.commands.TestGitMvResponse) Time elapsed: > >> 0.156 sec <<< FAILURE! > >> junit.framework.ComparisonFailure: Equal expected:<... message: > >> { line1=[[fatal: destination exists, source=/tmp/GitMvTestRepo/ > >> fileOne, destination=/tmp/GitMvTestRepo/fileTwo], line2=[Checking > >> rename of '/tmp/GitMvTestRepo/fileOne' to '/tmp/GitMvTestRepo/ > >> fileTwo']] }> but was:<... message: { line1=[[error: '/tmp/ > >> GitMvTestRepo/fileOne' is outside repository]] }> > >> at junit.framework.Assert.assertEquals(Assert.java:81) > >> at > >> edu.nyu.cs.javagit.api.commands.TestGitMvResponse.testGitMvInvalidRespon > >> se(TestGitMvResponse.java:72) > >> ... (rest omitted) > >> > >> Nutan, I think this is your domain? > >> > >> > >> On Jul 27, 2008, at 5:53 PM, Andrew Case wrote: > >> > >> > Works on (using my CIMS account, this is also what CC is probably > >> > using): > >> > Linserv1 which is RHEL5 with git-1.5.3.6 and java-1.6.0 > >> > Broken on: > >> > My Ubuntu machine with git-1.5.4.3 and java-1.5.0 > >> > > >> > Is mvn/cruise control building with Java 1.5? If it's running on > >> > 1.6, can > >> > anyone else test this with 1.5 to see if it might be a 1.6/1.5 > >> > problem or > >> > if it's something else? > >> > > >> > Thanks, > >> > > >> > -- > >> > Drew > >> > > >> > > >> > On Sun, 27 Jul 2008, Andrew Case wrote: > >> > > >> >> Javagiters, > >> >> > >> >> When compiling javagit with 'mvn package' things go well until it > >> >> hits > >> >> this: > >> >> > >> >> Results : > >> >> > >> >> Failed tests: > >> >> testGitMvInvalidInput(edu.nyu.cs.javagit.api.commands.TestGitMv) > >> >> > >> >> Tests run: 88, Failures: 1, Errors: 0, Skipped: 0 > >> >> > >> >> [INFO] > >> >> --------------------------------------------------------------------- > >> >> --- > >> >> [ERROR] BUILD FAILURE > >> >> [INFO] > >> >> --------------------------------------------------------------------- > >> >> --- > >> >> [INFO] There are test failures. > >> >> > >> >> Below is the test log. Any help in getting this working would be > >> >> nice. I see cruisecontrol thinks it's okay, so maybe it's a path or > >> >> version issue? > >> >> > >> >> Thanks, > >> >> > >> >> Drew > >> >> > >> >> > >> >> Test Log: > >> >> --------- > >> >> > >> >> darkfrog@raphael:~/projects/osp/trunk/javagit$ cat > >> >> /home/darkfrog/projects/osp/trunk/javagit/target/surefire-reports/ > >> >> edu.nyu.cs.javagit.api.commands.TestGitMv.txt > >> >> > >> >> --------------------------------------------------------------------- > >> >> ---------- > >> >> Test set: edu.nyu.cs.javagit.api.commands.TestGitMv > >> >> --------------------------------------------------------------------- > >> >> ---------- > >> >> Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: > >> >> 0.134 sec > >> >> <<< FAILURE! > >> >> testGitMvInvalidInput(edu.nyu.cs.javagit.api.commands.TestGitMv) > >> >> Time > >> >> elapsed: 0.07 sec <<< FAILURE! > >> >> junit.framework.ComparisonFailure: Should have null pointer > >> >> exception or > >> >> illegal argument exception expected:<...e: { line1=[fatal: [Not a > >> >> git > >> >> repository]] }> but was:<...e: { line1=[fatal: [bad source, > >> >> source=trunk/javagit/repository//home/darkfrog/projects/osp/trunk/ > >> >> javagit/oldFile, > >> >> destination=trunk/javagit/repository//home/darkfrog/projects/osp/ > >> >> trunk/javagit/newFile]] > >> >> }> > >> >> at junit.framework.Assert.assertEquals(Assert.java:81) > >> >> at > >> >> edu.nyu.cs.javagit.api.commands.TestGitMv.testGitMvInvalidInput > >> >> (TestGitMv.java:158) > >> >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > >> >> at > >> >> sun.reflect.NativeMethodAccessorImpl.invoke > >> >> (NativeMethodAccessorImpl.java:39) > >> >> at > >> >> sun.reflect.DelegatingMethodAccessorImpl.invoke > >> >> (DelegatingMethodAccessorImpl.java:25) > >> >> at java.lang.reflect.Method.invoke(Method.java:585) > >> >> at junit.framework.TestCase.runTest(TestCase.java:168) > >> >> at junit.framework.TestCase.runBare(TestCase.java:134) > >> >> at junit.framework.TestResult$1.protect(TestResult.java:110) > >> >> at junit.framework.TestResult.runProtected(TestResult.java:128) > >> >> at junit.framework.TestResult.run(TestResult.java:113) > >> >> at junit.framework.TestCase.run(TestCase.java:124) > >> >> at junit.framework.TestSuite.runTest(TestSuite.java:232) > >> >> at junit.framework.TestSuite.run(TestSuite.java:227) > >> >> at > >> >> org.junit.internal.runners.JUnit38ClassRunner.run > >> >> (JUnit38ClassRunner.java:81) > >> >> at > >> >> org.apache.maven.surefire.junit4.JUnit4TestSet.execute > >> >> (JUnit4TestSet.java:62) > >> >> at > >> >> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTes > >> >> tSet(AbstractDirectoryTestSuite.java:140) > >> >> at > >> >> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute > >> >> (AbstractDirectoryTestSuite.java:127) > >> >> at org.apache.maven.surefire.Surefire.run(Surefire.java:177) > >> >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > >> >> at > >> >> sun.reflect.NativeMethodAccessorImpl.invoke > >> >> (NativeMethodAccessorImpl.java:39) > >> >> at > >> >> sun.reflect.DelegatingMethodAccessorImpl.invoke > >> >> (DelegatingMethodAccessorImpl.java:25) > >> >> at java.lang.reflect.Method.invoke(Method.java:585) > >> >> at > >> >> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess > >> >> (SurefireBooter.java:338) > >> >> at > >> >> org.apache.maven.surefire.booter.SurefireBooter.main > >> >> (SurefireBooter.java:997) > >> >> > >> >> > >> >> > >> >> > >> >> --------------------------------------------------------------------- > >> >> ---- > >> >> 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 > >> >> > >> > > >> > ---------------------------------------------------------------------- > >> > --- > >> > 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 > >> > >> > >> > ------------------------------------------------------------------------- > >> 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 > >> > > > > > > ------------------------------------------------------------------------- > > 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 > > > > > > |
From: James L. <jam...@gm...> - 2008-07-27 23:17:06
|
Nutan, The problem is the File.getAbsolutePath() vs. File.getPath() issue I mentioned the other day. See the following commits for the relevant changes to make to GitMv (both javadoc and code changes). r498, r499, r502 James On Sun, Jul 27, 2008 at 6:48 PM, Nutan Singh <ns...@ci...> wrote: > Hi Ross, Drew, > > Yes, this is my domain, and, I have no idea why it behaves differently on > different machine. It doesn't fail for me. I will resolve this ASAP. > > Thanks, > Nutan > > On Sun, Jul 27, 2008 at 6:01 PM, Ross Snyder <ros...@ny...> wrote: >> >> It fails for me too, on OS X with Java 1.5.0_13 and git 1.5.5.1, >> though at a slightly different place: >> >> Failed tests: >> testGitMvInvalidResponse >> (edu.nyu.cs.javagit.api.commands.TestGitMvResponse) >> >> ------------------------------------------------------------------------ >> ------- >> Test set: edu.nyu.cs.javagit.api.commands.TestGitMvResponse >> ------------------------------------------------------------------------ >> ------- >> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.163 >> sec <<< FAILURE! >> testGitMvInvalidResponse >> (edu.nyu.cs.javagit.api.commands.TestGitMvResponse) Time elapsed: >> 0.156 sec <<< FAILURE! >> junit.framework.ComparisonFailure: Equal expected:<... message: >> { line1=[[fatal: destination exists, source=/tmp/GitMvTestRepo/ >> fileOne, destination=/tmp/GitMvTestRepo/fileTwo], line2=[Checking >> rename of '/tmp/GitMvTestRepo/fileOne' to '/tmp/GitMvTestRepo/ >> fileTwo']] }> but was:<... message: { line1=[[error: '/tmp/ >> GitMvTestRepo/fileOne' is outside repository]] }> >> at junit.framework.Assert.assertEquals(Assert.java:81) >> at >> edu.nyu.cs.javagit.api.commands.TestGitMvResponse.testGitMvInvalidRespon >> se(TestGitMvResponse.java:72) >> ... (rest omitted) >> >> Nutan, I think this is your domain? >> >> >> On Jul 27, 2008, at 5:53 PM, Andrew Case wrote: >> >> > Works on (using my CIMS account, this is also what CC is probably >> > using): >> > Linserv1 which is RHEL5 with git-1.5.3.6 and java-1.6.0 >> > Broken on: >> > My Ubuntu machine with git-1.5.4.3 and java-1.5.0 >> > >> > Is mvn/cruise control building with Java 1.5? If it's running on >> > 1.6, can >> > anyone else test this with 1.5 to see if it might be a 1.6/1.5 >> > problem or >> > if it's something else? >> > >> > Thanks, >> > >> > -- >> > Drew >> > >> > >> > On Sun, 27 Jul 2008, Andrew Case wrote: >> > >> >> Javagiters, >> >> >> >> When compiling javagit with 'mvn package' things go well until it >> >> hits >> >> this: >> >> >> >> Results : >> >> >> >> Failed tests: >> >> testGitMvInvalidInput(edu.nyu.cs.javagit.api.commands.TestGitMv) >> >> >> >> Tests run: 88, Failures: 1, Errors: 0, Skipped: 0 >> >> >> >> [INFO] >> >> --------------------------------------------------------------------- >> >> --- >> >> [ERROR] BUILD FAILURE >> >> [INFO] >> >> --------------------------------------------------------------------- >> >> --- >> >> [INFO] There are test failures. >> >> >> >> Below is the test log. Any help in getting this working would be >> >> nice. I see cruisecontrol thinks it's okay, so maybe it's a path or >> >> version issue? >> >> >> >> Thanks, >> >> >> >> Drew >> >> >> >> >> >> Test Log: >> >> --------- >> >> >> >> darkfrog@raphael:~/projects/osp/trunk/javagit$ cat >> >> /home/darkfrog/projects/osp/trunk/javagit/target/surefire-reports/ >> >> edu.nyu.cs.javagit.api.commands.TestGitMv.txt >> >> >> >> --------------------------------------------------------------------- >> >> ---------- >> >> Test set: edu.nyu.cs.javagit.api.commands.TestGitMv >> >> --------------------------------------------------------------------- >> >> ---------- >> >> Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: >> >> 0.134 sec >> >> <<< FAILURE! >> >> testGitMvInvalidInput(edu.nyu.cs.javagit.api.commands.TestGitMv) >> >> Time >> >> elapsed: 0.07 sec <<< FAILURE! >> >> junit.framework.ComparisonFailure: Should have null pointer >> >> exception or >> >> illegal argument exception expected:<...e: { line1=[fatal: [Not a >> >> git >> >> repository]] }> but was:<...e: { line1=[fatal: [bad source, >> >> source=trunk/javagit/repository//home/darkfrog/projects/osp/trunk/ >> >> javagit/oldFile, >> >> destination=trunk/javagit/repository//home/darkfrog/projects/osp/ >> >> trunk/javagit/newFile]] >> >> }> >> >> at junit.framework.Assert.assertEquals(Assert.java:81) >> >> at >> >> edu.nyu.cs.javagit.api.commands.TestGitMv.testGitMvInvalidInput >> >> (TestGitMv.java:158) >> >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> >> at >> >> sun.reflect.NativeMethodAccessorImpl.invoke >> >> (NativeMethodAccessorImpl.java:39) >> >> at >> >> sun.reflect.DelegatingMethodAccessorImpl.invoke >> >> (DelegatingMethodAccessorImpl.java:25) >> >> at java.lang.reflect.Method.invoke(Method.java:585) >> >> at junit.framework.TestCase.runTest(TestCase.java:168) >> >> at junit.framework.TestCase.runBare(TestCase.java:134) >> >> at junit.framework.TestResult$1.protect(TestResult.java:110) >> >> at junit.framework.TestResult.runProtected(TestResult.java:128) >> >> at junit.framework.TestResult.run(TestResult.java:113) >> >> at junit.framework.TestCase.run(TestCase.java:124) >> >> at junit.framework.TestSuite.runTest(TestSuite.java:232) >> >> at junit.framework.TestSuite.run(TestSuite.java:227) >> >> at >> >> org.junit.internal.runners.JUnit38ClassRunner.run >> >> (JUnit38ClassRunner.java:81) >> >> at >> >> org.apache.maven.surefire.junit4.JUnit4TestSet.execute >> >> (JUnit4TestSet.java:62) >> >> at >> >> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTes >> >> tSet(AbstractDirectoryTestSuite.java:140) >> >> at >> >> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute >> >> (AbstractDirectoryTestSuite.java:127) >> >> at org.apache.maven.surefire.Surefire.run(Surefire.java:177) >> >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> >> at >> >> sun.reflect.NativeMethodAccessorImpl.invoke >> >> (NativeMethodAccessorImpl.java:39) >> >> at >> >> sun.reflect.DelegatingMethodAccessorImpl.invoke >> >> (DelegatingMethodAccessorImpl.java:25) >> >> at java.lang.reflect.Method.invoke(Method.java:585) >> >> at >> >> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess >> >> (SurefireBooter.java:338) >> >> at >> >> org.apache.maven.surefire.booter.SurefireBooter.main >> >> (SurefireBooter.java:997) >> >> >> >> >> >> >> >> >> >> --------------------------------------------------------------------- >> >> ---- >> >> 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 >> >> >> > >> > ---------------------------------------------------------------------- >> > --- >> > 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 >> >> >> ------------------------------------------------------------------------- >> 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 >> > > > ------------------------------------------------------------------------- > 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 > > |
From: Nutan S. <ns...@ci...> - 2008-07-27 22:48:46
|
Hi Ross, Drew, Yes, this is my domain, and, I have no idea why it behaves differently on different machine. It doesn't fail for me. I will resolve this ASAP. Thanks, Nutan On Sun, Jul 27, 2008 at 6:01 PM, Ross Snyder <ros...@ny...> wrote: > It fails for me too, on OS X with Java 1.5.0_13 and git 1.5.5.1, > though at a slightly different place: > > Failed tests: > testGitMvInvalidResponse > (edu.nyu.cs.javagit.api.commands.TestGitMvResponse) > > ------------------------------------------------------------------------ > ------- > Test set: edu.nyu.cs.javagit.api.commands.TestGitMvResponse > ------------------------------------------------------------------------ > ------- > Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.163 > sec <<< FAILURE! > testGitMvInvalidResponse > (edu.nyu.cs.javagit.api.commands.TestGitMvResponse) Time elapsed: > 0.156 sec <<< FAILURE! > junit.framework.ComparisonFailure: Equal expected:<... message: > { line1=[[fatal: destination exists, source=/tmp/GitMvTestRepo/ > fileOne, destination=/tmp/GitMvTestRepo/fileTwo], line2=[Checking > rename of '/tmp/GitMvTestRepo/fileOne' to '/tmp/GitMvTestRepo/ > fileTwo']] }> but was:<... message: { line1=[[error: '/tmp/ > GitMvTestRepo/fileOne' is outside repository]] }> > at junit.framework.Assert.assertEquals(Assert.java:81) > at > edu.nyu.cs.javagit.api.commands.TestGitMvResponse.testGitMvInvalidRespon > se(TestGitMvResponse.java:72) > ... (rest omitted) > > Nutan, I think this is your domain? > > > On Jul 27, 2008, at 5:53 PM, Andrew Case wrote: > > > Works on (using my CIMS account, this is also what CC is probably > > using): > > Linserv1 which is RHEL5 with git-1.5.3.6 and java-1.6.0 > > Broken on: > > My Ubuntu machine with git-1.5.4.3 and java-1.5.0 > > > > Is mvn/cruise control building with Java 1.5? If it's running on > > 1.6, can > > anyone else test this with 1.5 to see if it might be a 1.6/1.5 > > problem or > > if it's something else? > > > > Thanks, > > > > -- > > Drew > > > > > > On Sun, 27 Jul 2008, Andrew Case wrote: > > > >> Javagiters, > >> > >> When compiling javagit with 'mvn package' things go well until it > >> hits > >> this: > >> > >> Results : > >> > >> Failed tests: > >> testGitMvInvalidInput(edu.nyu.cs.javagit.api.commands.TestGitMv) > >> > >> Tests run: 88, Failures: 1, Errors: 0, Skipped: 0 > >> > >> [INFO] > >> --------------------------------------------------------------------- > >> --- > >> [ERROR] BUILD FAILURE > >> [INFO] > >> --------------------------------------------------------------------- > >> --- > >> [INFO] There are test failures. > >> > >> Below is the test log. Any help in getting this working would be > >> nice. I see cruisecontrol thinks it's okay, so maybe it's a path or > >> version issue? > >> > >> Thanks, > >> > >> Drew > >> > >> > >> Test Log: > >> --------- > >> > >> darkfrog@raphael:~/projects/osp/trunk/javagit$ cat > >> /home/darkfrog/projects/osp/trunk/javagit/target/surefire-reports/ > >> edu.nyu.cs.javagit.api.commands.TestGitMv.txt > >> > >> --------------------------------------------------------------------- > >> ---------- > >> Test set: edu.nyu.cs.javagit.api.commands.TestGitMv > >> --------------------------------------------------------------------- > >> ---------- > >> Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: > >> 0.134 sec > >> <<< FAILURE! > >> testGitMvInvalidInput(edu.nyu.cs.javagit.api.commands.TestGitMv) > >> Time > >> elapsed: 0.07 sec <<< FAILURE! > >> junit.framework.ComparisonFailure: Should have null pointer > >> exception or > >> illegal argument exception expected:<...e: { line1=[fatal: [Not a > >> git > >> repository]] }> but was:<...e: { line1=[fatal: [bad source, > >> source=trunk/javagit/repository//home/darkfrog/projects/osp/trunk/ > >> javagit/oldFile, > >> destination=trunk/javagit/repository//home/darkfrog/projects/osp/ > >> trunk/javagit/newFile]] > >> }> > >> at junit.framework.Assert.assertEquals(Assert.java:81) > >> at > >> edu.nyu.cs.javagit.api.commands.TestGitMv.testGitMvInvalidInput > >> (TestGitMv.java:158) > >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > >> at > >> sun.reflect.NativeMethodAccessorImpl.invoke > >> (NativeMethodAccessorImpl.java:39) > >> at > >> sun.reflect.DelegatingMethodAccessorImpl.invoke > >> (DelegatingMethodAccessorImpl.java:25) > >> at java.lang.reflect.Method.invoke(Method.java:585) > >> at junit.framework.TestCase.runTest(TestCase.java:168) > >> at junit.framework.TestCase.runBare(TestCase.java:134) > >> at junit.framework.TestResult$1.protect(TestResult.java:110) > >> at junit.framework.TestResult.runProtected(TestResult.java:128) > >> at junit.framework.TestResult.run(TestResult.java:113) > >> at junit.framework.TestCase.run(TestCase.java:124) > >> at junit.framework.TestSuite.runTest(TestSuite.java:232) > >> at junit.framework.TestSuite.run(TestSuite.java:227) > >> at > >> org.junit.internal.runners.JUnit38ClassRunner.run > >> (JUnit38ClassRunner.java:81) > >> at > >> org.apache.maven.surefire.junit4.JUnit4TestSet.execute > >> (JUnit4TestSet.java:62) > >> at > >> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTes > >> tSet(AbstractDirectoryTestSuite.java:140) > >> at > >> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute > >> (AbstractDirectoryTestSuite.java:127) > >> at org.apache.maven.surefire.Surefire.run(Surefire.java:177) > >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > >> at > >> sun.reflect.NativeMethodAccessorImpl.invoke > >> (NativeMethodAccessorImpl.java:39) > >> at > >> sun.reflect.DelegatingMethodAccessorImpl.invoke > >> (DelegatingMethodAccessorImpl.java:25) > >> at java.lang.reflect.Method.invoke(Method.java:585) > >> at > >> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess > >> (SurefireBooter.java:338) > >> at > >> org.apache.maven.surefire.booter.SurefireBooter.main > >> (SurefireBooter.java:997) > >> > >> > >> > >> > >> --------------------------------------------------------------------- > >> ---- > >> 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 > >> > > > > ---------------------------------------------------------------------- > > --- > > 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 > > > ------------------------------------------------------------------------- > 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 > > |
From: Nutan S. <nu...@gm...> - 2008-07-27 22:38:38
|
Hi Ross, Drew, Yes, this is my domain, and, I have no idea why it behaves differently on different machine. It doesn't fail for me. I will resolve this ASAP. Thanks, Nutan On Sun, Jul 27, 2008 at 6:01 PM, Ross Snyder <ros...@ny...> wrote: > It fails for me too, on OS X with Java 1.5.0_13 and git 1.5.5.1, > though at a slightly different place: > > Failed tests: > testGitMvInvalidResponse > (edu.nyu.cs.javagit.api.commands.TestGitMvResponse) > > ------------------------------------------------------------------------ > ------- > Test set: edu.nyu.cs.javagit.api.commands.TestGitMvResponse > ------------------------------------------------------------------------ > ------- > Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.163 > sec <<< FAILURE! > testGitMvInvalidResponse > (edu.nyu.cs.javagit.api.commands.TestGitMvResponse) Time elapsed: > 0.156 sec <<< FAILURE! > junit.framework.ComparisonFailure: Equal expected:<... message: > { line1=[[fatal: destination exists, source=/tmp/GitMvTestRepo/ > fileOne, destination=/tmp/GitMvTestRepo/fileTwo], line2=[Checking > rename of '/tmp/GitMvTestRepo/fileOne' to '/tmp/GitMvTestRepo/ > fileTwo']] }> but was:<... message: { line1=[[error: '/tmp/ > GitMvTestRepo/fileOne' is outside repository]] }> > at junit.framework.Assert.assertEquals(Assert.java:81) > at > edu.nyu.cs.javagit.api.commands.TestGitMvResponse.testGitMvInvalidRespon > se(TestGitMvResponse.java:72) > ... (rest omitted) > > Nutan, I think this is your domain? > > > On Jul 27, 2008, at 5:53 PM, Andrew Case wrote: > > > Works on (using my CIMS account, this is also what CC is probably > > using): > > Linserv1 which is RHEL5 with git-1.5.3.6 and java-1.6.0 > > Broken on: > > My Ubuntu machine with git-1.5.4.3 and java-1.5.0 > > > > Is mvn/cruise control building with Java 1.5? If it's running on > > 1.6, can > > anyone else test this with 1.5 to see if it might be a 1.6/1.5 > > problem or > > if it's something else? > > > > Thanks, > > > > -- > > Drew > > > > > > On Sun, 27 Jul 2008, Andrew Case wrote: > > > >> Javagiters, > >> > >> When compiling javagit with 'mvn package' things go well until it > >> hits > >> this: > >> > >> Results : > >> > >> Failed tests: > >> testGitMvInvalidInput(edu.nyu.cs.javagit.api.commands.TestGitMv) > >> > >> Tests run: 88, Failures: 1, Errors: 0, Skipped: 0 > >> > >> [INFO] > >> --------------------------------------------------------------------- > >> --- > >> [ERROR] BUILD FAILURE > >> [INFO] > >> --------------------------------------------------------------------- > >> --- > >> [INFO] There are test failures. > >> > >> Below is the test log. Any help in getting this working would be > >> nice. I see cruisecontrol thinks it's okay, so maybe it's a path or > >> version issue? > >> > >> Thanks, > >> > >> Drew > >> > >> > >> Test Log: > >> --------- > >> > >> darkfrog@raphael:~/projects/osp/trunk/javagit$ cat > >> /home/darkfrog/projects/osp/trunk/javagit/target/surefire-reports/ > >> edu.nyu.cs.javagit.api.commands.TestGitMv.txt > >> > >> --------------------------------------------------------------------- > >> ---------- > >> Test set: edu.nyu.cs.javagit.api.commands.TestGitMv > >> --------------------------------------------------------------------- > >> ---------- > >> Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: > >> 0.134 sec > >> <<< FAILURE! > >> testGitMvInvalidInput(edu.nyu.cs.javagit.api.commands.TestGitMv) > >> Time > >> elapsed: 0.07 sec <<< FAILURE! > >> junit.framework.ComparisonFailure: Should have null pointer > >> exception or > >> illegal argument exception expected:<...e: { line1=[fatal: [Not a > >> git > >> repository]] }> but was:<...e: { line1=[fatal: [bad source, > >> source=trunk/javagit/repository//home/darkfrog/projects/osp/trunk/ > >> javagit/oldFile, > >> destination=trunk/javagit/repository//home/darkfrog/projects/osp/ > >> trunk/javagit/newFile]] > >> }> > >> at junit.framework.Assert.assertEquals(Assert.java:81) > >> at > >> edu.nyu.cs.javagit.api.commands.TestGitMv.testGitMvInvalidInput > >> (TestGitMv.java:158) > >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > >> at > >> sun.reflect.NativeMethodAccessorImpl.invoke > >> (NativeMethodAccessorImpl.java:39) > >> at > >> sun.reflect.DelegatingMethodAccessorImpl.invoke > >> (DelegatingMethodAccessorImpl.java:25) > >> at java.lang.reflect.Method.invoke(Method.java:585) > >> at junit.framework.TestCase.runTest(TestCase.java:168) > >> at junit.framework.TestCase.runBare(TestCase.java:134) > >> at junit.framework.TestResult$1.protect(TestResult.java:110) > >> at junit.framework.TestResult.runProtected(TestResult.java:128) > >> at junit.framework.TestResult.run(TestResult.java:113) > >> at junit.framework.TestCase.run(TestCase.java:124) > >> at junit.framework.TestSuite.runTest(TestSuite.java:232) > >> at junit.framework.TestSuite.run(TestSuite.java:227) > >> at > >> org.junit.internal.runners.JUnit38ClassRunner.run > >> (JUnit38ClassRunner.java:81) > >> at > >> org.apache.maven.surefire.junit4.JUnit4TestSet.execute > >> (JUnit4TestSet.java:62) > >> at > >> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTes > >> tSet(AbstractDirectoryTestSuite.java:140) > >> at > >> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute > >> (AbstractDirectoryTestSuite.java:127) > >> at org.apache.maven.surefire.Surefire.run(Surefire.java:177) > >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > >> at > >> sun.reflect.NativeMethodAccessorImpl.invoke > >> (NativeMethodAccessorImpl.java:39) > >> at > >> sun.reflect.DelegatingMethodAccessorImpl.invoke > >> (DelegatingMethodAccessorImpl.java:25) > >> at java.lang.reflect.Method.invoke(Method.java:585) > >> at > >> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess > >> (SurefireBooter.java:338) > >> at > >> org.apache.maven.surefire.booter.SurefireBooter.main > >> (SurefireBooter.java:997) > >> > >> > >> > >> > >> --------------------------------------------------------------------- > >> ---- > >> 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 > >> > > > > ---------------------------------------------------------------------- > > --- > > 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 > > > ------------------------------------------------------------------------- > 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 > > |
From: Andrew C. <ac...@co...> - 2008-07-27 22:05:49
|
Maybe a Java 1.5 thing then. Anyone able to run the tests successfully on java 1.5? -- Drew On Sun, 27 Jul 2008, Ross Snyder wrote: > It fails for me too, on OS X with Java 1.5.0_13 and git 1.5.5.1, though at a > slightly different place: > > Failed tests: > testGitMvInvalidResponse(edu.nyu.cs.javagit.api.commands.TestGitMvResponse) > > ------------------------------------------------------------------------------- > Test set: edu.nyu.cs.javagit.api.commands.TestGitMvResponse > ------------------------------------------------------------------------------- > Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.163 sec <<< > FAILURE! > testGitMvInvalidResponse(edu.nyu.cs.javagit.api.commands.TestGitMvResponse) > Time elapsed: 0.156 sec <<< FAILURE! > junit.framework.ComparisonFailure: Equal expected:<... message: { > line1=[[fatal: destination exists, source=/tmp/GitMvTestRepo/fileOne, > destination=/tmp/GitMvTestRepo/fileTwo], line2=[Checking rename of > '/tmp/GitMvTestRepo/fileOne' to '/tmp/GitMvTestRepo/fileTwo']] }> but > was:<... message: { line1=[[error: '/tmp/GitMvTestRepo/fileOne' is outside > repository]] }> > at junit.framework.Assert.assertEquals(Assert.java:81) > at > edu.nyu.cs.javagit.api.commands.TestGitMvResponse.testGitMvInvalidResponse(TestGitMvResponse.java:72) > ... (rest omitted) > > Nutan, I think this is your domain? > > > On Jul 27, 2008, at 5:53 PM, Andrew Case wrote: > >> Works on (using my CIMS account, this is also what CC is probably using): >> Linserv1 which is RHEL5 with git-1.5.3.6 and java-1.6.0 >> Broken on: >> My Ubuntu machine with git-1.5.4.3 and java-1.5.0 >> >> Is mvn/cruise control building with Java 1.5? If it's running on 1.6, can >> anyone else test this with 1.5 to see if it might be a 1.6/1.5 problem or >> if it's something else? >> >> Thanks, >> >> -- >> Drew >> >> >> On Sun, 27 Jul 2008, Andrew Case wrote: >> >>> Javagiters, >>> >>> When compiling javagit with 'mvn package' things go well until it hits >>> this: >>> >>> Results : >>> >>> Failed tests: >>> testGitMvInvalidInput(edu.nyu.cs.javagit.api.commands.TestGitMv) >>> >>> Tests run: 88, Failures: 1, Errors: 0, Skipped: 0 >>> >>> [INFO] >>> ------------------------------------------------------------------------ >>> [ERROR] BUILD FAILURE >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] There are test failures. >>> >>> Below is the test log. Any help in getting this working would be >>> nice. I see cruisecontrol thinks it's okay, so maybe it's a path or >>> version issue? >>> >>> Thanks, >>> >>> Drew >>> >>> >>> Test Log: >>> --------- >>> >>> darkfrog@raphael:~/projects/osp/trunk/javagit$ cat >>> /home/darkfrog/projects/osp/trunk/javagit/target/surefire-reports/edu.nyu.cs.javagit.api.commands.TestGitMv.txt >>> >>> ------------------------------------------------------------------------------- >>> Test set: edu.nyu.cs.javagit.api.commands.TestGitMv >>> ------------------------------------------------------------------------------- >>> Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec >>> <<< FAILURE! >>> testGitMvInvalidInput(edu.nyu.cs.javagit.api.commands.TestGitMv) Time >>> elapsed: 0.07 sec <<< FAILURE! >>> junit.framework.ComparisonFailure: Should have null pointer exception or >>> illegal argument exception expected:<...e: { line1=[fatal: [Not a git >>> repository]] }> but was:<...e: { line1=[fatal: [bad source, >>> source=trunk/javagit/repository//home/darkfrog/projects/osp/trunk/javagit/oldFile, >>> destination=trunk/javagit/repository//home/darkfrog/projects/osp/trunk/javagit/newFile]] >>> }> >>> at junit.framework.Assert.assertEquals(Assert.java:81) >>> at >>> edu.nyu.cs.javagit.api.commands.TestGitMv.testGitMvInvalidInput(TestGitMv.java:158) >>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>> at >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >>> at >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >>> at java.lang.reflect.Method.invoke(Method.java:585) >>> at junit.framework.TestCase.runTest(TestCase.java:168) >>> at junit.framework.TestCase.runBare(TestCase.java:134) >>> at junit.framework.TestResult$1.protect(TestResult.java:110) >>> at junit.framework.TestResult.runProtected(TestResult.java:128) >>> at junit.framework.TestResult.run(TestResult.java:113) >>> at junit.framework.TestCase.run(TestCase.java:124) >>> at junit.framework.TestSuite.runTest(TestSuite.java:232) >>> at junit.framework.TestSuite.run(TestSuite.java:227) >>> at >>> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:81) >>> at >>> org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62) >>> at >>> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) >>> at >>> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) >>> at org.apache.maven.surefire.Surefire.run(Surefire.java:177) >>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>> at >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >>> at >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >>> at java.lang.reflect.Method.invoke(Method.java:585) >>> at >>> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) >>> at >>> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) >>> >>> >>> >>> >>> ------------------------------------------------------------------------- >>> 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 >>> >> >> ------------------------------------------------------------------------- >> 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 |
From: Ross S. <ros...@ny...> - 2008-07-27 22:03:15
|
It fails for me too, on OS X with Java 1.5.0_13 and git 1.5.5.1, though at a slightly different place: Failed tests: testGitMvInvalidResponse (edu.nyu.cs.javagit.api.commands.TestGitMvResponse) ------------------------------------------------------------------------ ------- Test set: edu.nyu.cs.javagit.api.commands.TestGitMvResponse ------------------------------------------------------------------------ ------- Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.163 sec <<< FAILURE! testGitMvInvalidResponse (edu.nyu.cs.javagit.api.commands.TestGitMvResponse) Time elapsed: 0.156 sec <<< FAILURE! junit.framework.ComparisonFailure: Equal expected:<... message: { line1=[[fatal: destination exists, source=/tmp/GitMvTestRepo/ fileOne, destination=/tmp/GitMvTestRepo/fileTwo], line2=[Checking rename of '/tmp/GitMvTestRepo/fileOne' to '/tmp/GitMvTestRepo/ fileTwo']] }> but was:<... message: { line1=[[error: '/tmp/ GitMvTestRepo/fileOne' is outside repository]] }> at junit.framework.Assert.assertEquals(Assert.java:81) at edu.nyu.cs.javagit.api.commands.TestGitMvResponse.testGitMvInvalidRespon se(TestGitMvResponse.java:72) ... (rest omitted) Nutan, I think this is your domain? On Jul 27, 2008, at 5:53 PM, Andrew Case wrote: > Works on (using my CIMS account, this is also what CC is probably > using): > Linserv1 which is RHEL5 with git-1.5.3.6 and java-1.6.0 > Broken on: > My Ubuntu machine with git-1.5.4.3 and java-1.5.0 > > Is mvn/cruise control building with Java 1.5? If it's running on > 1.6, can > anyone else test this with 1.5 to see if it might be a 1.6/1.5 > problem or > if it's something else? > > Thanks, > > -- > Drew > > > On Sun, 27 Jul 2008, Andrew Case wrote: > >> Javagiters, >> >> When compiling javagit with 'mvn package' things go well until it >> hits >> this: >> >> Results : >> >> Failed tests: >> testGitMvInvalidInput(edu.nyu.cs.javagit.api.commands.TestGitMv) >> >> Tests run: 88, Failures: 1, Errors: 0, Skipped: 0 >> >> [INFO] >> --------------------------------------------------------------------- >> --- >> [ERROR] BUILD FAILURE >> [INFO] >> --------------------------------------------------------------------- >> --- >> [INFO] There are test failures. >> >> Below is the test log. Any help in getting this working would be >> nice. I see cruisecontrol thinks it's okay, so maybe it's a path or >> version issue? >> >> Thanks, >> >> Drew >> >> >> Test Log: >> --------- >> >> darkfrog@raphael:~/projects/osp/trunk/javagit$ cat >> /home/darkfrog/projects/osp/trunk/javagit/target/surefire-reports/ >> edu.nyu.cs.javagit.api.commands.TestGitMv.txt >> >> --------------------------------------------------------------------- >> ---------- >> Test set: edu.nyu.cs.javagit.api.commands.TestGitMv >> --------------------------------------------------------------------- >> ---------- >> Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: >> 0.134 sec >> <<< FAILURE! >> testGitMvInvalidInput(edu.nyu.cs.javagit.api.commands.TestGitMv) >> Time >> elapsed: 0.07 sec <<< FAILURE! >> junit.framework.ComparisonFailure: Should have null pointer >> exception or >> illegal argument exception expected:<...e: { line1=[fatal: [Not a >> git >> repository]] }> but was:<...e: { line1=[fatal: [bad source, >> source=trunk/javagit/repository//home/darkfrog/projects/osp/trunk/ >> javagit/oldFile, >> destination=trunk/javagit/repository//home/darkfrog/projects/osp/ >> trunk/javagit/newFile]] >> }> >> at junit.framework.Assert.assertEquals(Assert.java:81) >> at >> edu.nyu.cs.javagit.api.commands.TestGitMv.testGitMvInvalidInput >> (TestGitMv.java:158) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke >> (NativeMethodAccessorImpl.java:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke >> (DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:585) >> at junit.framework.TestCase.runTest(TestCase.java:168) >> at junit.framework.TestCase.runBare(TestCase.java:134) >> at junit.framework.TestResult$1.protect(TestResult.java:110) >> at junit.framework.TestResult.runProtected(TestResult.java:128) >> at junit.framework.TestResult.run(TestResult.java:113) >> at junit.framework.TestCase.run(TestCase.java:124) >> at junit.framework.TestSuite.runTest(TestSuite.java:232) >> at junit.framework.TestSuite.run(TestSuite.java:227) >> at >> org.junit.internal.runners.JUnit38ClassRunner.run >> (JUnit38ClassRunner.java:81) >> at >> org.apache.maven.surefire.junit4.JUnit4TestSet.execute >> (JUnit4TestSet.java:62) >> at >> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTes >> tSet(AbstractDirectoryTestSuite.java:140) >> at >> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute >> (AbstractDirectoryTestSuite.java:127) >> at org.apache.maven.surefire.Surefire.run(Surefire.java:177) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke >> (NativeMethodAccessorImpl.java:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke >> (DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:585) >> at >> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess >> (SurefireBooter.java:338) >> at >> org.apache.maven.surefire.booter.SurefireBooter.main >> (SurefireBooter.java:997) >> >> >> >> >> --------------------------------------------------------------------- >> ---- >> 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 >> > > ---------------------------------------------------------------------- > --- > 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 |
From: Andrew C. <ac...@co...> - 2008-07-27 21:53:40
|
Works on (using my CIMS account, this is also what CC is probably using): Linserv1 which is RHEL5 with git-1.5.3.6 and java-1.6.0 Broken on: My Ubuntu machine with git-1.5.4.3 and java-1.5.0 Is mvn/cruise control building with Java 1.5? If it's running on 1.6, can anyone else test this with 1.5 to see if it might be a 1.6/1.5 problem or if it's something else? Thanks, -- Drew On Sun, 27 Jul 2008, Andrew Case wrote: > Javagiters, > > When compiling javagit with 'mvn package' things go well until it hits > this: > > Results : > > Failed tests: > testGitMvInvalidInput(edu.nyu.cs.javagit.api.commands.TestGitMv) > > Tests run: 88, Failures: 1, Errors: 0, Skipped: 0 > > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] There are test failures. > > Below is the test log. Any help in getting this working would be > nice. I see cruisecontrol thinks it's okay, so maybe it's a path or > version issue? > > Thanks, > > Drew > > > Test Log: > --------- > > darkfrog@raphael:~/projects/osp/trunk/javagit$ cat > /home/darkfrog/projects/osp/trunk/javagit/target/surefire-reports/edu.nyu.cs.javagit.api.commands.TestGitMv.txt > > ------------------------------------------------------------------------------- > Test set: edu.nyu.cs.javagit.api.commands.TestGitMv > ------------------------------------------------------------------------------- > Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec > <<< FAILURE! > testGitMvInvalidInput(edu.nyu.cs.javagit.api.commands.TestGitMv) Time > elapsed: 0.07 sec <<< FAILURE! > junit.framework.ComparisonFailure: Should have null pointer exception or > illegal argument exception expected:<...e: { line1=[fatal: [Not a git > repository]] }> but was:<...e: { line1=[fatal: [bad source, > source=trunk/javagit/repository//home/darkfrog/projects/osp/trunk/javagit/oldFile, > destination=trunk/javagit/repository//home/darkfrog/projects/osp/trunk/javagit/newFile]] > }> > at junit.framework.Assert.assertEquals(Assert.java:81) > at > edu.nyu.cs.javagit.api.commands.TestGitMv.testGitMvInvalidInput(TestGitMv.java:158) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at junit.framework.TestCase.runTest(TestCase.java:168) > at junit.framework.TestCase.runBare(TestCase.java:134) > at junit.framework.TestResult$1.protect(TestResult.java:110) > at junit.framework.TestResult.runProtected(TestResult.java:128) > at junit.framework.TestResult.run(TestResult.java:113) > at junit.framework.TestCase.run(TestCase.java:124) > at junit.framework.TestSuite.runTest(TestSuite.java:232) > at junit.framework.TestSuite.run(TestSuite.java:227) > at > org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:81) > at > org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62) > at > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) > at > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) > at org.apache.maven.surefire.Surefire.run(Surefire.java:177) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at > org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) > at > org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) > > > > > ------------------------------------------------------------------------- > 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 > |
From: Andrew C. <ac...@ac...> - 2008-07-27 21:32:42
|
Javagiters, When compiling javagit with 'mvn package' things go well until it hits this: Results : Failed tests: testGitMvInvalidInput(edu.nyu.cs.javagit.api.commands.TestGitMv) Tests run: 88, Failures: 1, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] There are test failures. Below is the test log. Any help in getting this working would be nice. I see cruisecontrol thinks it's okay, so maybe it's a path or version issue? Thanks, Drew Test Log: --------- darkfrog@raphael:~/projects/osp/trunk/javagit$ cat /home/darkfrog/projects/osp/trunk/javagit/target/surefire-reports/edu.nyu.cs.javagit.api.commands.TestGitMv.txt ------------------------------------------------------------------------------- Test set: edu.nyu.cs.javagit.api.commands.TestGitMv ------------------------------------------------------------------------------- Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec <<< FAILURE! testGitMvInvalidInput(edu.nyu.cs.javagit.api.commands.TestGitMv) Time elapsed: 0.07 sec <<< FAILURE! junit.framework.ComparisonFailure: Should have null pointer exception or illegal argument exception expected:<...e: { line1=[fatal: [Not a git repository]] }> but was:<...e: { line1=[fatal: [bad source, source=trunk/javagit/repository//home/darkfrog/projects/osp/trunk/javagit/oldFile, destination=trunk/javagit/repository//home/darkfrog/projects/osp/trunk/javagit/newFile]] }> at junit.framework.Assert.assertEquals(Assert.java:81) at edu.nyu.cs.javagit.api.commands.TestGitMv.testGitMvInvalidInput(TestGitMv.java:158) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:232) at junit.framework.TestSuite.run(TestSuite.java:227) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:81) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) |
From: James L. <jam...@gm...> - 2008-07-25 00:39:20
|
Hey Han, I've committed the fix now. Please checkout the new code and verify that it works for you. Regards, James On Thu, Jul 24, 2008 at 1:22 PM, James Linder <jam...@gm...> wrote: > Hi Han, > > Yes, that bug report makes sense. Thanks for making the report. I > already have it fixed but it is not committed yet. I'll let you know > when I get it committed. > > Cheers, > > James > > > On Thu, Jul 24, 2008 at 12:01 PM, Han Chiu <dev...@gm...> wrote: >> hi Guys, I create a GitRm bug report, can you please look at it and see if >> it makes sense? Thanks >> >> -- >> Han Chiu >> ------------------------------------------------------------------------- >> 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 >> >> > |
From: James L. <jam...@gm...> - 2008-07-24 17:22:05
|
Hi Han, Yes, that bug report makes sense. Thanks for making the report. I already have it fixed but it is not committed yet. I'll let you know when I get it committed. Cheers, James On Thu, Jul 24, 2008 at 12:01 PM, Han Chiu <dev...@gm...> wrote: > hi Guys, I create a GitRm bug report, can you please look at it and see if > it makes sense? Thanks > > -- > Han Chiu > ------------------------------------------------------------------------- > 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 > > |
From: Han C. <dev...@gm...> - 2008-07-24 16:01:51
|
hi Guys, I create a GitRm bug report, can you please look at it and see if it makes sense? Thanks -- Han Chiu |
From: Ross S. <ros...@ny...> - 2008-07-22 21:57:13
|
Sweet... that was what I needed. Thanks for the advice. On Jul 22, 2008, at 9:13 AM, James Linder wrote: > Hey Ross, > > Check out the "svn revert" command (svn help revert). Once you do the > svn merge and you have all the conflicted files, do an "svn revert" on > the files you don't want the changes in. You may also need to do an > "svn resolved" (see "svn help resolved") on those same files. > > Once you have done these things, resolve the conflicts in the files > with changes you want to keep and commit your changes to trunk. Be > sure to note in your commit what branch you are merging from, what > revisions you are merging and the fact that there are other files > which conflicted and you didn't change. > > Let us know how that goes. > > Cheers, > > James > > On Tue, Jul 22, 2008 at 3:28 AM, Ross Snyder <ros...@ny...> > wrote: >> OK, so now I'm beginning to get why we decided to just check into >> trunk, rather than spend a bunch of time resolving merge conflicts. >> I don't have a lot of subversion experience, so there's probably a >> clear "best practice" here, but I've been going around and around on >> this: >> >> - I have a branch, javagit/branches/reviews/rs2705/1, which I want to >> merge into trunk. >> - I created the branch at r416. >> - My last checkin on the branch is r482. >> >> So I go into trunk, do an svn up, and then run: >> >> svn merge -r 416:482 https://subversive.cims.nyu.edu/osp/javagit/ >> branches/reviews/rs2705/1 . --dry-run >> >> That gives me this big list of conflicts to resolve: >> >> Skipped missing target: 'javagit/src/test/java/edu/nyu/cs/javagit/ >> api/ >> test/TestWorkingTree.java' >> A javagit/src/test/java/edu/nyu/cs/javagit/api/test/ >> TestGitFileSystem.java >> C javagit/src/test/java/edu/nyu/cs/javagit/api/ >> TestWorkingTree.java >> C javagit/src/main/java/edu/nyu/cs/javagit/api/ >> GitFileSystemObject.java >> C javagit/src/main/java/edu/nyu/cs/javagit/api/WorkingTree.java >> C javagit/src/main/java/edu/nyu/cs/javagit/api/commands/ >> GitStatusOptions.java >> C javagit/src/main/java/edu/nyu/cs/javagit/api/commands/ >> GitStatus.java >> C javagit/src/main/java/edu/nyu/cs/javagit/api/GitFile.java >> C javagit/src/main/java/edu/nyu/cs/javagit/api/GitDirectory.java >> C javagit/src/main/java/edu/nyu/cs/javagit/api/DotGit.java >> C javagit/src/main/java/edu/nyu/cs/javagit/client/cli/ >> CliGitCheckout.java >> C javagit/src/main/java/edu/nyu/cs/javagit/client/cli/ >> CliGitStatus.java >> C javagit/src/main/java/edu/nyu/cs/javagit/client/cli/ >> CliGitBranch.java >> >> But I only really care about a few of these files - specifically: >> >> C javagit/src/main/java/edu/nyu/cs/javagit/api/ >> GitFileSystemObject.java >> C javagit/src/main/java/edu/nyu/cs/javagit/api/WorkingTree.java >> C javagit/src/main/java/edu/nyu/cs/javagit/api/GitFile.java >> C javagit/src/main/java/edu/nyu/cs/javagit/api/GitDirectory.java >> A javagit/src/test/java/edu/nyu/cs/javagit/api/test/ >> TestGitFileSystem.java >> >> How do I tell svn that I want to merge in these files, and forget >> about the rest? Is that possible, or am I just going about this all >> wrong? I really don't want to have to spend time resolving conflicts >> in a bunch of files I didn't even touch. >> >> --------------------------------------------------------------------- >> ---- >> 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-devel mailing list >> Jav...@li... >> https://lists.sourceforge.net/lists/listinfo/javagit-devel >> |
From: Andrew C. <ac...@co...> - 2008-07-22 02:09:20
|
Hey guys/gals, You may want to include this in a troubleshooting document. I recently spent a few minutes trying to figure out what went wrong. The circumstances were that I had just installed git on my system and hadn't used it before. I followed the javagit documentation of 'mvn package' to build the jar, but several tests failed. The problem became clear only when I tried to git commit something myself: ----------- darkfrog@raphael:~/projects/osp/test$ git commit *** Your name cannot be determined from your system services (gecos). Run git config --global user.email "yo...@ex..." git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only in this repository. fatal: empty ident <darkfrog@raphael.localdomain> not allowed ----------- This may seem obvious, but I'm sure others will run into this. Full log to follow. -- Drew darkfrog@raphael:~/projects/osp/javagit$ mvn package [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building javagit [INFO] task-segment: [package] [INFO] ------------------------------------------------------------------------ [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] [INFO] Nothing to compile - all classes are up to date [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test] [INFO] Surefire report directory: /home/darkfrog/projects/osp/javagit/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running edu.nyu.cs.javagit.api.commands.TestGitResetOptions Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec Running edu.nyu.cs.javagit.api.commands.TestGitCommit Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.142 sec <<< FAILURE! Running edu.nyu.cs.javagit.client.cli.TestCliGitCommit Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running edu.nyu.cs.javagit.api.commands.TestGitStatus Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.255 sec <<< FAILURE! Running edu.nyu.cs.javagit.api.TestDotGit Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec Running edu.nyu.cs.javagit.api.commands.TestGitCheckout Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.287 sec <<< FAILURE! Running edu.nyu.cs.javagit.api.TestRef Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running edu.nyu.cs.javagit.utilities.TestCheckUtilities Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec Running edu.nyu.cs.javagit.api.commands.TestGitStatusResponse Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running edu.nyu.cs.javagit.client.cli.TestCliGitAdd Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running edu.nyu.cs.javagit.api.commands.TestGitBranch Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 1.075 sec <<< FAILURE! Running edu.nyu.cs.javagit.api.TestGitFileSystem Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec Running edu.nyu.cs.javagit.client.cli.TestGitAddResponseImpl Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running edu.nyu.cs.javagit.utilities.TestExceptionMessageMap Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running edu.nyu.cs.javagit.api.commands.TestGitCommitResponse Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec Running edu.nyu.cs.javagit.api.commands.TestGitMv Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running edu.nyu.cs.javagit.api.TestWorkingTree Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running edu.nyu.cs.javagit.api.commands.TestGitStatusOptions Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec Running edu.nyu.cs.javagit.api.commands.TestGitAdd Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running edu.nyu.cs.javagit.api.commands.TestGitAddResponse Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running edu.nyu.cs.javagit.api.commands.TestGitCheckoutResponse Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Results : Tests in error: testCommit(edu.nyu.cs.javagit.api.commands.TestGitCommit) testModifiedNotUpdatedFiles(edu.nyu.cs.javagit.api.commands.TestGitStatus) testCreatingNewBranchFromMaster(edu.nyu.cs.javagit.api.commands.TestGitCheckout) testCheckingOutLocalllyDeletedFiles(edu.nyu.cs.javagit.api.commands.TestGitCheckout) testCheckingOutFileFromAnotherBranch(edu.nyu.cs.javagit.api.commands.TestGitCheckout) testCreateBranch(edu.nyu.cs.javagit.api.commands.TestGitBranch) testDisplayBranch(edu.nyu.cs.javagit.api.commands.TestGitBranch) testRenameBranch(edu.nyu.cs.javagit.api.commands.TestGitBranch) testDeleteBranch(edu.nyu.cs.javagit.api.commands.TestGitBranch) testCreateBranchBadArugmentPassing(edu.nyu.cs.javagit.api.commands.TestGitBranch) testBranchBadArugmentPassing(edu.nyu.cs.javagit.api.commands.TestGitBranch) testRenameBranchBadArugmentPassing(edu.nyu.cs.javagit.api.commands.TestGitBranch) testDeleteBranchBadArugmentPassing(edu.nyu.cs.javagit.api.commands.TestGitBranch) Tests run: 72, Failures: 0, Errors: 13, Skipped: 0 [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] There are test failures. Please refer to /home/darkfrog/projects/osp/javagit/target/surefire-reports for the individual test results. [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5 seconds [INFO] Finished at: Mon Jul 21 21:57:03 EDT 2008 [INFO] Final Memory: 5M/9M [INFO] ------------------------------------------------------------------------ darkfrog@raphael:~/projects/osp/javagit$ cd ../test darkfrog@raphael:~/projects/osp/test$ git-init Initialized empty Git repository in .git/ darkfrog@raphael:~/projects/osp/test$ touch cow darkfrog@raphael:~/projects/osp/test$ git add cow darkfrog@raphael:~/projects/osp/test$ git commit *** Your name cannot be determined from your system services (gecos). Run git config --global user.email "yo...@ex..." git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only in this repository. fatal: empty ident <darkfrog@raphael.localdomain> not allowed |
From: Gurdeep D. <gs...@ny...> - 2008-07-22 01:32:38
|
Michelle, I'll look into it. Thanks for letting me know. Gurdeep Michelle S Osborne wrote: > Gurdeep, > > Sorry I wasn't able to try it out sooner - I get home from work fairly late and ran into some unrelated problems building the project. > > I do see files register as modified now, but I'm still not getting exactly the expected response. Given the following git status output, I see 2 files come back as 'modified to commit' and 0 as 'modified not updated', rather than 1 and 1 as I would expect: > > **************************************************** > # On branch master > # Changes to be committed: > # (use "git reset HEAD <file>..." to unstage) > # > # modified: src/Modified.java > # deleted: src/Removed.java > # deleted: src/RemovedNotStaged.java > # > # Changed but not updated: > # (use "git add <file>..." to update what will be committed) > # > # modified: src/ModifiedNotStaged.java > # > # Untracked files: > # (use "git add <file>..." to include in what will be committed) > # > # .classpath > # .project > # bin/ > **************************************************** > > I'm going to go ahead and file this as a new bug report. > > Michelle > > ----- Original Message ----- > From: Gurdeep Singh Dhindsa <gs...@ny...> > Date: Monday, July 21, 2008 12:13 pm > Subject: Re: [Javagit-users] [Gitclipse-devel] Problem with GitStatus > To: Michael Schidlowsky <mic...@cs...> > Cc: Michelle S Osborne <ms...@ny...>, git...@li..., jav...@li... > > >> Hi Michelle, >> >> This is already fixed. I fixed it and did the release yesterday night. >> I had also logged it as a bug initially in sourceforge yesterday when >> you sent the mail. >> >> I'll be closing it once you confirm that it's working. >> >> thanks >> Gurdeep >> >> ----- Original Message ----- >> From: Michael Schidlowsky <mic...@cs...> >> Date: Monday, July 21, 2008 11:28 am >> Subject: Re: [Javagit-users] [Gitclipse-devel] Problem with GitStatus >> To: Michelle S Osborne <ms...@ny...> >> Cc: git...@li..., jav...@li... >> >> >> >>> Michelle, >>> >>> Can you log this as a defect on sourceforge? >>> ... >>> >>> Someone from the javagit team, >>> >>> please assign this defect to yourself and fix it. :) >>> >>> Thanks, >>> Michael >>> >>> On Sun, Jul 20, 2008 at 2:28 PM, Michelle S Osborne <ms...@ny...> >>> >> wrote: >> >>>> Hey javagit folks, >>>> >>>> When running the statusAll method on GitStatus I'm not getting >>>> >> back >> >>> the expected result - a modified file is not being detected. Here's >>> >>> the output I get from actually running git status on the directory: >>> >>>> # On branch master >>>> # Changed but not updated: >>>> # (use "git add <file>..." to update what will be committed) >>>> # >>>> # modified: src/hello.plugin >>>> # >>>> # Untracked files: >>>> # (use "git add <file>..." to include in what will be committed) >>>> # >>>> # .classpath >>>> # .project >>>> # bin/ >>>> >>>> The result that I get is that I have 3 untracked files (correct) >>>> >> but >> >>> no modified files at all. I stepped through in debug and it looks >>> >> like >> >>> the method matchModifiedFilePattern in CliGitStatus is returning >>> >> false >> >>> when called with the line containing '# modified: src/hello.plugin'. >>> >>>> Let me know if I can provide any additional info to help. >>>> >>>> Thanks, >>>> Michelle >>>> >>>> ------------------------------------------------------------------------- >>>> 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=/ >>>> _______________________________________________ >>>> Gitclipse-devel mailing list >>>> Git...@li... >>>> https://lists.sourceforge.net/lists/listinfo/gitclipse-devel >>>> >>>> >>>> >>> ------------------------------------------------------------------------- >>> 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 >>> > > |
From: Michelle S O. <ms...@ny...> - 2008-07-22 00:29:52
|
Gurdeep, Sorry I wasn't able to try it out sooner - I get home from work fairly late and ran into some unrelated problems building the project. I do see files register as modified now, but I'm still not getting exactly the expected response. Given the following git status output, I see 2 files come back as 'modified to commit' and 0 as 'modified not updated', rather than 1 and 1 as I would expect: **************************************************** # On branch master # Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: src/Modified.java # deleted: src/Removed.java # deleted: src/RemovedNotStaged.java # # Changed but not updated: # (use "git add <file>..." to update what will be committed) # # modified: src/ModifiedNotStaged.java # # Untracked files: # (use "git add <file>..." to include in what will be committed) # # .classpath # .project # bin/ **************************************************** I'm going to go ahead and file this as a new bug report. Michelle ----- Original Message ----- From: Gurdeep Singh Dhindsa <gs...@ny...> Date: Monday, July 21, 2008 12:13 pm Subject: Re: [Javagit-users] [Gitclipse-devel] Problem with GitStatus To: Michael Schidlowsky <mic...@cs...> Cc: Michelle S Osborne <ms...@ny...>, git...@li..., jav...@li... > Hi Michelle, > > This is already fixed. I fixed it and did the release yesterday night. > I had also logged it as a bug initially in sourceforge yesterday when > you sent the mail. > > I'll be closing it once you confirm that it's working. > > thanks > Gurdeep > > ----- Original Message ----- > From: Michael Schidlowsky <mic...@cs...> > Date: Monday, July 21, 2008 11:28 am > Subject: Re: [Javagit-users] [Gitclipse-devel] Problem with GitStatus > To: Michelle S Osborne <ms...@ny...> > Cc: git...@li..., jav...@li... > > > > Michelle, > > > > Can you log this as a defect on sourceforge? > > ... > > > > Someone from the javagit team, > > > > please assign this defect to yourself and fix it. :) > > > > Thanks, > > Michael > > > > On Sun, Jul 20, 2008 at 2:28 PM, Michelle S Osborne <ms...@ny...> > wrote: > > > Hey javagit folks, > > > > > > When running the statusAll method on GitStatus I'm not getting > back > > the expected result - a modified file is not being detected. Here's > > > the output I get from actually running git status on the directory: > > > > > > # On branch master > > > # Changed but not updated: > > > # (use "git add <file>..." to update what will be committed) > > > # > > > # modified: src/hello.plugin > > > # > > > # Untracked files: > > > # (use "git add <file>..." to include in what will be committed) > > > # > > > # .classpath > > > # .project > > > # bin/ > > > > > > The result that I get is that I have 3 untracked files (correct) > but > > no modified files at all. I stepped through in debug and it looks > like > > the method matchModifiedFilePattern in CliGitStatus is returning > false > > when called with the line containing '# modified: src/hello.plugin'. > > > > > > Let me know if I can provide any additional info to help. > > > > > > Thanks, > > > Michelle > > > > > > ------------------------------------------------------------------------- > > > 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=/ > > > _______________________________________________ > > > Gitclipse-devel mailing list > > > Git...@li... > > > https://lists.sourceforge.net/lists/listinfo/gitclipse-devel > > > > > > > > > > ------------------------------------------------------------------------- > > 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 |
From: James L. <jam...@gm...> - 2008-07-21 22:56:13
|
Cool. Thanks, James On Mon, Jul 21, 2008 at 5:21 PM, Andrew Case <ac...@co...> wrote: > In that case, I've filed a bug. > > -- > Drew > > On Mon, 21 Jul 2008, Nutan Singh wrote: > >> Yes, there seem to be some problem. I think it should be related to the >> repository path, that we use to test git-add, git-branch, git-commit, >> git-checkout etc. against. >> >> James and Gurdeep work on Mac OS, I use ubuntu Linux for the project. Not >> sure about others. >> >> On Mon, Jul 21, 2008 at 4:17 PM, Andrew Case <ac...@co...> wrote: >> >>> Thanks! That works now (on linux). But now I notice that the build seems >>> to fail for me when I run on windows with cygwin and maven. Well actually >>> the build works, but some of the tests fail. Do you have anyone in your >>> group that uses windows/cygwin for development? >>> >>> Maybe they can take a look at this and figure out if it's your code or >>> something I need to change. I'll file a bug report if desired. >>> >>> -- >>> Drew >>> >>> >>> >>> On Mon, 21 Jul 2008, Nutan Singh wrote: >>> >>> Hi Drew, >>>> >>>> It is fixed now. >>>> >>>> ~Nutan >>>> >>>> On Mon, Jul 21, 2008 at 3:58 PM, Andrew Case <ac...@co...> >>>> wrote: >>>> >>>> Hey javagiters, >>>>> >>>>> I'm trying to get a javagit build to plug into my plugin. Can you fix >>>>> your build? >>>>> >>>>> Thanks! >>>>> >>>>> -- >>>>> Drew >>>>> >>>>> ------------------------------------------------------------------------- >>>>> 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 >>>>> >>>>> >>>>> >> > > ------------------------------------------------------------------------- > 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 > |
From: Andrew C. <ac...@co...> - 2008-07-21 21:21:18
|
In that case, I've filed a bug. -- Drew On Mon, 21 Jul 2008, Nutan Singh wrote: > Yes, there seem to be some problem. I think it should be related to the > repository path, that we use to test git-add, git-branch, git-commit, > git-checkout etc. against. > > James and Gurdeep work on Mac OS, I use ubuntu Linux for the project. Not > sure about others. > > On Mon, Jul 21, 2008 at 4:17 PM, Andrew Case <ac...@co...> wrote: > >> Thanks! That works now (on linux). But now I notice that the build seems >> to fail for me when I run on windows with cygwin and maven. Well actually >> the build works, but some of the tests fail. Do you have anyone in your >> group that uses windows/cygwin for development? >> >> Maybe they can take a look at this and figure out if it's your code or >> something I need to change. I'll file a bug report if desired. >> >> -- >> Drew >> >> >> >> On Mon, 21 Jul 2008, Nutan Singh wrote: >> >> Hi Drew, >>> >>> It is fixed now. >>> >>> ~Nutan >>> >>> On Mon, Jul 21, 2008 at 3:58 PM, Andrew Case <ac...@co...> >>> wrote: >>> >>> Hey javagiters, >>>> >>>> I'm trying to get a javagit build to plug into my plugin. Can you fix >>>> your build? >>>> >>>> Thanks! >>>> >>>> -- >>>> Drew >>>> >>>> ------------------------------------------------------------------------- >>>> 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 >>>> >>>> >>>> > |
From: Nutan S. <ns...@ci...> - 2008-07-21 20:58:41
|
Yes, there seem to be some problem. I think it should be related to the repository path, that we use to test git-add, git-branch, git-commit, git-checkout etc. against. James and Gurdeep work on Mac OS, I use ubuntu Linux for the project. Not sure about others. On Mon, Jul 21, 2008 at 4:17 PM, Andrew Case <ac...@co...> wrote: > Thanks! That works now (on linux). But now I notice that the build seems > to fail for me when I run on windows with cygwin and maven. Well actually > the build works, but some of the tests fail. Do you have anyone in your > group that uses windows/cygwin for development? > > Maybe they can take a look at this and figure out if it's your code or > something I need to change. I'll file a bug report if desired. > > -- > Drew > > > > On Mon, 21 Jul 2008, Nutan Singh wrote: > > Hi Drew, >> >> It is fixed now. >> >> ~Nutan >> >> On Mon, Jul 21, 2008 at 3:58 PM, Andrew Case <ac...@co...> >> wrote: >> >> Hey javagiters, >>> >>> I'm trying to get a javagit build to plug into my plugin. Can you fix >>> your build? >>> >>> Thanks! >>> >>> -- >>> Drew >>> >>> ------------------------------------------------------------------------- >>> 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 >>> >>> >>> |
From: Andrew C. <ac...@co...> - 2008-07-21 20:46:50
|
Thanks! That works (on linux). But now I notice that the build seems to fail for me when I run on windows with cygwin and maven. Well actually the build works, but some of the tests fail. Do you have anyone in your group that uses windows/cygwin for development? Maybe they can take a look at this and figure out if it's your code or something I need to change. I'll file a bug report if desired. -- Drew On Mon, 21 Jul 2008, Nutan Singh wrote: > Hi Drew, > > It is fixed now. > > ~Nutan > > On Mon, Jul 21, 2008 at 3:58 PM, Andrew Case <ac...@co...> wrote: > >> Hey javagiters, >> >> I'm trying to get a javagit build to plug into my plugin. Can you fix >> your build? >> >> Thanks! >> >> -- >> Drew >> >> ------------------------------------------------------------------------- >> 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 >> >> |
From: Nutan S. <ns...@ci...> - 2008-07-21 20:11:43
|
Hi Drew, It is fixed now. ~Nutan On Mon, Jul 21, 2008 at 3:58 PM, Andrew Case <ac...@co...> wrote: > Hey javagiters, > > I'm trying to get a javagit build to plug into my plugin. Can you fix > your build? > > Thanks! > > -- > Drew > > ------------------------------------------------------------------------- > 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 > > |
From: Andrew C. <ac...@co...> - 2008-07-21 19:58:24
|
Hey javagiters, I'm trying to get a javagit build to plug into my plugin. Can you fix your build? Thanks! -- Drew |