You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "Henning Schmiedehausen (JIRA)" <de...@velocity.apache.org> on 2007/03/08 01:14:25 UTC

[jira] Closed: (VELOCITY-401) remove all J2EE build tasks

     [ https://issues.apache.org/jira/browse/VELOCITY-401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henning Schmiedehausen closed VELOCITY-401.
-------------------------------------------


> remove all J2EE build tasks
> ---------------------------
>
>                 Key: VELOCITY-401
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-401
>             Project: Velocity
>          Issue Type: Improvement
>          Components: Build
>            Reporter: Will Glass-Husain
>         Assigned To: Henning Schmiedehausen
>            Priority: Minor
>             Fix For: 1.5
>
>
> 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).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org