You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "Will Glass-Husain (JIRA)" <ji...@apache.org> on 2005/09/19 08:01:54 UTC

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

remove all J2EE build tasks
---------------------------

         Key: VELOCITY-401
         URL: http://issues.apache.org/jira/browse/VELOCITY-401
     Project: Velocity
        Type: Improvement
  Components: Build  
    Reporter: Will Glass-Husain
    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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


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

Posted by "Will Glass-Husain (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/VELOCITY-401?page=all ]

Will Glass-Husain reassigned VELOCITY-401:
------------------------------------------

    Assign To: Henning Schmiedehausen  (was: Will Glass-Husain)

Assigned to Henning since he's working on this.

> remove all J2EE build tasks
> ---------------------------
>
>          Key: VELOCITY-401
>          URL: http://issues.apache.org/jira/browse/VELOCITY-401
>      Project: Velocity
>         Type: Improvement
>   Components: Build
>     Reporter: Will Glass-Husain
>     Assignee: 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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


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

Posted by "Will Glass-Husain (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/VELOCITY-401?page=all ]

Will Glass-Husain reassigned VELOCITY-401:
------------------------------------------

    Assign To: Will Glass-Husain

> remove all J2EE build tasks
> ---------------------------
>
>          Key: VELOCITY-401
>          URL: http://issues.apache.org/jira/browse/VELOCITY-401
>      Project: Velocity
>         Type: Improvement
>   Components: Build
>     Reporter: Will Glass-Husain
>     Assignee: Will Glass-Husain
>     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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


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

Posted by "Henning Schmiedehausen (JIRA)" <de...@velocity.apache.org>.
     [ 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


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

Posted by "Henning P. Schmiedehausen" <hp...@intermeta.de>.
"Niall Pemberton" <ni...@blueyonder.co.uk> writes:

>https://svn.apache.org/repos/asf/gump/metadata/project/jakarta-velocity.xml

>Gump is currently running, it should get picked up in the next run

Thanks!

	Best regards
		Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
hps@intermeta.de        +49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

		      4 - 8 - 15 - 16 - 23 - 42

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


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

Posted by Niall Pemberton <ni...@blueyonder.co.uk>.
----- Original Message ----- 
From: "Henning Schmiedehausen" <he...@intermeta.de>
>
> >Gump is trying to run the old "dist" target and now failing:
>
> Ah, sorry, didn't think about gump at that point.
>
> >Looks like either the target needs to change to "package" or it needs to
run
> >the two jar targets ("jar" and "jar-dep") - which either could be defined
in
> >gump or a target added to the build which depends on both of those.
>
> package is probably best, because it tests all the targets: jar,
> jar-dep, docs, javadocs and the building of the tar.gz and zip files.
>
> >If you want any help updating the gump metadata, I'd be happy to (any
apache
> >commiter can update gump meta data).
>
> I'm not that big on gump. If you know where to touch, it would be
> really great if you can do the changes. Else point me at some docs and
> I'll try to muddle my way through.

OK I've updated the gump meta data:


https://svn.apache.org/repos/asf/gump/metadata/project/jakarta-velocity.xml

Gump is currently running, it should get picked up in the next run

regards

Niall

> Best regards
> Henning



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


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

Posted by Henning Schmiedehausen <he...@intermeta.de>.
In hometree.jakarta.velocity.dev you write:

>Gump is trying to run the old "dist" target and now failing:

>http://vmgump.apache.org/gump/public/jakarta-velocity/jakarta-velocity/gump_work/build_jakarta-velocity_jakarta-velocity.html

Ah, sorry, didn't think about gump at that point.

>Looks like either the target needs to change to "package" or it needs to run
>the two jar targets ("jar" and "jar-dep") - which either could be defined in
>gump or a target added to the build which depends on both of those.

package is probably best, because it tests all the targets: jar,
jar-dep, docs, javadocs and the building of the tar.gz and zip files.

If you have some metrics on the unit tests, you can also run the "test" target.

>https://svn.apache.org/repos/asf/gump/metadata/project/jakarta-velocity.xml

>If you want any help updating the gump metadata, I'd be happy to (any apache
>commiter can update gump meta data).

I'm not that big on gump. If you know where to touch, it would be
really great if you can do the changes. Else point me at some docs and
I'll try to muddle my way through.


	Best regards
		Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
hps@intermeta.de        +49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

		      4 - 8 - 15 - 16 - 23 - 42

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


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

Posted by Niall Pemberton <ni...@blueyonder.co.uk>.
Gump is trying to run the old "dist" target and now failing:

http://vmgump.apache.org/gump/public/jakarta-velocity/jakarta-velocity/gump_work/build_jakarta-velocity_jakarta-velocity.html

Looks like either the target needs to change to "package" or it needs to run
the two jar targets ("jar" and "jar-dep") - which either could be defined in
gump or a target added to the build which depends on both of those.

https://svn.apache.org/repos/asf/gump/metadata/project/jakarta-velocity.xml

If you want any help updating the gump metadata, I'd be happy to (any apache
commiter can update gump meta data).

Niall

----- Original Message ----- 
From: "Henning P. Schmiedehausen" <hp...@intermeta.de>
Sent: Monday, October 10, 2005 9:41 AM


> "Will Glass-Husain" <wg...@forio.com> writes:
>
> >Ah, Henning, you closed the issue just before I commented on it.  I was
> >going to add a reminder that we need revised docs for the ant and maven
> >build processes.  I think that would be a useful thing to do before
> >1.5-beta.
>
> Sorry 'bout that. Just reopen the issue. :-)
>
> >Is that also on your "todo" or should we create an unassigned issue?
>
> It's on my todo once all bugs are shaked out.
>
> Best regards
> Henning
>
> >Cheers,
> >WILL



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


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

Posted by "Henning P. Schmiedehausen" <hp...@intermeta.de>.
"Will Glass-Husain" <wg...@forio.com> writes:

>Ah, Henning, you closed the issue just before I commented on it.  I was 
>going to add a reminder that we need revised docs for the ant and maven 
>build processes.  I think that would be a useful thing to do before 
>1.5-beta.

Sorry 'bout that. Just reopen the issue. :-)

>Is that also on your "todo" or should we create an unassigned issue?

It's on my todo once all bugs are shaked out.

	Best regards
		Henning



>Cheers,
>WILL


>----- Original Message ----- 
>From: "Henning Schmiedehausen (JIRA)" <ji...@apache.org>
>To: <ve...@jakarta.apache.org>
>Sent: Sunday, October 09, 2005 1:16 PM
>Subject: [jira] Resolved: (VELOCITY-401) remove all J2EE build tasks


>>     [ http://issues.apache.org/jira/browse/VELOCITY-401?page=all ]
>>
>> Henning Schmiedehausen resolved VELOCITY-401:
>> ---------------------------------------------
>>
>>    Resolution: Fixed
>>
>> new ant build system is in place. Should be part of Velocity 1.5
>>
>>> remove all J2EE build tasks
>>> ---------------------------
>>>
>>>          Key: VELOCITY-401
>>>          URL: http://issues.apache.org/jira/browse/VELOCITY-401
>>>      Project: Velocity
>>>         Type: Improvement
>>>   Components: Build
>>>     Reporter: Will Glass-Husain
>>>     Assignee: 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.
>> -
>> If you think it was sent incorrectly contact one of the administrators:
>>   http://issues.apache.org/jira/secure/Administrators.jspa
>> -
>> For more information on JIRA, see:
>>   http://www.atlassian.com/software/jira
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: velocity-dev-help@jakarta.apache.org
>> 


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

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
hps@intermeta.de        +49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

		      4 - 8 - 15 - 16 - 23 - 42

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


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

Posted by Will Glass-Husain <wg...@forio.com>.
Ah, Henning, you closed the issue just before I commented on it.  I was 
going to add a reminder that we need revised docs for the ant and maven 
build processes.  I think that would be a useful thing to do before 
1.5-beta.

Is that also on your "todo" or should we create an unassigned issue?

Cheers,
WILL


----- Original Message ----- 
From: "Henning Schmiedehausen (JIRA)" <ji...@apache.org>
To: <ve...@jakarta.apache.org>
Sent: Sunday, October 09, 2005 1:16 PM
Subject: [jira] Resolved: (VELOCITY-401) remove all J2EE build tasks


>     [ http://issues.apache.org/jira/browse/VELOCITY-401?page=all ]
>
> Henning Schmiedehausen resolved VELOCITY-401:
> ---------------------------------------------
>
>    Resolution: Fixed
>
> new ant build system is in place. Should be part of Velocity 1.5
>
>> remove all J2EE build tasks
>> ---------------------------
>>
>>          Key: VELOCITY-401
>>          URL: http://issues.apache.org/jira/browse/VELOCITY-401
>>      Project: Velocity
>>         Type: Improvement
>>   Components: Build
>>     Reporter: Will Glass-Husain
>>     Assignee: 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.
> -
> If you think it was sent incorrectly contact one of the administrators:
>   http://issues.apache.org/jira/secure/Administrators.jspa
> -
> For more information on JIRA, see:
>   http://www.atlassian.com/software/jira
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: velocity-dev-help@jakarta.apache.org
> 


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


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

Posted by "Henning Schmiedehausen (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/VELOCITY-401?page=all ]
     
Henning Schmiedehausen resolved VELOCITY-401:
---------------------------------------------

    Resolution: Fixed

new ant build system is in place. Should be part of Velocity 1.5

> remove all J2EE build tasks
> ---------------------------
>
>          Key: VELOCITY-401
>          URL: http://issues.apache.org/jira/browse/VELOCITY-401
>      Project: Velocity
>         Type: Improvement
>   Components: Build
>     Reporter: Will Glass-Husain
>     Assignee: 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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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