[
https://issues.apache.org/jira/browse/TUSCANY-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12921748#action_12921748
]
Simon Nash commented on TUSCANY-3685:
-------------------------------------
The first attempt at this fix (revision r1000615) didn't work when invoking
"ant run" from the binary distribution. This is because the build.xml file
assumes that the test classes are in the target/test-classes directory. This
directory doesn't exist in the binary distribution and is created only when a
maven or ant build is run.
The fix is to package the test classes in a file
target/implementation-pojo-extension-test.jar and include this file in the
binary distribution.
> build.xml file in samples/implementation-pojo-extension doesn't have a run
> target
> ---------------------------------------------------------------------------------
>
> Key: TUSCANY-3685
> URL: https://issues.apache.org/jira/browse/TUSCANY-3685
> Project: Tuscany
> Issue Type: Bug
> Components: Java SCA Samples
> Affects Versions: Java-SCA-1.6
> Reporter: Simon Nash
> Assignee: Simon Nash
>
> The build.xml file in samples/implementation-pojo-extension doesn't have a
> run target and doesn't build the sample client code. This means that the
> sample client code that creates a component using the sample POJO extension
> can only be run from the JUnit test case in the maven build.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.