Thanks,
Ben
Jefferson K. French wrote:
OK, I added it. It's my first wiki entry, so hopefully I did it correctly.
On Fri, 25 Jul 2003, at 16:47:24 [GMT +1000] Ben Walding wrote:
Feel free to add to this to the wiki
http://wiki.codehaus.org/maven/MailingListSupport
Jefferson K. French wrote:
I figured out how to do this, and want to pass along what I learned in case anyone else has the same question.
According to several Ant resources I read, you cannot yet do this with Ant tags, although it is frequently requested. Luckily Maven uses Jelly, where it is easy. You can simply do this: <preGoal name="test:test"> <j:thread> <attainGoal name="start_test_server"/> </j:thread> <sleep seconds="10"/> </preGoal>
inside the test:test preGoal.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
