You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2005/08/31 07:25:28 UTC

svn commit: r264944 - in /struts/shale/trunk/core-library: project.properties project.xml

Author: wsmoak
Date: Tue Aug 30 22:25:14 2005
New Revision: 264944

URL: http://svn.apache.org/viewcvs?rev=264944&view=rev
Log:
Changed dependency to Standalone Tiles SNAPSHOT on cvs.apache.org

Modified:
    struts/shale/trunk/core-library/project.properties
    struts/shale/trunk/core-library/project.xml

Modified: struts/shale/trunk/core-library/project.properties
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/project.properties?rev=264944&r1=264943&r2=264944&view=diff
==============================================================================
--- struts/shale/trunk/core-library/project.properties (original)
+++ struts/shale/trunk/core-library/project.properties Tue Aug 30 22:25:14 2005
@@ -1,3 +1,6 @@
 
 #Circular dependency exists between test-framework and the tests in core-library
 maven.test.skip=true
+
+# Standalone Tiles SNAPSHOTs are on cvs.apache.org
+maven.repo.remote=http://www.ibiblio.org/maven/,http://cvs.apache.org/repository

Modified: struts/shale/trunk/core-library/project.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/project.xml?rev=264944&r1=264943&r2=264944&view=diff
==============================================================================
--- struts/shale/trunk/core-library/project.xml (original)
+++ struts/shale/trunk/core-library/project.xml Tue Aug 30 22:25:14 2005
@@ -117,7 +117,7 @@
       <dependency>
         <groupId>tiles</groupId>
         <artifactId>tiles-core</artifactId>
-        <version>0.2-dev</version>
+        <version>SNAPSHOT</version>
         <url>http://cvs.apache.org/builds/struts/nightly/sandbox/tiles-core/</url>
       </dependency>
 



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


Re: svn commit: r264944 - in /struts/shale/trunk/core-library: project.properties project.xml

Posted by Wendy Smoak <ja...@wendysmoak.com>.
From: "Craig McClanahan" <cr...@gmail.com>

> I can nudge Keith et. al. directly, but Shale doesn't need this ... it 
> wants PR4. Does Ti need PR5 instead?

I don't see webflow declared at all in Ti.  PR4 it is, then.  Thanks!

-- 
Wendy 



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


Re: svn commit: r264944 - in /struts/shale/trunk/core-library: project.properties project.xml

Posted by Craig McClanahan <cr...@gmail.com>.
On 8/30/05, Wendy Smoak <ja...@wendysmoak.com> wrote:
> 
> Craig wrote:
> 
> > It turns out that my Sun-internal nudge was quite timely to what was
> > already the plan :-).
> 
> I figured you might have somehow been involved. ;)
> 
> Any chance you have friends inside the Spring project who could make the
> spring-webflow-PR5.jar appear on ibiblio in a similar fashion? If they 
> have
> a repository somewhere else, I haven't been able to find it.


I can nudge Keith et. al. directly, but Shale doesn't need this ... it wants 
PR4. Does Ti need PR5 instead?

Craig 

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

Re: svn commit: r264944 - in /struts/shale/trunk/core-library: project.properties project.xml

Posted by Wendy Smoak <ja...@wendysmoak.com>.
Craig wrote:

> It turns out that my Sun-internal nudge was quite timely to what was
> already the plan :-).

I figured you might have somehow been involved. ;)

Any chance you have friends inside the Spring project who could make the 
spring-webflow-PR5.jar appear on ibiblio in a similar fashion?  If they have 
a repository somewhere else, I haven't been able to find it.

-- 
Wendy



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


Re: svn commit: r264944 - in /struts/shale/trunk/core-library: project.properties project.xml

Posted by Craig McClanahan <cr...@gmail.com>.
On 8/30/05, Wendy Smoak <ja...@wendysmoak.com> wrote:
> 
> Craig wrote:
> > This change means that we could modify the <get> command in the Ant
> > build.xml file too, so that Tiles isn't a special case, right? It would
> > just
> > be processed by "download-dependencies" like everything else.
> 
> Yes, you can get rid of the copy-tiles task and pull the
> tiles-core-SNAPSHOT.jar from http://cvs.apache.org/repository/tiles/jars/.


Cool. I'll go ahead and do that tonight before going to bed.

I have some more changes to the Maven build files, I'm waiting for the JSF
> RI to show up on ibiblio. Wilfred Springer (@sun) has submitted the api 
> jar
> file already and expects to be able to submit the implementation jar as
> well.
> 
> http://jira.codehaus.org/browse/MAVENUPLOAD-498


It turns out that my Sun-internal nudge was quite timely to what was already 
the plan :-). 

--
> Wendy


Craig

Re: svn commit: r264944 - in /struts/shale/trunk/core-library: project.properties project.xml

Posted by Wendy Smoak <ja...@wendysmoak.com>.
Craig wrote:
> This change means that we could modify the <get> command in the Ant
> build.xml file too, so that Tiles isn't a special case, right? It would
> just
> be processed by "download-dependencies" like everything else.

Yes, you can get rid of the copy-tiles task and pull the
tiles-core-SNAPSHOT.jar from http://cvs.apache.org/repository/tiles/jars/ .

I have some more changes to the Maven build files, I'm waiting for the JSF 
RI to show up on ibiblio.  Wilfred Springer (@sun) has submitted the api jar 
file already and expects to be able to submit the implementation jar as 
well.

   http://jira.codehaus.org/browse/MAVENUPLOAD-498

-- 
Wendy



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


Re: svn commit: r264944 - in /struts/shale/trunk/core-library: project.properties project.xml

Posted by Craig McClanahan <cr...@gmail.com>.
On 8/30/05, wsmoak@apache.org <ws...@apache.org> wrote:
> 
> Author: wsmoak
> Date: Tue Aug 30 22:25:14 2005
> New Revision: 264944
> 
> URL: http://svn.apache.org/viewcvs?rev=264944&view=rev
> Log:
> Changed dependency to Standalone Tiles SNAPSHOT on cvs.apache.org<http://cvs.apache.org>


Wendy,

This change means that we could modify the <get> command in the Ant 
build.xml file too, so that Tiles isn't a special case, right? It would just 
be processed by "download-dependencies" like everything else.

Craig



Modified:
> struts/shale/trunk/core-library/project.properties
> struts/shale/trunk/core-library/project.xml
> 
> Modified: struts/shale/trunk/core-library/project.properties
> URL: 
> http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/project.properties?rev=264944&r1=264943&r2=264944&view=diff
> 
> ==============================================================================
> --- struts/shale/trunk/core-library/project.properties (original)
> +++ struts/shale/trunk/core-library/project.properties Tue Aug 30 22:25:14 
> 2005
> @@ -1,3 +1,6 @@
> 
> #Circular dependency exists between test-framework and the tests in 
> core-library
> maven.test.skip=true
> +
> +# Standalone Tiles SNAPSHOTs are on cvs.apache.org<http://cvs.apache.org>
> +maven.repo.remote=
> http://www.ibiblio.org/maven/,http://cvs.apache.org/repository
> 
> Modified: struts/shale/trunk/core-library/project.xml
> URL: 
> http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/project.xml?rev=264944&r1=264943&r2=264944&view=diff
> 
> ==============================================================================
> --- struts/shale/trunk/core-library/project.xml (original)
> +++ struts/shale/trunk/core-library/project.xml Tue Aug 30 22:25:14 2005
> @@ -117,7 +117,7 @@
> <dependency>
> <groupId>tiles</groupId>
> <artifactId>tiles-core</artifactId>
> - <version>0.2-dev</version>
> + <version>SNAPSHOT</version>
> <url>http://cvs.apache.org/builds/struts/nightly/sandbox/tiles-core/</url>
> </dependency>
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
> 
>