[ 
https://issues.apache.org/jira/browse/QPID-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592659#action_12592659
 ] 

Senaka Fernando commented on QPID-904:
--------------------------------------

Hi Rafael,

"grep -r broker[.]clean * | grep -v .svn" reveals that,

java/default.testprofile:broker.clean=${project.root}/clean-dir ${build.data}
java/module.xml:      <sysproperty key="broker.clean" value="${broker.clean}"/>
java/cpp.testprofile:broker.clean=${project.root}/clean-dir ${build.data}
java/cpp.async.testprofile:broker.clean=${project.root}/clean-dir ${build.data}
java/cpp.sync.testprofile:broker.clean=${project.root}/clean-dir ${build.data}
java/client/src/test/java/org/apache/qpid/testutil/QpidTestCase.java:    
private static final String BROKER_CLEAN = "broker.clean";
Binary file 
java/client/target/test-classes/org/apache/qpid/testutil/QpidTestCase.class 
matches

Therefore I believe that this issue is solved.

Regards,
Senaka


> broker.clean is not set properly in any of the test profiles
> ------------------------------------------------------------
>
>                 Key: QPID-904
>                 URL: https://issues.apache.org/jira/browse/QPID-904
>             Project: Qpid
>          Issue Type: Bug
>          Components: Ant Build System
>    Affects Versions: M3
>            Reporter: Rafael H. Schloming
>
> broker.clean is currently set to ${build.data} it should actually be set to 
> clean-dir ${build.data}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to