Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/Build/NextGen/TychoEval

< EclipseLink‎ | Build‎ | NextGen
Revision as of 12:29, 4 April 2011 by Eric.gwin.oracle.com (Talk | contribs) (Issues:)

Issues:

  1. default paths:
src/main/java/..
    main/resources/..
    main/antlr/..
src/test/java/..
    test/resources/..
  1. Need compile dependecies in a repos (p2 works)
  2. Validation jar not valid OSGi Component
      • manifest doesn't match name, needs to be fixed to put in P2
  3. DBWS/Builder need manifest changes: servlet must be required bundle not a package import
  4. SDO needs manifest change: commomj-sdo must be required bundle not package import
  5. Ant linkage: mechanism? - solved. Need java call to invoke maven
  6. Source bundle generate: not working - solved. Use Tycho. example had typo.
  7. Product Cycle: NA for Tycho work can bypass. Maven adoption question.

Back to the top