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

Difference between revisions of "EclipseLink/Build/NextGen/TychoEval"

(Issues:)
(Issues:)
Line 7: Line 7:
 
#* src/test/java/..
 
#* src/test/java/..
 
#* src/test/resources/..
 
#* src/test/resources/..
 +
#* Very sensitive to build.properties changes
 
# Need compile dependecies in a repos (p2 works)
 
# Need compile dependecies in a repos (p2 works)
 
# Validation jar not valid OSGi Component
 
# Validation jar not valid OSGi Component

Revision as of 12:31, 4 April 2011

Issues:

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

Back to the top