You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Srepfler Srgjan (JIRA)" <ji...@codehaus.org> on 2005/10/24 19:16:11 UTC

[jira] Created: (MEV-146) JSTL need also the standard.jar companion lib

JSTL need also the standard.jar companion lib
---------------------------------------------

         Key: MEV-146
         URL: http://jira.codehaus.org/browse/MEV-146
     Project: Maven Evangelism
        Type: Improvement
  Components: Dependencies  
 Reporter: Srepfler Srgjan


The JSTL lib is usefull but the web part of the application needs the standard.jar library.
Please add.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (MEV-146) JSTL need also the standard.jar companion lib

Posted by "Matt Raible (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-146?page=comments#action_51885 ] 

Matt Raible commented on MEV-146:
---------------------------------

I've been able to reproduce this.  It seems to me that jstl should depend on standard, or standard should depend on jstl - so you don't have to declare them both.  The following works for me.

         <dependency>
            <artifactId>jstl</artifactId>
            <groupId>javax.servlet</groupId>
            <version>1.1.2</version>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <artifactId>standard</artifactId>
            <groupId>taglibs</groupId>
            <version>1.1.2</version>
            <scope>runtime</scope>
        </dependency>

> JSTL need also the standard.jar companion lib
> ---------------------------------------------
>
>          Key: MEV-146
>          URL: http://jira.codehaus.org/browse/MEV-146
>      Project: Maven Evangelism
>         Type: Improvement
>   Components: Dependencies
>     Reporter: Srepfler Srgjan

>
>
> The JSTL lib is usefull but the web part of the application needs the standard.jar library.
> Please add.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (MEV-146) JSTL need also the standard.jar companion lib

Posted by "Srepfler Srgjan (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-146?page=comments#action_51926 ] 

Srepfler Srgjan commented on MEV-146:
-------------------------------------

I agree but I'm not shure which whould depend on which (maybe both). The taglibs standard.jar needs for sure the jstl.jar but on the otherhand althought jstl.jar can live on it's own I'm not sure what would it be it's use?

> JSTL need also the standard.jar companion lib
> ---------------------------------------------
>
>          Key: MEV-146
>          URL: http://jira.codehaus.org/browse/MEV-146
>      Project: Maven Evangelism
>         Type: Improvement
>   Components: Dependencies
>     Reporter: Srepfler Srgjan

>
>
> The JSTL lib is usefull but the web part of the application needs the standard.jar library.
> Please add.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Closed: (MEV-146) JSTL need also the standard.jar companion lib

Posted by "Srepfler Srgjan (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-146?page=all ]
     
Srepfler Srgjan closed MEV-146:
-------------------------------

    Resolution: Fixed

On second rebuild, the standard.jar got included. Must have been a glitch.

> JSTL need also the standard.jar companion lib
> ---------------------------------------------
>
>          Key: MEV-146
>          URL: http://jira.codehaus.org/browse/MEV-146
>      Project: Maven Evangelism
>         Type: Improvement
>   Components: Dependencies
>     Reporter: Srepfler Srgjan

>
>
> The JSTL lib is usefull but the web part of the application needs the standard.jar library.
> Please add.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (MEV-146) JSTL need also the standard.jar companion lib

Posted by "Srepfler Srgjan (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-146?page=comments#action_51928 ] 

Srepfler Srgjan commented on MEV-146:
-------------------------------------

On the other hand, the standard is standard because it's standardised by sun but it's not said it's jakarta implementation is the only one. Comments?

> JSTL need also the standard.jar companion lib
> ---------------------------------------------
>
>          Key: MEV-146
>          URL: http://jira.codehaus.org/browse/MEV-146
>      Project: Maven Evangelism
>         Type: Improvement
>   Components: Dependencies
>     Reporter: Srepfler Srgjan

>
>
> The JSTL lib is usefull but the web part of the application needs the standard.jar library.
> Please add.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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