Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Building/EclipseCon2010Panel"

(New page: Questions for the EclipseCon 2010 Build Panel: ! General * How important is it to make a build agnostic? * Will modeling builds and new DSLs be the silver bullet to complicated, reprodu...)
 
Line 1: Line 1:
Questions for the EclipseCon 2010 Build Panel:
+
Questions for the EclipseCon 2010 Build Panel:  
  
 +
= <br> General  =
  
! General
+
*How important is it to make a build agnostic?
 +
*Will modeling builds and new DSLs be the silver bullet to complicated, reproducible builds?
 +
*What pain points does your build process address?
 +
*Is your build tighly designed for one way of building, or is it flexible?
  
* How important is it to make a build agnostic?
+
= <br> Continuous Integration  =
* Will modeling builds and new DSLs be the silver bullet to complicated, reproducible builds?
+
* What pain points does your build process address?
+
* Is your build tighly designed for one way of building, or is it flexible?
+
  
 +
*But it works on my machine!
 +
*Dealing with 5 o'Clock checkin syndrom?
 +
*Dealing with long running builds.
  
! Continuous Integration
+
= Testing  =
  
* But it works on my machine!
+
*Running User Interface Tests
* Dealing with 5 o'Clock checkin syndrom?
+
*Running SWTBot
* Dealing with long running builds.
+
*Running JUnit 3 and JUnit 4 Bundle Tests together.
  
! Testing
+
= Eclipse  =
  
* Running User Interface Tests
+
*Building OSGI applications.  
* Running SWTBot
+
**Manifest first or Code First?  
* Running JUnit 3 and JUnit 4 Bundle Tests together.
+
*Map Files or No?  
 
+
*Tag Before or Tag After?  
! Eclipse
+
*What is the best way to deal with Eclipse based eGit projects?  
 
+
*Has the introduction of P2 made life easier or harder for the build engineer?
* Building OSGI applications.
+
** Manifest first or Code First?
+
* Map Files or No?
+
* Tag Before or Tag After?
+
* What is the best way to deal with Eclipse based eGit projects?
+
* Has the introduction of P2 made life easier or harder for the build engineer?
+

Revision as of 12:38, 21 March 2010

Questions for the EclipseCon 2010 Build Panel:


General

  • How important is it to make a build agnostic?
  • Will modeling builds and new DSLs be the silver bullet to complicated, reproducible builds?
  • What pain points does your build process address?
  • Is your build tighly designed for one way of building, or is it flexible?


Continuous Integration

  • But it works on my machine!
  • Dealing with 5 o'Clock checkin syndrom?
  • Dealing with long running builds.

Testing

  • Running User Interface Tests
  • Running SWTBot
  • Running JUnit 3 and JUnit 4 Bundle Tests together.

Eclipse

  • Building OSGI applications.
    • Manifest first or Code First?
  • Map Files or No?
  • Tag Before or Tag After?
  • What is the best way to deal with Eclipse based eGit projects?
  • Has the introduction of P2 made life easier or harder for the build engineer?

Back to the top