Update Documentation on Integration Test Resources

2006-11-21 Thread Tony Truong
Hi guys, I would just like to inform you guys that your documentation does not talk about the directory src/it/resources being the test resources for integration tests. Can this be updated please? Tony -- View this message in context: http://www.nabble.com/Update-Documentation-on-Integration-T

XSLT patch for project.xml?

2006-11-07 Thread Tony Truong
Hi, Just for interest - has anyone made an XSLT patch for project.xml -> pom.xml? Regards, Tony -- View this message in context: http://www.nabble.com/XSLT-patch-for-project.xml--tf2593509s177.html#a7233347 Sent from the Maven - Users mailing list archive at Nabble.com.

Plugin's page link is ambiguous

2006-11-07 Thread Tony Truong
The plugin's page is under the hyperlink alias "By Category". Shouldn't sorting by category be more of a drop down box instead. Can the alias be renamed back to "plugins"? -- View this message in context: http://www.nabble.com/Plugin%27s-page-link-is-ambiguous-tf2592965s177.html#a7231855 Sent fr

Re: [m2] Artifact not resolving for internal repository

2006-10-08 Thread Tony Truong
ayne > > On 10/8/06, Tony Truong <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I am currently creating a plugin that runs on an empty directory (i.e. no >> pom.xml). >> >> When I run this mojo, it tries to find the plugin in the central >>

[m2] Artifact not resolving for internal repository

2006-10-08 Thread Tony Truong
Hi, I am currently creating a plugin that runs on an empty directory (i.e. no pom.xml). When I run this mojo, it tries to find the plugin in the central repository only. I want Maven 2 to find my plugin in an internal repository without needing to specify a pom.xml. I have tried the following

RE: [m2] surefire and integration tests - discrepancy

2006-08-21 Thread Tony Truong
etting, your test case, whether > there are any environment variables required by your tests, etc. > > Thanks > -Vincent > >> -Original Message- >> From: Tony Truong [mailto:[EMAIL PROTECTED] >> Sent: lundi 21 août 2006 09:53 >> To: users@maven.apache.

[m2] surefire and integration tests - discrepancy

2006-08-21 Thread Tony Truong
Hi all, I am currently running functional tests with surefire + cargo and IntelliJ IDEA. I have set both to the same container (tomcat5). When the tests are executed, I seem to get failures in surefire + cargo that does not appear on IDEA. Could this be a test environment issue or a bug in suref

Re: [m2] Executing a Test First

2006-08-13 Thread Tony Truong
Hi franz, Thanks franz! The solution to the problem was to create two executions and bind it to the same phase. In each execution, specify a different ID. Case solved. franz see wrote: > > > > Tony Truong wrote: >> >> Hi Franz, >> >> Thanks for y

Re: [m2] Executing a Test First

2006-08-13 Thread Tony Truong
wrote: > > > Tony Truong wrote: >> >> To all, >> >> I need to run a specific JWebunit test before the other tests, since this >> JWebunit test sets up the web app environment. How would I be able to do >> this with the surefire plugin? >> >&

[m2] Executing a Test First

2006-08-13 Thread Tony Truong
To all, I need to run a specific JWebunit test before the other tests, since this JWebunit test sets up the web app environment. How would I be able to do this with the surefire plugin? Tony. -- View this message in context: http://www.nabble.com/-m2--Executing-a-Test-First-tf2101214.html#a579

Re: [m2] Calling goals outside a plugin

2006-07-24 Thread Tony Truong
dcabasson wrote: > > I guess you can't do that out of the box in Maven 2. > > Executing maven foo:bar, is equivalent to calling the foo plugin with the > bar mojo. So I guess you would have to create a scripting (ant) plugin. > That's not that difficult, and it's well documented here: > http://