Re: versions of jars?
"Max Cooper" <[email protected]> Tue, 1 Apr 2003 18:03:08 -0800
| Newsgroups | gmane.comp.java.securityfilter.user |
|---|---|
| Message-ID | <010401c2f8bc$02d615c0$8602010a@ozzy> |
Daniel, I updated to the latest available for the 1.0.1 release build. However, the minimum versions are all listed out in the build.properties.sample as comments. I bet you could use even older versions in many cases, but I just picked what was current when the project was started. I have not done any rigorous testing to ensure that SecurityFilter will build and operate correctly with a wide range of library versions. That would be cool, but it isn't a high priority right now. Here is the build.properties file that I used to build the .zip versions of the securityfilter-1.0.1 release. The same library and JDK versions were used to build the .tar.gz versions also, but I did that on a different machine than I am using right now. Acutally there is one exception -- I used servlet.jar from Tomcat 4.1.24-LE-jdk14 to build the .tar.gz versions, rather than the servletapi-4 library used here: # -------------------------------------------------------------------------- --- # build.properties.sample # # This is an example "build.properties" file, used to customize building # Security Filter for your local environment. Make any changes you need, and # rename this file to "build.properties" in the same directory that contains # the Security Filter "build.xml" file. # # $Id: build.properties.sample,v 1.1 2002/08/08 10:01:28 mcooper Exp $ # -------------------------------------------------------------------------- --- # The catalina JAR file from version 4.0 (or later) of the Jakarta Tomcat # package. catalina.jar=c:/Program Files/Apache Group/Tomcat 4.1/server/lib/catalina.jar # The JAR file containing version 1.0 (or later) of the Beanutils package # from the Jakarta Commons project. commons-beanutils.jar=c:/jakarta-commons/commons-beanutils-1.6.1/commons-bea nutils.jar # The JAR file containing version 1.0 (or later) of the Collections package # from the Jakarta Commons project. commons-collections.jar=c:/jakarta-commons/commons-collections-2.1/commons-c ollections.jar # The JAR file containing version 1.0 (or later) of the Digester package # from the Jakarta Commons project. commons-digester.jar=c:/jakarta-commons/commons-digester-1.4.1/commons-diges ter.jar # The JAR file containing version 1.0 (or later) of the Logging package # from the Jakarta Commons project. commons-logging.jar=c:/jakarta-commons/commons-logging-1.0.2/commons-logging .jar # The JAR file containing version 2.0.6 (or later) of # the the Jakarta ORO project. jakarta-oro.jar=c:/jakarta-oro-2.0.7/jakarta-oro-2.0.7.jar # The JAR file containing the Servlet API version 2.3 (or later) classes to # compile against servlet.jar=c:/jakarta-servletapi-4/lib/servlet.jar # turn debugging on compile.debug=true One additional note that may be of interest to you: the main trunk won't build right now. We are in the middle of some integration and the repository is temporarily in disarray. I know, I know, that's bad. I agree, but we need some automated tests to make sure that we don't pick up regression errors as we move forward, so that is what I am working on (well, just 'thinking about' so far). It was just me before, but we've got more contributors now, so we need some more rigor in the dev process to ensure forward progress. The 'rel-1_0_1' branch is the latest release code, and builds without any problems. I suggest using that for the time being if you will be getting files from CVS. There will be a beta release of the next version as soon as the repository is back in order. The beta release will be announced to this list. -Max ----- Original Message ----- From: "Daniel Kehoe" <kehoe-u2F8/sPSwBdWk0Htik3J/[email protected]> To: <securityfilter-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org> Sent: Tuesday, April 01, 2003 5:07 PM Subject: [securityfilter-user] versions of jars? > What are the versions of the required jars (catalina.jar, > jakarta-oro.jar, etc.)? > > I'm setting up a project with maven and would like to identify the > version numbers. > -- > Daniel > kehoe-u2F8/sPSwBdWk0Htik3J/[email protected] > > > ------------------------------------------------------- > This SF.net email is sponsored by: ValueWeb: > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > No other company gives more support or power for your dedicated server > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > _______________________________________________ > securityfilter-user mailing list > securityfilter-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > https://lists.sourceforge.net/lists/listinfo/securityfilter-user > ------------------------------------------------------- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/