You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ri...@apache.org on 2005/09/20 06:43:46 UTC

svn commit: r290353 - /beehive/trunk/netui/test/src/compilerTests/org/apache/beehive/netui/test/compiler/RunApt.java

Author: rich
Date: Mon Sep 19 21:43:41 2005
New Revision: 290353

URL: http://svn.apache.org/viewcvs?rev=290353&view=rev
Log:
Post-v1 work.

This is a patch from Alex Ramirez to remove the unnecessary -Aweb.source.roots option from the apt invocation in the NetUI compiler tests.  I also removed -Aweb.output.root.

tests: bvt in netui (WinXP)


Modified:
    beehive/trunk/netui/test/src/compilerTests/org/apache/beehive/netui/test/compiler/RunApt.java

Modified: beehive/trunk/netui/test/src/compilerTests/org/apache/beehive/netui/test/compiler/RunApt.java
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/src/compilerTests/org/apache/beehive/netui/test/compiler/RunApt.java?rev=290353&r1=290352&r2=290353&view=diff
==============================================================================
--- beehive/trunk/netui/test/src/compilerTests/org/apache/beehive/netui/test/compiler/RunApt.java (original)
+++ beehive/trunk/netui/test/src/compilerTests/org/apache/beehive/netui/test/compiler/RunApt.java Mon Sep 19 21:43:41 2005
@@ -133,9 +133,6 @@
         aptArgs.add(tempDir.getAbsolutePath());
 
         aptArgs.add("-Aweb.content.root=" + webappRoot);
-        aptArgs.add("-Aweb.output.root=" + webappRoot);
-        aptArgs.add("-Aweb.source.roots=" + webappRoot + File.pathSeparatorChar + webappRoot + File.separatorChar
-                        + TestPropertyMgr.DIRNAME_WEB_INF + File.separatorChar + TestPropertyMgr.SRC_DIR_NAME);
 
         // Find all the source files by the specified extentions
         Set srcExtentions = TestPropertyMgr.getSrcExts();