You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hi,
I have a bit of a different setup that described in this doc. https://confluence.atlassian.com/display/CLOVER/Using+Clover+with+Maven+Tycho+Plugin.
My setup looks more like this
module1
-src
module1.test
-src
module2
-src
module2.test
-src
module3
-src
module3.test
-src
Now from my understanding this might make things easier since I basicly dont need to create that seperate "instrumented" dir because my source is seperated. Is this a bad way to implement this? Should i create 1 dir for each module?
Hi Matt, you have to instrument into separate directory (project.instrumented.dir in the examplary Ant script
) to ensure that you won't overwrite your original sources.
As you have test sources in separate projects and not in the /test subdirectory, then I guess it should be enough to delete the following line from the Ant script:
<!-- Define all package roots here --> <dirset dir="${project.original.dir}"> <include name="**/src"/> <!-- DELETE THIS LINE <include name="**/test"/> --> </dirset>
Cheers
Marek
Thanks! I had another question regarding that ant script. Does anyone possibly have it written in a gradle script or maven syntax? Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Back in April of last year one of the major product announcements from Opsgenie was the launch of the Incident investigation view which created a deep connection between Bitbucket and Opsgenie, empow...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.