You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Donald Woods <dw...@apache.org> on 2009/06/23 22:49:08 UTC

Re: svn commit: r787829 - in /geronimo/daytrader/trunk: daytrader-webonly/pom.xml modules/dojo-ui-web/pom.xml modules/json-proxy/pom.xml modules/web/pom.xml pom.xml repository/

Shouldn't the server provide a artifactAlias for JSTL?????


-Donald


jbohn@apache.org wrote:
> Author: jbohn
> Date: Tue Jun 23 20:41:01 2009
> New Revision: 787829
> 
> URL: http://svn.apache.org/viewvc?rev=787829&view=rev
> Log:
> fix daytrader build to match the latest trunk changes - change in tomcat build and location of jstl
> 
> Removed:
>     geronimo/daytrader/trunk/repository/
> Modified:
>     geronimo/daytrader/trunk/daytrader-webonly/pom.xml
>     geronimo/daytrader/trunk/modules/dojo-ui-web/pom.xml
>     geronimo/daytrader/trunk/modules/json-proxy/pom.xml
>     geronimo/daytrader/trunk/modules/web/pom.xml
>     geronimo/daytrader/trunk/pom.xml
> 
> Modified: geronimo/daytrader/trunk/daytrader-webonly/pom.xml
> URL: http://svn.apache.org/viewvc/geronimo/daytrader/trunk/daytrader-webonly/pom.xml?rev=787829&r1=787828&r2=787829&view=diff
> ==============================================================================
> --- geronimo/daytrader/trunk/daytrader-webonly/pom.xml (original)
> +++ geronimo/daytrader/trunk/daytrader-webonly/pom.xml Tue Jun 23 20:41:01 2009
> @@ -51,7 +51,7 @@
>              <scope>provided</scope>
>          </dependency>
>          <dependency>
> -            <groupId>jstl</groupId>
> +            <groupId>javax.servlet</groupId>
>              <artifactId>jstl</artifactId>
>              <scope>provided</scope>
>          </dependency>
> 
> Modified: geronimo/daytrader/trunk/modules/dojo-ui-web/pom.xml
> URL: http://svn.apache.org/viewvc/geronimo/daytrader/trunk/modules/dojo-ui-web/pom.xml?rev=787829&r1=787828&r2=787829&view=diff
> ==============================================================================
> --- geronimo/daytrader/trunk/modules/dojo-ui-web/pom.xml (original)
> +++ geronimo/daytrader/trunk/modules/dojo-ui-web/pom.xml Tue Jun 23 20:41:01 2009
> @@ -47,7 +47,7 @@
>              <scope>provided</scope>
>          </dependency>
>          <dependency>
> -            <groupId>jstl</groupId>
> +            <groupId>javax.servlet</groupId>
>              <artifactId>jstl</artifactId>
>              <scope>provided</scope>
>          </dependency>
> 
> Modified: geronimo/daytrader/trunk/modules/json-proxy/pom.xml
> URL: http://svn.apache.org/viewvc/geronimo/daytrader/trunk/modules/json-proxy/pom.xml?rev=787829&r1=787828&r2=787829&view=diff
> ==============================================================================
> --- geronimo/daytrader/trunk/modules/json-proxy/pom.xml (original)
> +++ geronimo/daytrader/trunk/modules/json-proxy/pom.xml Tue Jun 23 20:41:01 2009
> @@ -52,7 +52,7 @@
>              <scope>provided</scope>
>          </dependency>
>          <dependency>
> -            <groupId>jstl</groupId>
> +            <groupId>javax.servlet</groupId>
>              <artifactId>jstl</artifactId>
>              <scope>provided</scope>
>          </dependency>
> 
> Modified: geronimo/daytrader/trunk/modules/web/pom.xml
> URL: http://svn.apache.org/viewvc/geronimo/daytrader/trunk/modules/web/pom.xml?rev=787829&r1=787828&r2=787829&view=diff
> ==============================================================================
> --- geronimo/daytrader/trunk/modules/web/pom.xml (original)
> +++ geronimo/daytrader/trunk/modules/web/pom.xml Tue Jun 23 20:41:01 2009
> @@ -59,7 +59,7 @@
>              <scope>provided</scope>
>          </dependency>
>          <dependency>
> -            <groupId>jstl</groupId>
> +            <groupId>javax.servlet</groupId>
>              <artifactId>jstl</artifactId>
>              <scope>provided</scope>
>          </dependency>
> 
> Modified: geronimo/daytrader/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/geronimo/daytrader/trunk/pom.xml?rev=787829&r1=787828&r2=787829&view=diff
> ==============================================================================
> --- geronimo/daytrader/trunk/pom.xml (original)
> +++ geronimo/daytrader/trunk/pom.xml Tue Jun 23 20:41:01 2009
> @@ -141,7 +141,6 @@
>      </organization>
>  
>      <modules>
> -        <module>repository</module>
>          <module>modules/ejb</module>
>          <module>modules/web</module>
>          <module>modules/streamer</module>
> 
> 
> 

Re: svn commit: r787829 - in /geronimo/daytrader/trunk: daytrader-webonly/pom.xml modules/dojo-ui-web/pom.xml modules/json-proxy/pom.xml modules/web/pom.xml pom.xml repository/

Posted by Joe Bohn <jo...@earthlink.net>.
These dependency updates are necessary for the build to succeed so 
runtime aliases won't help.

Joe


Donald Woods wrote:
> Shouldn't the server provide a artifactAlias for JSTL?????
> 
> 
> -Donald
> 
> 
> jbohn@apache.org wrote:
>> Author: jbohn
>> Date: Tue Jun 23 20:41:01 2009
>> New Revision: 787829
>>
>> URL: http://svn.apache.org/viewvc?rev=787829&view=rev
>> Log:
>> fix daytrader build to match the latest trunk changes - change in 
>> tomcat build and location of jstl
>>
>> Removed:
>>     geronimo/daytrader/trunk/repository/
>> Modified:
>>     geronimo/daytrader/trunk/daytrader-webonly/pom.xml
>>     geronimo/daytrader/trunk/modules/dojo-ui-web/pom.xml
>>     geronimo/daytrader/trunk/modules/json-proxy/pom.xml
>>     geronimo/daytrader/trunk/modules/web/pom.xml
>>     geronimo/daytrader/trunk/pom.xml
>>
>> Modified: geronimo/daytrader/trunk/daytrader-webonly/pom.xml
>> URL: 
>> http://svn.apache.org/viewvc/geronimo/daytrader/trunk/daytrader-webonly/pom.xml?rev=787829&r1=787828&r2=787829&view=diff 
>>
>> ============================================================================== 
>>
>> --- geronimo/daytrader/trunk/daytrader-webonly/pom.xml (original)
>> +++ geronimo/daytrader/trunk/daytrader-webonly/pom.xml Tue Jun 23 
>> 20:41:01 2009
>> @@ -51,7 +51,7 @@
>>              <scope>provided</scope>
>>          </dependency>
>>          <dependency>
>> -            <groupId>jstl</groupId>
>> +            <groupId>javax.servlet</groupId>
>>              <artifactId>jstl</artifactId>
>>              <scope>provided</scope>
>>          </dependency>
>>
>> Modified: geronimo/daytrader/trunk/modules/dojo-ui-web/pom.xml
>> URL: 
>> http://svn.apache.org/viewvc/geronimo/daytrader/trunk/modules/dojo-ui-web/pom.xml?rev=787829&r1=787828&r2=787829&view=diff 
>>
>> ============================================================================== 
>>
>> --- geronimo/daytrader/trunk/modules/dojo-ui-web/pom.xml (original)
>> +++ geronimo/daytrader/trunk/modules/dojo-ui-web/pom.xml Tue Jun 23 
>> 20:41:01 2009
>> @@ -47,7 +47,7 @@
>>              <scope>provided</scope>
>>          </dependency>
>>          <dependency>
>> -            <groupId>jstl</groupId>
>> +            <groupId>javax.servlet</groupId>
>>              <artifactId>jstl</artifactId>
>>              <scope>provided</scope>
>>          </dependency>
>>
>> Modified: geronimo/daytrader/trunk/modules/json-proxy/pom.xml
>> URL: 
>> http://svn.apache.org/viewvc/geronimo/daytrader/trunk/modules/json-proxy/pom.xml?rev=787829&r1=787828&r2=787829&view=diff 
>>
>> ============================================================================== 
>>
>> --- geronimo/daytrader/trunk/modules/json-proxy/pom.xml (original)
>> +++ geronimo/daytrader/trunk/modules/json-proxy/pom.xml Tue Jun 23 
>> 20:41:01 2009
>> @@ -52,7 +52,7 @@
>>              <scope>provided</scope>
>>          </dependency>
>>          <dependency>
>> -            <groupId>jstl</groupId>
>> +            <groupId>javax.servlet</groupId>
>>              <artifactId>jstl</artifactId>
>>              <scope>provided</scope>
>>          </dependency>
>>
>> Modified: geronimo/daytrader/trunk/modules/web/pom.xml
>> URL: 
>> http://svn.apache.org/viewvc/geronimo/daytrader/trunk/modules/web/pom.xml?rev=787829&r1=787828&r2=787829&view=diff 
>>
>> ============================================================================== 
>>
>> --- geronimo/daytrader/trunk/modules/web/pom.xml (original)
>> +++ geronimo/daytrader/trunk/modules/web/pom.xml Tue Jun 23 20:41:01 2009
>> @@ -59,7 +59,7 @@
>>              <scope>provided</scope>
>>          </dependency>
>>          <dependency>
>> -            <groupId>jstl</groupId>
>> +            <groupId>javax.servlet</groupId>
>>              <artifactId>jstl</artifactId>
>>              <scope>provided</scope>
>>          </dependency>
>>
>> Modified: geronimo/daytrader/trunk/pom.xml
>> URL: 
>> http://svn.apache.org/viewvc/geronimo/daytrader/trunk/pom.xml?rev=787829&r1=787828&r2=787829&view=diff 
>>
>> ============================================================================== 
>>
>> --- geronimo/daytrader/trunk/pom.xml (original)
>> +++ geronimo/daytrader/trunk/pom.xml Tue Jun 23 20:41:01 2009
>> @@ -141,7 +141,6 @@
>>      </organization>
>>  
>>      <modules>
>> -        <module>repository</module>
>>          <module>modules/ejb</module>
>>          <module>modules/web</module>
>>          <module>modules/streamer</module>
>>
>>
>>
>