lp:~alex-idereal/bzr-eclipse/bzr-eclipse

Created by Alexander Taler and last modified
Get this branch:
bzr branch lp:~alex-idereal/bzr-eclipse/bzr-eclipse
Only Alexander Taler can upload to this branch. If you are Alexander Taler please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Alexander Taler
Project:
Bazaar Plugin for Eclipse
Status:
Merged

Recent revisions

265. By Alexander Taler

CreateProjectWizard: Fix compilation problem exception

264. By dissent

CreateProjectWizard: Log exceptions.

263. By Alexander Taler

CreateProjectWizard: Better error handling for working with branches

Missing local branches were causing unhandled runtime exceptions,
and preventing the wizard from displaying.

Updates to getBranchLocator() method:
  + Move it from LocalBranch to superclass BzrBranch.
  + Throw BazaarException instead of promoting to RuntimeException.
  + Catch and log exceptions in both places it is used
    CreateProjectRemoteBranch, and CreateProjectWizard

262. By Alexander Taler

Packaging: Increase version, update instructionst

+ Update HowToCompileAndRun.txt for site building and version change
+ Update version in all relevant places
+ Reorganize features to align with main Eclipse archives
+ Update .bzrignore for site-building

261. By Alexander Taler

CreateProjectWizard: Discover and create multiple projects from branch

+ Rewrite core logic of CreateBazaarProejctOperation to discover
  and create projects.
+ Remove isDefaultLocation() stuff from other Page and Wizard,
  since that's checked in a different way now.

260. By Alexander Taler

CreateProjectWizard: Validate correctness of location

+ Introduce a new class to hold location: CreateProjectLocation
+ Use new class in CreateProjectPage
+ Make project name visible in Wizard.

259. By Alexander Taler

CreateProjectWizard: Fix bug where page validity wasn't being removed

258. By Alexander Taler

CreateProjectWizard: Obey the user's chosen project location

+ CreateBazaarProjectOperation -- Adapt call to create project
  for when location is specified.
+ Update CreateProjectPage and CreateProjectWizard to convey if
  the project is going to the expected default location.

257. By Alexander Taler

CreateProjectWizard: Replace the operation classes with a single new one.

This is a preparatory step for supporting the creation of
multiple projects from a single checkout.

+ Remove BranchAsProjectOperation and CheckoutAsProjectOperation
+ Introduce CreateBazaarProjectOperation
+ Move type definitions from CreateProjectWizard to new class
+ Modify BazaarProjectWizard to use the new class
+ Introduce common error handling in BazaarProjectWizard

256. By Alexander Taler

CreateProjectWizard: Make destination project location readable by Wizard

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:bzr-eclipse
This branch contains Public information 
Everyone can see this information.

Subscribers