From: Andrew C. <ac...@co...> - 2008-07-28 00:27:20
|
Michelle/Patrick, It looks like I'm the first one to commit some code that uses the javagit API. It seems to have broken the build as CC doesn't seem to be able to find edu.nyu.cs.javagit.api.*. Is CC building edu.nyu.cs.javagit? Is the jar included in the edu.nyu.cs.javagit? Any ideas on what seems to be missing here? Build log snippet ----------------- <message priority="info">[javac] ----------</message> - <message priority="info"> [javac] 1. ERROR in /home/mso206/cruisecontrol/gitclipse-build/plugins/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/GitMoveDeleteHook.java (at line 15) </message> - <message priority="info"> [javac] import edu.nyu.cs.javagit.api.JavaGitException; </message> <message priority="info">[javac] ^^^^^^^^^^^^^^^^^^</message> - <message priority="info"> [javac] The import edu.nyu.cs.javagit cannot be resolved </message> <message priority="info">[javac] ----------</message> <message priority="warn">BUILD FAILED</message> I just can't find the import edu.nyu.cs.javagit.api.JavaGitException. Thanks, -- Drew |
From: Michelle S O. <ms...@ny...> - 2008-07-28 03:01:32
|
The javagit jar is being copied to the correction location in the build directory. Can you run the build locally? ----- Original Message ----- From: Andrew Case <ac...@co...> Date: Sunday, July 27, 2008 8:27 pm Subject: [Gitclipse-devel] Broken build To: gitclipse-devel <git...@li...> > Michelle/Patrick, > > It looks like I'm the first one to commit some code that uses the > javagit > API. It seems to have broken the build as CC doesn't seem to be able > to > find edu.nyu.cs.javagit.api.*. Is CC building edu.nyu.cs.javagit? Is > the > jar included in the edu.nyu.cs.javagit? Any ideas on what seems to be > > missing here? > > Build log snippet > ----------------- > > <message priority="info">[javac] ----------</message> > - > <message priority="info"> > [javac] 1. ERROR in > /home/mso206/cruisecontrol/gitclipse-build/plugins/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/GitMoveDeleteHook.java > > (at line 15) > </message> > - > <message priority="info"> > [javac] import edu.nyu.cs.javagit.api.JavaGitException; > </message> > <message priority="info">[javac] > ^^^^^^^^^^^^^^^^^^</message> > - > <message priority="info"> > [javac] The import edu.nyu.cs.javagit cannot be resolved > </message> > <message priority="info">[javac] ----------</message> > <message priority="warn">BUILD FAILED</message> > > > I just can't find the import edu.nyu.cs.javagit.api.JavaGitException. > > 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=/ > _______________________________________________ > Gitclipse-devel mailing list > Git...@li... > https://lists.sourceforge.net/lists/listinfo/gitclipse-devel |
From: Andrew C. <ac...@co...> - 2008-07-28 07:55:15
|
Yeah, no problem. If you check it out can you (after you compile and include javagit's jar into the edu.nyu.cs.javagit plugin of course)? -- Drew On Sun, 27 Jul 2008, Michelle S Osborne wrote: > The javagit jar is being copied to the correction location in the build directory. Can you run the build locally? > > ----- Original Message ----- > From: Andrew Case <ac...@co...> > Date: Sunday, July 27, 2008 8:27 pm > Subject: [Gitclipse-devel] Broken build > To: gitclipse-devel <git...@li...> > >> Michelle/Patrick, >> >> It looks like I'm the first one to commit some code that uses the >> javagit >> API. It seems to have broken the build as CC doesn't seem to be able >> to >> find edu.nyu.cs.javagit.api.*. Is CC building edu.nyu.cs.javagit? Is >> the >> jar included in the edu.nyu.cs.javagit? Any ideas on what seems to be >> >> missing here? >> >> Build log snippet >> ----------------- >> >> <message priority="info">[javac] ----------</message> >> - >> <message priority="info"> >> [javac] 1. ERROR in >> /home/mso206/cruisecontrol/gitclipse-build/plugins/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/GitMoveDeleteHook.java >> >> (at line 15) >> </message> >> - >> <message priority="info"> >> [javac] import edu.nyu.cs.javagit.api.JavaGitException; >> </message> >> <message priority="info">[javac] >> ^^^^^^^^^^^^^^^^^^</message> >> - >> <message priority="info"> >> [javac] The import edu.nyu.cs.javagit cannot be resolved >> </message> >> <message priority="info">[javac] ----------</message> >> <message priority="warn">BUILD FAILED</message> >> >> >> I just can't find the import edu.nyu.cs.javagit.api.JavaGitException. >> >> 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=/ >> _______________________________________________ >> Gitclipse-devel mailing list >> Git...@li... >> https://lists.sourceforge.net/lists/listinfo/gitclipse-devel > |
From: Patrick W. <pat...@ny...> - 2008-07-28 03:26:18
|
I just updated my projects, and the only build problem I see here is an incorrect import. In GitMoveDeleteHook you imported the "edu.nyu.cs.javagit.api.commands.GitStatus" but you are trying to use methods that belong to the temporary placeholder "edu.nyu.cs.gitclipse.core.internal.GitStatus" I don't have the import error you mention. > -----Original Message----- > From: git...@li... [mailto:gitclipse- > dev...@li...] On Behalf Of Andrew Case > Sent: Sunday, July 27, 2008 8:27 PM > To: gitclipse-devel > Subject: [Gitclipse-devel] Broken build > > Michelle/Patrick, > > It looks like I'm the first one to commit some code that uses the > javagit > API. It seems to have broken the build as CC doesn't seem to be able > to > find edu.nyu.cs.javagit.api.*. Is CC building edu.nyu.cs.javagit? Is > the > jar included in the edu.nyu.cs.javagit? Any ideas on what seems to be > missing here? > > Build log snippet > ----------------- > > <message priority="info">[javac] ----------</message> > - > <message priority="info"> > [javac] 1. ERROR in > /home/mso206/cruisecontrol/gitclipse- > build/plugins/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/G > itMoveDeleteHook.java > (at line 15) > </message> > - > <message priority="info"> > [javac] import edu.nyu.cs.javagit.api.JavaGitException; > </message> > <message priority="info">[javac] > ^^^^^^^^^^^^^^^^^^</message> > - > <message priority="info"> > [javac] The import edu.nyu.cs.javagit cannot be resolved > </message> > <message priority="info">[javac] ----------</message> > <message priority="warn">BUILD FAILED</message> > > > I just can't find the import edu.nyu.cs.javagit.api.JavaGitException. > > 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=/ > _______________________________________________ > Gitclipse-devel mailing list > Git...@li... > https://lists.sourceforge.net/lists/listinfo/gitclipse-devel |
From: Patrick W. <pat...@ny...> - 2008-07-28 03:38:25
|
I take this back, I might have an old javagit jar. We don't have Cruise Control staying up-to-date with javagit yet. I e-mailed them about publishing their nightly builds somewhere so we can download them to copy into our build. We didn't think it would be smart for us to be running their build script within ours. > -----Original Message----- > From: git...@li... [mailto:gitclipse- > dev...@li...] On Behalf Of Patrick Winters > Sent: Sunday, July 27, 2008 11:26 PM > To: 'Andrew Case'; 'gitclipse-devel' > Subject: Re: [Gitclipse-devel] Broken build > > I just updated my projects, and the only build problem I see here is an > incorrect import. In GitMoveDeleteHook you imported the > "edu.nyu.cs.javagit.api.commands.GitStatus" but you are trying to use > methods that belong to the temporary placeholder > "edu.nyu.cs.gitclipse.core.internal.GitStatus" > > I don't have the import error you mention. > > > -----Original Message----- > > From: git...@li... > [mailto:gitclipse- > > dev...@li...] On Behalf Of Andrew Case > > Sent: Sunday, July 27, 2008 8:27 PM > > To: gitclipse-devel > > Subject: [Gitclipse-devel] Broken build > > > > Michelle/Patrick, > > > > It looks like I'm the first one to commit some code that uses the > > javagit > > API. It seems to have broken the build as CC doesn't seem to be able > > to > > find edu.nyu.cs.javagit.api.*. Is CC building edu.nyu.cs.javagit? > Is > > the > > jar included in the edu.nyu.cs.javagit? Any ideas on what seems to > be > > missing here? > > > > Build log snippet > > ----------------- > > > > <message priority="info">[javac] ----------</message> > > - > > <message priority="info"> > > [javac] 1. ERROR in > > /home/mso206/cruisecontrol/gitclipse- > > > build/plugins/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/G > > itMoveDeleteHook.java > > (at line 15) > > </message> > > - > > <message priority="info"> > > [javac] import edu.nyu.cs.javagit.api.JavaGitException; > > </message> > > <message priority="info">[javac] > > ^^^^^^^^^^^^^^^^^^</message> > > - > > <message priority="info"> > > [javac] The import edu.nyu.cs.javagit cannot be resolved > > </message> > > <message priority="info">[javac] ----------</message> > > <message priority="warn">BUILD FAILED</message> > > > > > > I just can't find the import edu.nyu.cs.javagit.api.JavaGitException. > > > > 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=/ > > _______________________________________________ > > 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=/ > _______________________________________________ > Gitclipse-devel mailing list > Git...@li... > https://lists.sourceforge.net/lists/listinfo/gitclipse-devel |
From: Andrew C. <ac...@co...> - 2008-07-28 07:44:46
|
Right, as you corrected, my calls aren't to .internal, but javagit.api.commands which is legit. I think it's a problem on the build side. I'll pull my changes out if necessary, but I think the problem is on the build side and we won't make any progress forward at this point if this doesn't get corrected and we can't compile against javagit, so I think my changes should stand and the build process should be corrected. Do we need nightly builds? I guess that's one route. Since we're both using the same build framework, can Michelle just have their .jar file copied over after any successful build on their part? If their build is broken the jar won't be there, so nothing broken will be copied over. -- Drew On Sun, 27 Jul 2008, Patrick Winters wrote: > I take this back, I might have an old javagit jar. We don't have Cruise > Control staying up-to-date with javagit yet. I e-mailed them about > publishing their nightly builds somewhere so we can download them to copy > into our build. We didn't think it would be smart for us to be running > their build script within ours. > >> -----Original Message----- >> From: git...@li... [mailto:gitclipse- >> dev...@li...] On Behalf Of Patrick Winters >> Sent: Sunday, July 27, 2008 11:26 PM >> To: 'Andrew Case'; 'gitclipse-devel' >> Subject: Re: [Gitclipse-devel] Broken build >> >> I just updated my projects, and the only build problem I see here is an >> incorrect import. In GitMoveDeleteHook you imported the >> "edu.nyu.cs.javagit.api.commands.GitStatus" but you are trying to use >> methods that belong to the temporary placeholder >> "edu.nyu.cs.gitclipse.core.internal.GitStatus" >> >> I don't have the import error you mention. >> >>> -----Original Message----- >>> From: git...@li... >> [mailto:gitclipse- >>> dev...@li...] On Behalf Of Andrew Case >>> Sent: Sunday, July 27, 2008 8:27 PM >>> To: gitclipse-devel >>> Subject: [Gitclipse-devel] Broken build >>> >>> Michelle/Patrick, >>> >>> It looks like I'm the first one to commit some code that uses the >>> javagit >>> API. It seems to have broken the build as CC doesn't seem to be able >>> to >>> find edu.nyu.cs.javagit.api.*. Is CC building edu.nyu.cs.javagit? >> Is >>> the >>> jar included in the edu.nyu.cs.javagit? Any ideas on what seems to >> be >>> missing here? >>> >>> Build log snippet >>> ----------------- >>> >>> <message priority="info">[javac] ----------</message> >>> - >>> <message priority="info"> >>> [javac] 1. ERROR in >>> /home/mso206/cruisecontrol/gitclipse- >>> >> build/plugins/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/G >>> itMoveDeleteHook.java >>> (at line 15) >>> </message> >>> - >>> <message priority="info"> >>> [javac] import edu.nyu.cs.javagit.api.JavaGitException; >>> </message> >>> <message priority="info">[javac] >>> ^^^^^^^^^^^^^^^^^^</message> >>> - >>> <message priority="info"> >>> [javac] The import edu.nyu.cs.javagit cannot be resolved >>> </message> >>> <message priority="info">[javac] ----------</message> >>> <message priority="warn">BUILD FAILED</message> >>> >>> >>> I just can't find the import edu.nyu.cs.javagit.api.JavaGitException. >>> >>> 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=/ >>> _______________________________________________ >>> 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=/ >> _______________________________________________ >> Gitclipse-devel mailing list >> Git...@li... >> https://lists.sourceforge.net/lists/listinfo/gitclipse-devel > > |
From: Patrick W. <pat...@ny...> - 2008-07-28 03:45:13
|
Open the manifest for the javagit project and in the Runtime tab try clicking "Calculate Uses". I don't know if this is necessary but it resolves some build error for me in the IDE. I'll let you commit it. > -----Original Message----- > From: git...@li... [mailto:gitclipse- > dev...@li...] On Behalf Of Andrew Case > Sent: Sunday, July 27, 2008 8:27 PM > To: gitclipse-devel > Subject: [Gitclipse-devel] Broken build > > Michelle/Patrick, > > It looks like I'm the first one to commit some code that uses the > javagit > API. It seems to have broken the build as CC doesn't seem to be able > to > find edu.nyu.cs.javagit.api.*. Is CC building edu.nyu.cs.javagit? Is > the > jar included in the edu.nyu.cs.javagit? Any ideas on what seems to be > missing here? > > Build log snippet > ----------------- > > <message priority="info">[javac] ----------</message> > - > <message priority="info"> > [javac] 1. ERROR in > /home/mso206/cruisecontrol/gitclipse- > build/plugins/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/G > itMoveDeleteHook.java > (at line 15) > </message> > - > <message priority="info"> > [javac] import edu.nyu.cs.javagit.api.JavaGitException; > </message> > <message priority="info">[javac] > ^^^^^^^^^^^^^^^^^^</message> > - > <message priority="info"> > [javac] The import edu.nyu.cs.javagit cannot be resolved > </message> > <message priority="info">[javac] ----------</message> > <message priority="warn">BUILD FAILED</message> > > > I just can't find the import edu.nyu.cs.javagit.api.JavaGitException. > > 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=/ > _______________________________________________ > Gitclipse-devel mailing list > Git...@li... > https://lists.sourceforge.net/lists/listinfo/gitclipse-devel |
From: Andrew C. <ac...@co...> - 2008-07-28 07:47:06
|
I did what you suggested and commited the edu.nyu.cs.javagit MANAFEST.MF changes wit "Calculate Uses". It works fine on my side (either way). But there is no change (still broken) on CC. I'm still thinking it's a problem getting to jar in the edu.nyu.cs.javagit plugin. -- Drew > Open the manifest for the javagit project and in the Runtime tab try > clicking "Calculate Uses". I don't know if this is necessary but it > resolves some build error for me in the IDE. I'll let you commit it. > >> -----Original Message----- >> From: git...@li... [mailto:gitclipse- >> dev...@li...] On Behalf Of Andrew Case >> Sent: Sunday, July 27, 2008 8:27 PM >> To: gitclipse-devel >> Subject: [Gitclipse-devel] Broken build >> >> Michelle/Patrick, >> >> It looks like I'm the first one to commit some code that uses the >> javagit >> API. It seems to have broken the build as CC doesn't seem to be able >> to >> find edu.nyu.cs.javagit.api.*. Is CC building edu.nyu.cs.javagit? Is >> the >> jar included in the edu.nyu.cs.javagit? Any ideas on what seems to be >> missing here? >> >> Build log snippet >> ----------------- >> >> <message priority="info">[javac] ----------</message> >> - >> <message priority="info"> >> [javac] 1. ERROR in >> /home/mso206/cruisecontrol/gitclipse- >> build/plugins/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/G >> itMoveDeleteHook.java >> (at line 15) >> </message> >> - >> <message priority="info"> >> [javac] import edu.nyu.cs.javagit.api.JavaGitException; >> </message> >> <message priority="info">[javac] >> ^^^^^^^^^^^^^^^^^^</message> >> - >> <message priority="info"> >> [javac] The import edu.nyu.cs.javagit cannot be resolved >> </message> >> <message priority="info">[javac] ----------</message> >> <message priority="warn">BUILD FAILED</message> >> >> >> I just can't find the import edu.nyu.cs.javagit.api.JavaGitException. >> >> 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=/ >> _______________________________________________ >> Gitclipse-devel mailing list >> Git...@li... >> https://lists.sourceforge.net/lists/listinfo/gitclipse-devel > > |
From: Patrick W. <pat...@ny...> - 2008-07-28 03:47:52
|
Michelle, For the time being can you have the javagit build run "mvn package" and point the gitclipse jar property to the one created by them? This way we'll stay up-to-date. -- Patrick > -----Original Message----- > From: git...@li... [mailto:gitclipse- > dev...@li...] On Behalf Of Patrick Winters > Sent: Sunday, July 27, 2008 11:38 PM > To: 'Andrew Case'; 'gitclipse-devel' > Subject: Re: [Gitclipse-devel] Broken build > > I take this back, I might have an old javagit jar. We don't have > Cruise > Control staying up-to-date with javagit yet. I e-mailed them about > publishing their nightly builds somewhere so we can download them to > copy > into our build. We didn't think it would be smart for us to be running > their build script within ours. > > > -----Original Message----- > > From: git...@li... > [mailto:gitclipse- > > dev...@li...] On Behalf Of Patrick Winters > > Sent: Sunday, July 27, 2008 11:26 PM > > To: 'Andrew Case'; 'gitclipse-devel' > > Subject: Re: [Gitclipse-devel] Broken build > > > > I just updated my projects, and the only build problem I see here is > an > > incorrect import. In GitMoveDeleteHook you imported the > > "edu.nyu.cs.javagit.api.commands.GitStatus" but you are trying to use > > methods that belong to the temporary placeholder > > "edu.nyu.cs.gitclipse.core.internal.GitStatus" > > > > I don't have the import error you mention. > > > > > -----Original Message----- > > > From: git...@li... > > [mailto:gitclipse- > > > dev...@li...] On Behalf Of Andrew Case > > > Sent: Sunday, July 27, 2008 8:27 PM > > > To: gitclipse-devel > > > Subject: [Gitclipse-devel] Broken build > > > > > > Michelle/Patrick, > > > > > > It looks like I'm the first one to commit some code that uses the > > > javagit > > > API. It seems to have broken the build as CC doesn't seem to be > able > > > to > > > find edu.nyu.cs.javagit.api.*. Is CC building edu.nyu.cs.javagit? > > Is > > > the > > > jar included in the edu.nyu.cs.javagit? Any ideas on what seems to > > be > > > missing here? > > > > > > Build log snippet > > > ----------------- > > > > > > <message priority="info">[javac] ----------</message> > > > - > > > <message priority="info"> > > > [javac] 1. ERROR in > > > /home/mso206/cruisecontrol/gitclipse- > > > > > > build/plugins/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/G > > > itMoveDeleteHook.java > > > (at line 15) > > > </message> > > > - > > > <message priority="info"> > > > [javac] import edu.nyu.cs.javagit.api.JavaGitException; > > > </message> > > > <message priority="info">[javac] > > > ^^^^^^^^^^^^^^^^^^</message> > > > - > > > <message priority="info"> > > > [javac] The import edu.nyu.cs.javagit cannot be resolved > > > </message> > > > <message priority="info">[javac] ----------</message> > > > <message priority="warn">BUILD FAILED</message> > > > > > > > > > I just can't find the import > edu.nyu.cs.javagit.api.JavaGitException. > > > > > > 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=/ > > > _______________________________________________ > > > 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=/ > > _______________________________________________ > > 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=/ > _______________________________________________ > Gitclipse-devel mailing list > Git...@li... > https://lists.sourceforge.net/lists/listinfo/gitclipse-devel |
From: Michelle S O. <ms...@ny...> - 2008-07-28 13:24:39
|
It's already doing that.. ----- Original Message ----- From: Patrick Winters <pat...@ny...> Date: Sunday, July 27, 2008 11:48 pm Subject: RE: [Gitclipse-devel] Broken build To: 'Michelle S Osborne' <ms...@ny...>, 'gitclipse-devel' <git...@li...> > Michelle, > For the time being can you have the javagit build run "mvn package" > and > point the gitclipse jar property to the one created by them? This way > we'll > stay up-to-date. > -- > Patrick > > > -----Original Message----- > > From: git...@li... [mailto:gitclipse- > > dev...@li...] On Behalf Of Patrick Winters > > Sent: Sunday, July 27, 2008 11:38 PM > > To: 'Andrew Case'; 'gitclipse-devel' > > Subject: Re: [Gitclipse-devel] Broken build > > > > I take this back, I might have an old javagit jar. We don't have > > Cruise > > Control staying up-to-date with javagit yet. I e-mailed them about > > publishing their nightly builds somewhere so we can download them to > > copy > > into our build. We didn't think it would be smart for us to be running > > their build script within ours. > > > > > -----Original Message----- > > > From: git...@li... > > [mailto:gitclipse- > > > dev...@li...] On Behalf Of Patrick Winters > > > Sent: Sunday, July 27, 2008 11:26 PM > > > To: 'Andrew Case'; 'gitclipse-devel' > > > Subject: Re: [Gitclipse-devel] Broken build > > > > > > I just updated my projects, and the only build problem I see here > is > > an > > > incorrect import. In GitMoveDeleteHook you imported the > > > "edu.nyu.cs.javagit.api.commands.GitStatus" but you are trying to > use > > > methods that belong to the temporary placeholder > > > "edu.nyu.cs.gitclipse.core.internal.GitStatus" > > > > > > I don't have the import error you mention. > > > > > > > -----Original Message----- > > > > From: git...@li... > > > [mailto:gitclipse- > > > > dev...@li...] On Behalf Of Andrew Case > > > > Sent: Sunday, July 27, 2008 8:27 PM > > > > To: gitclipse-devel > > > > Subject: [Gitclipse-devel] Broken build > > > > > > > > Michelle/Patrick, > > > > > > > > It looks like I'm the first one to commit some code that uses the > > > > javagit > > > > API. It seems to have broken the build as CC doesn't seem to be > > able > > > > to > > > > find edu.nyu.cs.javagit.api.*. Is CC building edu.nyu.cs.javagit? > > > Is > > > > the > > > > jar included in the edu.nyu.cs.javagit? Any ideas on what seems > to > > > be > > > > missing here? > > > > > > > > Build log snippet > > > > ----------------- > > > > > > > > <message priority="info">[javac] ----------</message> > > > > - > > > > <message priority="info"> > > > > [javac] 1. ERROR in > > > > /home/mso206/cruisecontrol/gitclipse- > > > > > > > > > build/plugins/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/G > > > > itMoveDeleteHook.java > > > > (at line 15) > > > > </message> > > > > - > > > > <message priority="info"> > > > > [javac] import edu.nyu.cs.javagit.api.JavaGitException; > > > > </message> > > > > <message priority="info">[javac] > > > > ^^^^^^^^^^^^^^^^^^</message> > > > > - > > > > <message priority="info"> > > > > [javac] The import edu.nyu.cs.javagit cannot be resolved > > > > </message> > > > > <message priority="info">[javac] ----------</message> > > > > <message priority="warn">BUILD FAILED</message> > > > > > > > > > > > > I just can't find the import > > edu.nyu.cs.javagit.api.JavaGitException. > > > > > > > > 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=/ > > > > _______________________________________________ > > > > 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=/ > > > _______________________________________________ > > > 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=/ > > _______________________________________________ > > Gitclipse-devel mailing list > > Git...@li... > > https://lists.sourceforge.net/lists/listinfo/gitclipse-devel > > |