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"

(New page: === Issues: === # default paths: src/main/java/.. main/resources/.. main/antlr/.. src/test/java/.. test/resources/.. # Need compile dependecies in a repos (p2 works) # V...)
 
(Issues:)
Line 10: Line 10:
 
# 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
** manifest doesn't match name, needs to be fixed to put in P2
+
#** manifest doesn't match name, needs to be fixed to put in P2
 
# DBWS/Builder need manifest changes: servlet must be required bundle not a package import
 
# DBWS/Builder need manifest changes: servlet must be required bundle not a package import
 
# SDO needs manifest change: commomj-sdo must be required bundle not package import
 
# SDO needs manifest change: commomj-sdo must be required bundle not package import

Revision as of 12:29, 4 April 2011

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