Hi Stephen,
thank you very much for your help!
Rather than adding dependencies section to the plugin, I just resolved
changing the classpath scope, configuring the exec plugin like this:
...
test
...
Thank you very much for your help and for your tim
add the dependencies section to the plugin
Sent from my iPod
On 29 Aug 2008, at 10:19, "Simone Tripodi" <[EMAIL PROTECTED]>
wrote:
Hi Stephen,
sorry again: I'm following the specs of Exec-Plugin on
http://mojo.codehaus.org/exec-maven-plugin/examples/example-exec-for-java-programs.html
Acc
Hi Stephen,
sorry again: I'm following the specs of Exec-Plugin on
http://mojo.codehaus.org/exec-maven-plugin/examples/example-exec-for-java-programs.html
According to the documentation:
[snip]
java
-Dmyproperty=myvalue
-classpath
Hi Stephen,
thank you very much for your hints!
Best regards,
Simone
2008/8/28 Stephen Connolly <[EMAIL PROTECTED]>:
> you should be able to use the exec-maven-plugin attached to the
> generate-test-sources phase in order to generate the junit tests from your
> grammar. then use build-helper to at
you should be able to use the exec-maven-plugin attached to the
generate-test-sources phase in order to generate the junit tests from
your grammar. then use build-helper to attach the generated test
sources so they will be compiled in the test-compile phase and then
surefire will pick them
Hi folks,
I'm interested in using gunit
(http://antlr.org/wiki/display/ANTLR3/gUnit+-+Grammar+Unit+Testing)
using the Surefire plugin, I already sent the same request to the
ANTLR mailing list but it seems nobody knows the solution...
Can anyone suggests me something? Thanks in advance!
Best regard