Re: taglibs vs jstl

2006-02-19 Thread Srepfler Srgjan

Brian E. Fox wrote:
Seems to me like taglibs should have a dependency on jstl in it's pom.  

  

+1

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: taglibs vs jstl

2006-02-18 Thread Brian E. Fox
Seems to me like taglibs should have a dependency on jstl in it's pom.  

-Original Message-
From: KC Baltz [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 17, 2006 6:16 PM
To: Maven Users List
Subject: RE: taglibs vs jstl

Right.  javax is the interface, taglibs.standard is the implementation.  

I have the following in my pom:



taglibs
standard
1.1.2


javax.servlet
jstl
1.1.2


K.C.

-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
Sent: Friday, February 17, 2006 8:22 AM
To: Maven Users List
Subject: Re: taglibs vs jstl


taglibs.standard !=  javax.servlet.jstl

Generally, you need both

Emmanuel

Brian E. Fox a écrit :
> I'm probably having a brain cramp now. Can anyone confirm if 
> taglibs.standard is the same as javax.servlet.jstl?
>  
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: taglibs vs jstl

2006-02-17 Thread KC Baltz
Right.  javax is the interface, taglibs.standard is the implementation.  

I have the following in my pom:



taglibs
standard
1.1.2


javax.servlet
jstl
1.1.2


K.C.

-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
Sent: Friday, February 17, 2006 8:22 AM
To: Maven Users List
Subject: Re: taglibs vs jstl


taglibs.standard !=  javax.servlet.jstl

Generally, you need both

Emmanuel

Brian E. Fox a écrit :
> I'm probably having a brain cramp now. Can anyone confirm if
> taglibs.standard is the same as javax.servlet.jstl?
>  
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: taglibs vs jstl

2006-02-17 Thread Emmanuel Venisse

taglibs.standard !=  javax.servlet.jstl

Generally, you need both

Emmanuel

Brian E. Fox a écrit :

I'm probably having a brain cramp now. Can anyone confirm if
taglibs.standard is the same as javax.servlet.jstl?
 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



taglibs vs jstl

2006-02-17 Thread Brian E. Fox
I'm probably having a brain cramp now. Can anyone confirm if
taglibs.standard is the same as javax.servlet.jstl?