Re: [s1] Possible problem in compiling Struts 1.4 with Tiles 2

2007-07-20 Thread Antonio Petrelli
2007/7/20, Paul Benedict <[EMAIL PROTECTED]>: Maven is smart: you can specify both source and target. :-) See the parent POM of Struts to see 1.4 set for both options. The options are inherited in children POM unless overridden -- which we will certainly do. Go ahead and update the POM. Please c

Re: [s1] Possible problem in compiling Struts 1.4 with Tiles 2

2007-07-20 Thread Paul Benedict
remind us about the JDK5 requirement. On 7/20/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote: 2007/7/20, Paul Benedict <[EMAIL PROTECTED]>: > > The POM controls the java version. I would +1 for Tiles 2 to required JDK > 5 > for that POM only. Does it control the library too?

Re: [s1] Possible problem in compiling Struts 1.4 with Tiles 2

2007-07-20 Thread Antonio Petrelli
2007/7/20, Paul Benedict <[EMAIL PROTECTED]>: The POM controls the java version. I would +1 for Tiles 2 to required JDK 5 for that POM only. Does it control the library too? For example, if you use "StringBuffer", in JDK 5 it will use CharSequence class, that in JDK 1.4 doe

Re: [s1] Possible problem in compiling Struts 1.4 with Tiles 2

2007-07-20 Thread Paul Benedict
The POM controls the java version. I would +1 for Tiles 2 to required JDK 5 for that POM only. On 7/20/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote: 2007/7/20, Niall Pemberton <[EMAIL PROTECTED]>: > > On 7/20/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > > H

Re: [s1] Possible problem in compiling Struts 1.4 with Tiles 2

2007-07-20 Thread Antonio Petrelli
2007/7/20, Niall Pemberton <[EMAIL PROTECTED]>: On 7/20/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > Hi all! > I think that I made a mistake. The S1-Tiles 2 plugin needs Java 5 to compile > (it is declared in its pom), simply because Tiles 2 is based on Jav

Re: [s1] Possible problem in compiling Struts 1.4 with Tiles 2

2007-07-20 Thread Paul Benedict
I agree with Niall. Niall Pemberton wrote: On 7/20/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote: Hi all! I think that I made a mistake. The S1-Tiles 2 plugin needs Java 5 to compile (it is declared in its pom), simply because Tiles 2 is based on Java 5 and there is no retrotran

Re: [s1] Possible problem in compiling Struts 1.4 with Tiles 2

2007-07-20 Thread Niall Pemberton
On 7/20/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote: Hi all! I think that I made a mistake. The S1-Tiles 2 plugin needs Java 5 to compile (it is declared in its pom), simply because Tiles 2 is based on Java 5 and there is no retrotranslated published versions. Does it create a proble

[s1] Possible problem in compiling Struts 1.4 with Tiles 2

2007-07-20 Thread Antonio Petrelli
Hi all! I think that I made a mistake. The S1-Tiles 2 plugin needs Java 5 to compile (it is declared in its pom), simply because Tiles 2 is based on Java 5 and there is no retrotranslated published versions. Does it create a problem when releasing S1? Antonio

Re: Tiles 2

2007-06-13 Thread Ted Husted
Yes, we generally add an entry to a .htaccess file. Redirect permanent /tiles http://tiles.apache.org/ and even try to keep a copy in the repository! * http://svn.apache.org/viewvc/struts/site/src/site/resources/ -Ted. On 6/12/07, Paul Benedict <[EMAIL PROTECTED]> wrote: Can't we use an H

Re: Tiles 2

2007-06-12 Thread Paul Benedict
Can't we use an HTTPD redirect? Antonio Petrelli wrote: 2007/6/12, Paul Benedict <[EMAIL PROTECTED] >: I am +1 with the redirect -- a permanent one too. How can this be done using Maven site plugin? A "meta" redirect is awful from my POV. Since I don't know h

Re: Tiles 2

2007-06-12 Thread Antonio Petrelli
2007/6/12, Paul Benedict <[EMAIL PROTECTED]>: I am +1 with the redirect -- a permanent one too. How can this be done using Maven site plugin? A "meta" redirect is awful from my POV. Since I don't know how to do it, I will ask it in Maven users mailing list too. Antonio

Re: Tiles 2

2007-06-11 Thread Paul Benedict
The main website has been updated. I am +1 with the redirect -- a permanent one too. Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tiles 2

2007-06-10 Thread Antonio Petrelli
ch for Tiles 2. This appears to be the old site, right? Right! I think it should be deleted. +1 Perhaps a redirect should be in place too? That would be nice. I moved some links in the SVN repo, but the site has not been published yet. Thanks again Antonio

Tiles 2

2007-06-10 Thread Paul Benedict
Some site issues I found: * The TLP address exists but it is not listed on Apache home page * http://struts.apache.org/struts-sandbox/tiles/ is what I find in a google search for Tiles 2. This appears to be the old site, right? I think it should be deleted. Perhaps a redirect should be in

[S2] Status of Tiles 2 plugin (WAS: Struts 2 release plans)

2007-05-23 Thread Antonio Petrelli
Hi all! I noticed that Struts 2 is going to be released and, again, there is the danger of releasing a Tiles 2 plugin depending on a snapshot version of Tiles 2.0. But my question is another: how stable is the Tiles 2 plugin, independently from stability of Tiles 2 and Struts 2 core? I suppose

Re: [s1] Tiles 2 support situation

2007-03-27 Thread David H. DeWolf
Both of these are temporary solutions. . . Why not push another tiles release? Aren't we at (or at least nearing) another milestone anyways? David Antonio Petrelli wrote: Hi all As you may have noticed, I added recently Tiles 2 support to Struts 1. Currently it relies on an unpubl

[s1] Tiles 2 support situation

2007-03-26 Thread Antonio Petrelli
Hi all As you may have noticed, I added recently Tiles 2 support to Struts 1. Currently it relies on an unpublished snapshot of Tiles 2. I thought that, simply because I was working in the trunk, it wasn't a big issue, until we decide to begin to roll out a 1.4.0 version of Struts. But a

Re: [s1] Added Tiles 2 integration module

2007-03-01 Thread Paul Benedict
For Struts 1, sure! We'd love to have it for 1.4 Antonio Petrelli wrote: Hi all! I would like to know if I can add the Struts 1 - Tiles 2 integration module to struts-parent pom. This module is used inside Tiles' showcase, that is currently available only in its SVN repository, and i

[s1] Added Tiles 2 integration module

2007-03-01 Thread Antonio Petrelli
Hi all! I would like to know if I can add the Struts 1 - Tiles 2 integration module to struts-parent pom. This module is used inside Tiles' showcase, that is currently available only in its SVN repository, and it seems to work pretty well: https://svn.apache.org/repos/asf/tiles/examples/

Re: [s1] Tiles 2 integration last steps

2007-01-05 Thread Antonio Petrelli
Greg Reddin ha scritto: On 1/5/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote: Hello! I have finished writing Struts 1 - Tiles 2 integration module. Now I would like to know if I can add this module to its parent Do you mean add the module to Struts 1? The only bad thing about this i

Re: [s1] Tiles 2 integration last steps

2007-01-05 Thread Greg Reddin
On 1/5/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote: Hello! I have finished writing Struts 1 - Tiles 2 integration module. Now I would like to know if I can add this module to its parent Do you mean add the module to Struts 1? The only bad thing about this is that it would make St

[s1] Tiles 2 integration last steps

2007-01-05 Thread Antonio Petrelli
Hello! I have finished writing Struts 1 - Tiles 2 integration module. Now I would like to know if I can add this module to its parent considering that: * in my local copy the build completes correctly; * I configured the compiler for the integration code to use Java 5, since Tiles 2 uses Java

Re: How to do this with latest Tiles 2 API?

2006-12-31 Thread Antonio Petrelli
), request, response); ComponentDefinition componentDefinition = TilesUtil.getDefinition(sTilesDefName, tilesContext); String sMyAtribute = (String) componentDefinition.getAttribute("myAttribute"); I can't quite figure out how to do this using the current Tiles 2 API. Well... you can&

Re: Tiles 2 - how to get more error info?

2006-12-31 Thread Antonio Petrelli
Stone, Sam ha scritto: Am getting "ServletException while including page" (see EX. 1 below). How can I get more specific information? My insert looks as follows: ... org.apache.tiles.taglib.ContainerTagSupport TRAS0014I: The following exception was logged org.apache.tiles.TilesException: Ser

Re: Is this the appropriate mailing list for questions about the Tiles 2 sandbox project?

2006-12-31 Thread Antonio Petrelli
Greg Reddin ha scritto: On 12/29/06, Stone, Sam <[EMAIL PROTECTED]> wrote: Is this the appropriate mailing list for questions about the Tiles 2 sandbox project? For now yes. Tiles will soon have its own top-level project and when that happens you can ask questions there. But i

Re: Is this the appropriate mailing list for questions about the Tiles 2 sandbox project?

2006-12-29 Thread Greg Reddin
On 12/29/06, Stone, Sam <[EMAIL PROTECTED]> wrote: Is this the appropriate mailing list for questions about the Tiles 2 sandbox project? For now yes. Tiles will soon have its own top-level project and when that happens you can ask questions there. But it will likely be a few weeks

Is this the appropriate mailing list for questions about the Tiles 2 sandbox project?

2006-12-29 Thread Stone, Sam
Is this the appropriate mailing list for questions about the Tiles 2 sandbox project? I've got some questions about using the most recent snapshot and want to make sure I pose them to the correct group. - To unsubscribe, e

How to do this with latest Tiles 2 API?

2006-12-29 Thread Stone, Sam
Definition componentDefinition = TilesUtil.getDefinition(sTilesDefName, tilesContext); String sMyAtribute = (String) componentDefinition.getAttribute("myAttribute"); I can't quite figure out how to do this usin

Tiles 2 - how to get more error info?

2006-12-28 Thread Stone, Sam
Am getting "ServletException while including page" (see EX. 1 below). How can I get more specific information? My insert looks as follows: EX. 1 - [12/28/06 15:41:25:313 EST] 56747b48 ContainerTagS E org.apache.tiles.taglib.ContainerTagSupport Error executing tag: ServletException while i

RE: Tiles 2 jdk

2006-12-22 Thread Stone, Sam
Thanks Wendy. I haven't built it yet but r443203 looks pretty good. Sam --- -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, December 22, 2006 9:20 AM To: Struts Developers List Subject: Re: Tiles 2 jdk On 12/13/06, Stone

Re: Tiles 2 jdk

2006-12-22 Thread Wendy Smoak
On 12/13/06, Stone, Sam <[EMAIL PROTECTED]> wrote: I've got a tiles-core-2.0-SNAPSHOT.jar (128,880 bytes) from 9/14/2006 that is working fine with my project under JDK 1.4.2. How can I get the source code for this date? If not that, then the latest source code known to work with JDK 1.4? I neve

RE: Problems with Tiles 2 and WS 5

2006-12-19 Thread Stone, Sam
-Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 19, 2006 2:36 AM To: Struts Developers List Subject: Re: Problems with Tiles 2 and WS 5 Stone, Sam ha scritto: > 1)changed all my tiles-defs to use tiles-config_2_0.dtd instead of &g

Re: Problems with Tiles 2 and WS 5

2006-12-18 Thread Antonio Petrelli
Stone, Sam ha scritto: 1) changed all my tiles-defs to use tiles-config_2_0.dtd instead of 1.1 I hope you validated the XML file, did you? 2) changed all my tiles:insert statements to tiles:insertDefinition That's wrong, you have to change in or or . Ciao Antonio ---

Re: Problems with Tiles 2 and WS 5

2006-12-18 Thread David H. DeWolf
e 1.1.2 versions) because of this WebSphere environment. I'd like to either: A) find the source code for this exact build OR B) migrate to the latest Tiles 2 snapshot For option A: can anybody help me pin down this source code? Option B --- I see a lot has change since Sep 2006

Problems with Tiles 2 and WS 5

2006-12-18 Thread Stone, Sam
er: A) find the source code for this exact build OR B) migrate to the latest Tiles 2 snapshot For option A: can anybody help me pin down this source code? Option B --- I see a lot has change since Sep 2006. First and foremost is that Tiles 2 is now built on JDK 1.5. I also see

RE: Tiles 2 jdk

2006-12-13 Thread Stone, Sam
ailto:[EMAIL PROTECTED] Sent: Wednesday, December 13, 2006 8:10 AM To: Struts Developers List Subject: RE: Tiles 2 jdk From: David H. DeWolf [mailto:[EMAIL PROTECTED] On Behalf Of David H. > Stone, Sam wrote: > > Before I go through the trouble of building this and portlet and > > w

RE: Tiles 2 jdk

2006-12-13 Thread Dave Newton
From: David H. DeWolf [mailto:[EMAIL PROTECTED] On Behalf Of David H. > Stone, Sam wrote: > > Before I go through the trouble of building this and portlet and > > wahtever else I might need - will it all compile with JDK 1.4? I've > > been > > using an older snapshot jar with WebSphere 5 (JDK 1.4.2

Re: Tiles 2 jdk

2006-12-12 Thread David H. DeWolf
Please continue to ask these questions on the mailing lists so that everyone can benefit from the answers. . . Stone, Sam wrote: Before I go through the trouble of building this and portlet and wahtever else I might need - will it all compile with JDK 1.4? I've been using an older snapshot ja

Re: Tiles 2 - How to dispatch to tiles servlet????

2006-12-05 Thread Antonio Petrelli
David H. DeWolf ha scritto: Just to avoid confusion, I don't think Antonio meant to imply that the Container.render returns a ComponentContext. Err... right, my confusion was due to wrong cut'n'paste :-) Antonio - To unsubscr

Re: Tiles 2 - How to dispatch to tiles servlet????

2006-12-05 Thread David H. DeWolf
Moving to Struts Users list, please reply there. Antonio Petrelli wrote: First of all this is a typical question to be submitted in Struts Users mailing list. Anyway, since Tiles 2 is under development, I will answer anyway. Stone, Sam ha scritto: I can instantiate the DefinitionsFactory. I

Re: Tiles 2 - How to dispatch to tiles servlet????

2006-12-05 Thread Antonio Petrelli
First of all this is a typical question to be submitted in Struts Users mailing list. Anyway, since Tiles 2 is under development, I will answer anyway. Stone, Sam ha scritto: I can instantiate the DefinitionsFactory. I can get a ComponentDefinition OK. I cannot figure out how to forward the

Tiles 2 - How to dispatch to tiles servlet????

2006-12-04 Thread Stone, Sam
I am using tiles-core-2.0-SNAPSHOT.jar from Sep 2006. I have a servlet MyServlet and also a servlet named tiles in the same war file. Everything works if I do launch a jsp page that has a tiles:insert in it. However, I'd like to dispatch directlry from MyServlet to a tiles definition. I can

Re: Where do I get the Tiles 2 Source Code?

2006-11-15 Thread David H. DeWolf
Wendy Smoak wrote: Recently we identified r468346 as the one that works with the trunks of Struts 2 and Shale. Those projects are holding on that revision until Tiles 2 settles down (or at least pauses briefly) and someone has a chance to update those projects. Actually, as of a few

RE: Where do I get the Tiles 2 Source Code?

2006-11-15 Thread Stone, Sam
Thanks much. -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 11:31 AM To: Struts Developers List Subject: Re: Where do I get the Tiles 2 Source Code? Stone, Sam ha scritto: > Where do I get the Tiles 2 Source Code? > >

Re: Where do I get the Tiles 2 Source Code?

2006-11-15 Thread Wendy Smoak
On 11/15/06, Stone, Sam <[EMAIL PROTECTED]> wrote: Where do I get the Tiles 2 Source Code? http://struts.apache.org/struts-sandbox/tiles/source-repository.html More info here: http://struts.apache.org/struts-sandbox/tiles/ Use with caution. :) Tiles 2 is still in the sandbox a

Re: Where do I get the Tiles 2 Source Code?

2006-11-15 Thread Antonio Petrelli
Stone, Sam ha scritto: Where do I get the Tiles 2 Source Code? Currently you can only get Tiles 2 source code through the Subversion repository: http://struts.apache.org/struts-sandbox/tiles/source-repository.html Ciao Antonio

Where do I get the Tiles 2 Source Code?

2006-11-15 Thread Stone, Sam
Where do I get the Tiles 2 Source Code? Thanks, Sam

Re: ASF Notice file for Tiles 2

2006-11-09 Thread James Mitchell
graduate from the sandbox. So I'd prefer Apache Tiles myself. Other thoughts? Greg On Nov 9, 2006, at 6:58 AM, Antonio Petrelli wrote: Hello! What do you suggest to put in the "NOTICE.txt" file for Tiles 2? Apache Tiles or Ap

Re: ASF Notice file for Tiles 2

2006-11-09 Thread David H. DeWolf
58 AM, Antonio Petrelli wrote: Hello! What do you suggest to put in the "NOTICE.txt" file for Tiles 2? Apache Tiles or Apache Struts Tiles or what else? Thank you Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re: ASF Notice file for Tiles 2

2006-11-09 Thread Greg Reddin
.txt" file for Tiles 2? Apache Tiles or Apache Struts Tiles or what else? Thank you Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

ASF Notice file for Tiles 2

2006-11-09 Thread Antonio Petrelli
Hello! What do you suggest to put in the "NOTICE.txt" file for Tiles 2? Apache Tiles or Apache Struts Tiles or what else? Thank you Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: Publishing Tiles 2 Snapshots

2006-11-08 Thread Greg Reddin
his is done. If you want to use the October 27th r468346 snapshot, use this dependency: org.apache.struts.tiles tiles-core 2.0-r468346-SNAPSHOT Publishing the snapshot involved changing the version number in all the Tiles 2 poms, then executing

Re: Publishing Tiles 2 Snapshots

2006-11-07 Thread Wendy Smoak
dependency: org.apache.struts.tiles tiles-core 2.0-r468346-SNAPSHOT Publishing the snapshot involved changing the version number in all the Tiles 2 poms, then executing 'mvn deploy'. The version is "set" in tiles-parent, but then tiles-core and tiles-test mention

Re: Publishing Tiles 2 Snapshots

2006-11-07 Thread Wendy Smoak
up to the latest snapshot. Shale also compiles against that revision of Tiles 2, so that's where we'll stay for a while. I'll publish it later tonight as 2.0-r468346-SNAPSHOT, and change the dependencies in the Shale and Str

Re: Publishing Tiles 2 Snapshots

2006-11-07 Thread Antonio Petrelli
Wendy Smoak ha scritto: If someone can identify a revision number prior to the beginning of the last set of changes, I'll check that out and publish a 'fixed' snapshot from it. I think that r465598 is the revision you need, after that David started with his work and he is currently revolutioni

Re: Publishing Tiles 2 Snapshots

2006-11-07 Thread Wendy Smoak
[moved to [EMAIL PROTECTED] On 11/7/06, Greg Reddin <[EMAIL PROTECTED]> wrote: So.. what I would like is the ability to publish a dated snapshot, perhaps manually, when a change cycle is complete. I don't see the need to publish a new one with every minute change that happens. It makes more s

Re: Snapshot Unique Versions (was Re: Struts 2 + Tiles 2 build failure)

2006-11-01 Thread Wendy Smoak
On 11/1/06, David H. DeWolf <[EMAIL PROTECTED]> wrote: This is specified in the master pom, right? What's the thought process behind NOT having timestamped snapshots? Is the idea that you want to force people to stay current? Nothing more than that the repository will fill up with timestampe

Snapshot Unique Versions (was Re: Struts 2 + Tiles 2 build failure)

2006-11-01 Thread David H. DeWolf
Wendy Smoak wrote: We might want to switch to timestamped snapshots (remove the uniqueVersion=false in the pom) so that projects can choose when to move up to the latest bits. This is specified in the master pom, right? What's the thought process behind NOT having timestamped snapshots? Is

Re: Struts 2 + Tiles 2 build failure

2006-10-31 Thread Musachy Barroso
so wrote: showcase build fails, saying that it cannot find org.apache.struts:struts2-tiles-plugin:jar:2.0.2-SNAPSHOT in the repositories. ?? :) musachy Wendy Smoak wrote: Looks like Struts 2 doesn't build against the latest Tile

Re: Struts 2 + Tiles 2 build failure

2006-10-31 Thread David H. DeWolf
rg.apache.struts:struts2-tiles-plugin:jar:2.0.2-SNAPSHOT in the repositories. ?? :) musachy Wendy Smoak wrote: Looks like Struts 2 doesn't build against the latest Tiles 2... [ERROR] BUILD FAILURE [INFO] [INFO]

Re: Struts 2 + Tiles 2 build failure

2006-10-31 Thread Musachy Barroso
showcase build fails, saying that it cannot find org.apache.struts:struts2-tiles-plugin:jar:2.0.2-SNAPSHOT in the repositories. ?? :) musachy Wendy Smoak wrote: Looks like Struts 2 doesn't build against the latest Tiles 2... [ERROR] BUILD FAILURE

Re: Struts 2 + Tiles 2 build failure

2006-10-27 Thread Greg Reddin
tiles context changes that were made. Yes, and the only 2 projects currently using Tiles 2 are Struts 2 and Shale and between the two of us we have committer rights to change both so I'm not too worried about it. It will encourage us to get the release out :-) This is a great reaso

Re: Struts 2 + Tiles 2 build failure

2006-10-27 Thread Greg Reddin
Yes, Struts 2 depends on a snapshot of Tiles 2. So does Shale. And I published Tiles snapshots last night. Ok, that's cool. So I suppose I need to fix Shale too, huh? :-) We might want to switch to timestamped snapshots (remove the uniqueVersion=false in the pom) so that projects can cho

Re: Struts 2 + Tiles 2 build failure

2006-10-27 Thread David H. DeWolf
apshot of Tiles 2. So does Shale. And I published Tiles snapshots last night. Oh Good! I'll get the patch in then. IMO, people depending on a snapshot of a sandbox project should be prepared for this sort of thing, so I don't consider it a big problem. We might want to switc

Re: Struts 2 + Tiles 2 build failure

2006-10-27 Thread David H. DeWolf
Yes, TilesResult is dependent on the snapshot (the published snapshot). The struts2 build will fail, if and only if, you build tiles locally against the trunk and then build struts2 against the trunk. I have a patch ready to apply to struts2, but in order to do that, I need to be able to publ

Re: Struts 2 + Tiles 2 build failure

2006-10-27 Thread Wendy Smoak
On 10/27/06, Greg Reddin <[EMAIL PROTECTED]> wrote: What happened? Is the TilesResult dependent on a snapshot or nightly build or what? I would hope we could make changes like this without breaking people until the changes are done. Yes, Struts 2 depends on a snapshot of Tiles 2. S

Re: Struts 2 + Tiles 2 build failure

2006-10-27 Thread Greg Reddin
On Oct 27, 2006, at 6:40 AM, David H. DeWolf wrote: Correct, I've got a patch prepared and will commit it once I deploy the new tiles snapshot - just got my unix perms yesterday. What happened? Is the TilesResult dependent on a snapshot or nightly build or what? I would hope we could mak

Re: Struts 2 + Tiles 2 build failure

2006-10-27 Thread David H. DeWolf
Correct, I've got a patch prepared and will commit it once I deploy the new tiles snapshot - just got my unix perms yesterday. David Antonio Petrelli wrote: Wendy Smoak ha scritto: Looks like Struts 2 doesn't build against the latest Tiles 2... [ERROR] BUILD FAI

Re: Struts 2 + Tiles 2 build failure

2006-10-26 Thread Antonio Petrelli
Wendy Smoak ha scritto: Looks like Struts 2 doesn't build against the latest Tiles 2... [ERROR] BUILD FAILURE [INFO] [INFO] Compilation failure c:\svn\struts\struts2-base\plugins\tiles\src\main\java\org\apache\st

Struts 2 + Tiles 2 build failure

2006-10-26 Thread Wendy Smoak
Looks like Struts 2 doesn't build against the latest Tiles 2... [ERROR] BUILD FAILURE [INFO] [INFO] Compilation failure c:\svn\struts\struts2-base\plugins\tiles\src\main\java\org\apache\struts2\views\

Re: [jira] Created: (SB-39) Tiles 2 does not work with JSF

2006-08-29 Thread Mehdi Bahribayli
This issue is automatically created from apache Tiles 2 issue tracking system and I was not aware of that. The issue is resolved and it was a bug of Tiles 2 (https://issues.apache.org/struts/browse/SB-39). BTW the duplication of ids was my fault but it was not the cause of mentioned error

Re: [jira] Created: (SB-39) Tiles 2 does not work with JSF

2006-08-23 Thread Chris Waring
e the error. JIRA [EMAIL PROTECTED] wrote: > > Tiles 2 does not work with JSF > -- > > Key: SB-39 > URL: http://issues.apache.org/struts/browse/SB-39 > Project: Sandbox > Issue Type: Bug

Re: [tiles] Tiles 2 DTD

2006-08-21 Thread Antonio Petrelli
Hello again, I'm back! > I'm somewhat intrigued by Antonio's IoC for the view message a couple of > days ago. If we start to push Tiles in that direction it may also > affect the DTD. There is also a ticket issue for nested definitions that will affect the DTD: http://issues.apache.org

Re: [tiles] Tiles 2 DTD

2006-08-07 Thread Greg Reddin
On Aug 4, 2006, at 9:35 PM, Wendy Smoak wrote: Since Tiles 2 is in the sandbox, it's the easiest place to experiment. :) Works for me :-) I've added the config to the tiles-core pom, and re-published the site. Here's the generated output: Wow, I like the documentation.

[tiles] Tiles 2 DTD

2006-08-04 Thread Wendy Smoak
I've been talking with the DTDDo[1] developers, and they've done some work on a Maven 2 plugin for it. Since Tiles 2 is in the sandbox, it's the easiest place to experiment. :) I've added the config to the tiles-core pom, and re-published the site. Here's the