
r.clover-aspectj-compiler.1.0.2.source-code.ajcc.sh Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clover-aspectj-compiler Show documentation
Show all versions of clover-aspectj-compiler Show documentation
A wrapper for AspectJ compiler which allows code instrumentation using OpenClover.
The newest version!
#!/bin/sh
# An example how to run Clover AspectJ Compiler:
# - you have to provide org.aspectj:aspectjrt and org.aspectj:aspectjtools JARs
# - you have to provide org.openclover:clover-aspectj-compiler and org.openclover:clover JARs
# - you can pass the same arguments for ajcc.sh as for ajc (https://eclipse.org/aspectj/doc/next/devguide/ajc-ref.html)
# - you can also pass Clover-related settings, such as '--initstring clover.db' or '--instrlevel method/statement'
java -cp "clover-aspectj-compiler-0.8.0.jar:clover-4.4.0.jar:aspectjrt-1.8.9.jar:aspectjtools-1.8.9.jar" com.atlassian.clover.instr.aspectj.CloverAjc "$@"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy