Carrot2

Include native libraries for matrix routines as fragments.

Details

  • Type: Improvement Improvement
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 3.0
  • Labels:
    None

Issue Links

Activity

Hide
Dawid Weiss added a comment -

Configured at feature level (fragments).

Show
Dawid Weiss added a comment - Configured at feature level (fragments).
Hide
Dawid Weiss added a comment -

A fragment containing win32/x86 libraries has been added to the project. When this fragment is added to the features.xml file (for builds), the build fails to copy and find it for some reason.

Show
Dawid Weiss added a comment - A fragment containing win32/x86 libraries has been added to the project. When this fragment is added to the features.xml file (for builds), the build fails to copy and find it for some reason.
Hide
Dawid Weiss added a comment -

Ula, you've mastered the build process... can you take a look at this? When the native library fragment is added to feature.xml, it fails to build, diff of feature.xml below:

+ <plugin
+ id="org.carrot2.util.matrix.win32.x86"
+ os="win32"
+ arch="x86"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"/>

The build file seems not to recognize and copy the fragment's content to tmp/workbench/build-dir/plugins.

Show
Dawid Weiss added a comment - Ula, you've mastered the build process... can you take a look at this? When the native library fragment is added to feature.xml, it fails to build, diff of feature.xml below: + <plugin + id="org.carrot2.util.matrix.win32.x86" + os="win32" + arch="x86" + download-size="0" + install-size="0" + version="0.0.0" + fragment="true"/> The build file seems not to recognize and copy the fragment's content to tmp/workbench/build-dir/plugins.
Hide
Urszula Krukar added a comment -

Fixed in trunk. One of the files used during workbench build needed to be updated (customTargets.xml).

If you guys want, I can add some comments (or short HOW-TO file) to Workbench build files. I can't promise when though.

Show
Urszula Krukar added a comment - Fixed in trunk. One of the files used during workbench build needed to be updated (customTargets.xml). If you guys want, I can add some comments (or short HOW-TO file) to Workbench build files. I can't promise when though.
Hide
Dawid Weiss added a comment -

It would be highly recommended if you could provide some overview of the build process – where these files come from (which come from Eclipse, which have been written by you) and what they do No need to rush.

Thanks for resolving this.

Show
Dawid Weiss added a comment - It would be highly recommended if you could provide some overview of the build process – where these files come from (which come from Eclipse, which have been written by you) and what they do No need to rush. Thanks for resolving this.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: