samples/osgi-supplychain ant script builds incorrect jar files
--------------------------------------------------------------
Key: TUSCANY-3697
URL: https://issues.apache.org/jira/browse/TUSCANY-3697
Project: Tuscany
Issue Type: Bug
Components: Java SCA Samples
Affects Versions: Java-SCA-1.6
Reporter: Simon Nash
Assignee: Simon Nash
Fix For: Java-SCA-1.6.1
The build.xml file in samples/osgi-supplychain contains a number of filesets
with backslash characters in "includes" attribute values. These backslashes
cause the "includes" attributes to be ignored with the result that far too many
files are included in the jars being built.
It appears that the author of this file thought that XML syntax requires a
backslash as a line continuation character. The same mistake has also been
made in the following files:
samples\osgi-supplychain\pom.xml
itest\osgi-implementation\pom.xml
itest\osgi-tuscany\test-bundles\pom.xml
itest\contribution-classloader\contribution-classes\pom.xml
itest\osgi-contribution\contribution-classes-v2\pom.xml
itest\osgi-contribution\contribution-classes\pom.xml
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.