Author: ptahchiev
Date: Sun Feb 17 07:32:53 2008
New Revision: 628493

URL: http://svn.apache.org/viewvc?rev=628493&view=rev
Log:
added the tools.jar to the classpath so that we can now compile the jsps.

Modified:
    jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/samples/jetty/build.xml

Modified: jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/samples/jetty/build.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/samples/jetty/build.xml?rev=628493&r1=628492&r2=628493&view=diff
==============================================================================
--- jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/samples/jetty/build.xml 
(original)
+++ jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/samples/jetty/build.xml Sun 
Feb 17 07:32:53 2008
@@ -43,7 +43,7 @@
   
          <property name="cactus.sample.app.type" value="servlet"/>
                <property name="cactus.sample.archive.type" value="war"/>
-    
+    <property environment="env"/>
     <property file="../build.properties"/>
         
        
@@ -170,7 +170,7 @@
      ========================================================================
   -->
   <target name="test" depends="compile">
-
+    
     <junit fork="yes" failureproperty="tests.failed">
       <sysproperty key="cactus.contextURL"
           value="http://localhost:${cargo.servlet.port}/test"/>
@@ -179,6 +179,8 @@
       <classpath>
         <path refid="cactus.classpath"/>
         <pathelement location="${build.dir}"/>
+        <!-- Needed By Jasper to Compile the JSPs-->
+        <pathelement location="${env.JAVA_HOME}\lib\tools.jar"/>
       </classpath>
       <formatter type="brief" usefile="false"/>
       <formatter type="xml"/>



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

Reply via email to