Hi everbody,

I have the following target in  my build.xml file.

<javac srcdir="java/org/apache/struts/form"
destdir="${deploy.home}/WEB-INF/classes/org/apache/struts/form"
           classpath="Iterate/WEB-INF/lib"
           debug="on" optimize="off" deprecation="off"/>
    <copy todir="${deploy.home}/WEB-INF/classes">
        <fileset dir="java/org/apache/struts/form"
includes="**/*.properties"/>
    </copy>
  </target>

And I have working directory and directory for tomcat under D drive.
and they are as following.

ap20 - working director                 Tomcat
 -java /org/.... etc                      -jakarta-tomcat-3.2.1
  -                                                     -webapps
  -                                                             -struts
  -                                               -

I have .java files in D:/ap20/java/org/apache/struts/form/
and .class and .properties files in
D:/Tomcat/jakarta-tomcat-3.2.1/webapps/struts.WEB-INF/classes/org/apachge/fo
rm/

When I compile it it seems like it doesn't compile. Any ideas why ?

I hope somebody can help me!

Thanks

Reply via email to