The build.xml is generated from maven via the 'maven ant' goal.  We do
have a test:functional ( inside maven.xml ) goal also in maven to
execute any test whose name ends with *FunctionalTest, 'maven
test:functional'.  I'll commit changes to project.xml, regen the
build.xml and commit.

Maybe our test:functional goal could start/stop some server or
something?

>>>>> On Wed, 08 Sep 2004 15:36:23 +0000, [EMAIL PROTECTED] said:

> rwinston 2004/09/08 08:36:23 Modified: net build.xml Log: Remove the
> POP3 tests from the default test target for now - Gump was
> complaining. It would be nice to be able to e.g. programmatically
> start James for the purposes of NNTP and POP3 testing. Maybe later.
  
>   Revision Changes Path 1.26 +3 -3 jakarta-commons/net/build.xml
  
>   Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-commons/net/build.xml,v retrieving
> revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 ---
> build.xml 7 May 2004 03:08:43 -0000 1.25 +++ build.xml 8 Sep 2004
> 15:36:23 -0000 1.26 @@ -107,8 +107,8 @@ <fileset dir="src/test">
> <include name="**/*Test.java"> </include> - <exclude
> name="**/*FunctionalTest.java"> - </exclude> + <exclude
> name="**/*FunctionalTest.java" /> + <exclude name="**/*POP3*.java"
> /> </fileset> </batchtest> </junit> @@ -169,4 +169,4 @@ <unjar
> dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
> </unjar> </target> -</project> \ No newline at end of file
> +</project>

-- 
=====================================================================
Jeffrey D. Brekke                                   [EMAIL PROTECTED]
Wisconsin,  USA                                     [EMAIL PROTECTED]
                                                    [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to