Re: building struts from source

2004-01-08 Thread lixin chu
problem found: 1. I copied some new version of jar files into j2sdk folder. 2. those jar files are used even though I have pointed to a special folder which contains the right version of jar files in the build.properties file. --- lixin chu <[EMAIL PROTECTED]> wrote: > hi, > i am trying to build

building struts from source

2004-01-08 Thread lixin chu
hi, i am trying to build struts from source (1.1), got 4 error messages: (1) [javac] D:\JAKART~1.1-S\src\share\org\apache\struts\action\ActionServlet.java:443: release() in org.apache.commons.logging.LogFactory cannot be applied to (java.lang.ClassLoader) [javac] LogFactory.relea

Building Struts From Source

2002-03-09 Thread Suneet Shah
I am trying to build struts from the source in an attempt to resolve a parsing problem I am experiencing. The documentation on the site mentions that the commons-* jars are prerequisites for this. However, in reviewing the build.xml file, I don't see any reference to this. Also, the docs menti