From: Andrew C. <ac...@co...> - 2008-08-07 13:37:08
|
Oh yeah! I manually removed the 1.0.0 jars from the update site as whatever push method we're using to push that data out doesn't remove what's already there (unless names are the same). This isn't a problem I don't think as it's always going to grab the current one listed in our xml files, but it could be that your build script is finding your build of 1.0.0 jar files. Make sure you run a find command for jars and that 1.0.0 versions aren't laying around. I don't know why CC worked though, maybe it cleans up after itself differently? -- Drew On Thu, 7 Aug 2008, Andrew Case wrote: > Make sure you do a clean to get rid of any old build data. If you've drop > any jars gitclipse/javagit anywhere, make sure you build new also. Make > sure you don't already have the plug-in installed, if so you'll need to > remove it and reinstall it. We really can't have the version be 1.0.0. > > -- > Drew > > > On Thu, 7 Aug 2008, Patrick Winters wrote: > >> To kind of answer my own question... Have any idea why this happened? >> Drew, it seemed like the updates you made worked for CC... >> >> generateScript: >> [eclipse.buildScript] Some inter-plug-in dependencies have not been >> satisfied. >> [eclipse.buildScript] Bundle edu.nyu.cs.gitclipse.ui: >> [eclipse.buildScript] Another singleton version selected: >> edu.nyu.cs.gitclipse.ui_1.0.0 >> [eclipse.buildScript] Bundle edu.nyu.cs.gitclipse.core: >> [eclipse.buildScript] Another singleton version selected: >> edu.nyu.cs.gitclipse.core_1.0.0 >> >> >> >> On Thu, 2008-08-07 at 01:23 -0400, Patrick Winters wrote: >>> Hey guys, >>> Does anybody have a clue why my local build stopped working today? >>> I'm clueless. Eclipse doesn't have a problem building in the IDE, but >>> the build script does. Everything is updated, this is bad timing for >>> me. >>> >>> 2. ERROR >>> in /home/patrick/gitclipse/buildDirectory/plugins/edu.nyu.cs.gitclipse.ui.test/src/edu/nyu/cs/gitclipse/ui/DecoratorTest.java (at line 93) >>> GitStatusAdapter gsa = GitStatusAdapter.forPath(project.getLocation()); >>> ^^^^^^^ >>> The method forPath(IPath) is undefined for the type GitStatusAdapter >>> >>> -- >>> Patrick >>> >>> >>> ------------------------------------------------------------------------- >>> 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-build mailing list >>> Git...@li... >>> https://lists.sourceforge.net/lists/listinfo/gitclipse-build >> >> >> ------------------------------------------------------------------------- >> 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-build mailing list >> Git...@li... >> https://lists.sourceforge.net/lists/listinfo/gitclipse-build >> > > ------------------------------------------------------------------------- > 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-build mailing list > Git...@li... > https://lists.sourceforge.net/lists/listinfo/gitclipse-build > |