[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: [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 problem when

Wrong window states - S2

2007-07-20 Thread Tracy12
Hi, We use S2 to develop some portlets on uPortal (inside pluto). But for some reason these portlets return wrong window states to the server. For minimize windows states it works correctly but for maximize it returns as normal. Is this a bug, Is there any additional configuration to be done,

Re: Wrong window states - S2

2007-07-20 Thread Nils-Helge Garli
Hi! There's a discussion about this on the users list. You can follow the progress there. Nils-H On 7/20/07, Tracy12 [EMAIL PROTECTED] wrote: Hi, We use S2 to develop some portlets on uPortal (inside pluto). But for some reason these portlets return wrong window states to the server. For

[s2] Missing license headers in showcase

2007-07-20 Thread Antonio Petrelli
Hi all! I noticed that Struts 2 showcase application misses license headers in JSP and FTL files (I did not check the other sample applications, though). I think that they need to be added, since in other cases (such as in Tiles 2) this problem blocked a release. For this reason I think that we

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 retrotranslated

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 Java 5 and there is no retrotranslated

Re: [s2] move to FreeMarker 2.3.10?

2007-07-20 Thread James Holmes
Well, it appears that FreeMarker 2.3.10 is not in the Maven 2 repo yet. I can update to 2.3.9 for now and send an email to the FreeMarker folks about getting the Maven repo updated. James On Thu Jul 19 19:07 , Don Brown sent: +1 On 7/20/07, James Holmes [EMAIL PROTECTED] wrote: Anyone

[OSS Bamboo] Struts 2 SVN - Main Build build 403 has FAILED (87 tests failed). Change made by jholmes

2007-07-20 Thread Atlassian Open Source Bamboo Integration Server
The project Struts 2 SVN - Main Build has the following 1 change by 1 author: *jholmes* made the following changes at Comment: Update Struts 2.1 to use FreeMarker 2.3.9. /struts/struts2/trunk/core/pom.xml (557999)

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: Hi all! I think that I made a mistake.

FreeMarker 2.3.10 in Maven repo

2007-07-20 Thread James Holmes
Hey Jon, I'm a committer on the Struts project and would like to update Struts 2 to use FreeMarker 2.3.10, but the Maven 2 repo does not have 2.3.10 yet. http://repo1.maven.org/maven2/freemarker/freemarker/ Can you look into getting 2.3.10 into the Maven 2 repo? Thanks, James

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 does not exist. And

Re: [s2] Missing license headers in showcase

2007-07-20 Thread Martin Cooper
On 7/20/07, Antonio Petrelli [EMAIL PROTECTED] wrote: Hi all! I noticed that Struts 2 showcase application misses license headers in JSP and FTL files (I did not check the other sample applications, though). I think that they need to be added, since in other cases (such as in Tiles 2) this

Re: [s2] Missing license headers in showcase

2007-07-20 Thread Antonio Petrelli
2007/7/20, Martin Cooper [EMAIL PROTECTED]: On 7/20/07, Antonio Petrelli [EMAIL PROTECTED] wrote: Hi all! I noticed that Struts 2 showcase application misses license headers in JSP and FTL files (I did not check the other sample applications, though). I think that they need to be added,

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

Re: [s2] Missing license headers in showcase [FRIDAY]

2007-07-20 Thread Musachy Barroso
Can you actually run a RAT plugin and a CAT plugin together? //no idea what a RAT plugin is :) musachy On 7/20/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 7/20/07, Antonio Petrelli [EMAIL PROTECTED] wrote: I noticed that Struts 2 showcase application misses license headers in JSP and FTL

Re: [s2] Missing license headers in showcase

2007-07-20 Thread Wendy Smoak
On 7/20/07, Antonio Petrelli [EMAIL PROTECTED] wrote: I noticed that Struts 2 showcase application misses license headers in JSP and FTL files (I did not check the other sample applications, though). I think that they need to be added, since in other cases (such as in Tiles 2) this problem

Re: [s2] Missing license headers in showcase [FRIDAY]

2007-07-20 Thread Antonio Petrelli
2007/7/20, Musachy Barroso [EMAIL PROTECTED]: Can you actually run a RAT plugin and a CAT plugin together? Only if you have a DOG plugin that checks the CAT plugin :-) Seriously, here it is: http://mojo.codehaus.org/rat-maven-plugin/index.html Antonio

[s2] Additional configuration in showcase for FreeMarker

2007-07-20 Thread Antonio Petrelli
Hi all! I wish to add JspSupportServlet to the showcase, in order to show how the bug described in the following issue is resolved: https://issues.apache.org/struts/browse/WW-1724 In fact I need it because I need to use tiles:.. tags with FreeMarker, and I followed the steps described in:

struts actions package: struts, other packages?

2007-07-20 Thread ojasrege
Most of the code I see places the developer defined struts Java classes in a package called struts. Is this what developers do for large struts based projects? I'm thinking I want to store my struts actions Java classes in different logical packages based on what they map to within my

[OSS Bamboo] Struts 2 SVN - Main Build build 404 was SUCCESSFUL (with 693 tests). Change made by jholmes

2007-07-20 Thread Atlassian Open Source Bamboo Integration Server
The project Struts 2 SVN - Main Build has the following 1 change by 1 author: *jholmes* made the following changes at Comment: Update FreeMarker dependency to 2.3.10. /struts/struts2/trunk/core/pom.xml (558080)