Uploaded image for project: 'Velocity'
  1. Velocity
  2. VELOCITY-401

remove all J2EE build tasks

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.5
    • Build
    • None

    Description

      I think we should remove all J2EE build tasks and make compilation of DataSourceResourceLoader included by default.

      The reason the J2EE tasks exist is that javax.sql.DataSource was not present in JDK 1.3 and before. Hence DataSourceResourceLoader could not be compiled unless j2ee.jar, jdbc2_0-stdext.jar in the classpath or JDK 1.4+ was used.

      At this point, most users are on JDK 1.4+. I suggest we just check for the presence of javax.sql.DataSource and include the DataSourceResourceLoader if it is present. If not, leave it out and just display a warning message noting that it is missing. (and suggesting users download the appropriate library).

      Attachments

        Activity

          People

            henning Henning Schmiedehausen
            wglass William Glass-Husain
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: