Re: [jira] Commented: (STR-2900) Checkstyle patches

2006-07-03 Thread Frank W. Zammetti

There you go :)

Frank

James Mitchell (JIRA) wrote:
[ http://issues.apache.org/struts/browse/STR-2900?page=comments#action_37639 ] 


James Mitchell commented on STR-2900:
-

Frank, thanks for the patches.  Any chance you can give me a single patch file? 
 Or even a single one per module/directory? (instead of java package)



Checkstyle patches
--

 Key: STR-2900
 URL: http://issues.apache.org/struts/browse/STR-2900
 Project: Struts 1
Type: Improvement



  Components: Core, Apps, EL, Extras, Faces, Scripting, Taglibs, Tiles
Versions: 1.3.1
 Environment: Any
Reporter: Frank W. Zammetti
Assignee: James Mitchell
 Attachments: apps.zip, core.zip, el.zip, extras.zip, faces.zip, 
integration.zip, mailreader-dao.zip, scripting.zip, taglib.zip, tiles.zip

This is a collection of patches which addresses about 2,150 Checkstyle 
complaints.  Each ZIP file should be unzipped, and be sure to recreate 
directory structure!  You will find a structure that matches the source repo.  
I created a single patch file for each package within each subproject that has 
changes, so it should be quite granular enough.  Also note that there are some 
new package.html files in some places which should be added.  I will be happy 
to do another round once these are applied.




--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM: fzammetti
Yahoo: fzammetti
MSN: [EMAIL PROTECTED]
Java Web Parts -
http://javawebparts.sourceforge.net
Supplying the wheel, so you don't have to reinvent it!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: /TALK, NEWS/ Why does Apache home page not reflect recent changes in Struts project?

2006-07-03 Thread Wendy Smoak

On 7/3/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote:


Who and how submits news to be published Apache main page?


http://www.apache.org/dev/infra-site.html

--
Wendy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



/TALK, NEWS/ Why does Apache home page not reflect recent changes in Struts project?

2006-07-03 Thread Michael Jouravlev

Who and how submits news to be published Apache main page?

Apache home page does not contain news about Struts name changes, and
about Shale becoming a TLP. On a similar note, it does not announce
Tapestry becoming a TLP, I found this news on TSS instead of getting
it from Apache.org. The news mailing list (I took a look in the
archive [1]) is a little more elaborate, but it does not contain the
mentioned news either.

Michael.

[1] http://mail-archives.apache.org/mod_mbox/www-announce/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



How to write JUnit test case to an Action class which extends TilesAction

2006-07-03 Thread Ashok Kumar Y
Hi,

I am working with Struts Action class which extends TilesAction class. Below is 
the sample code.I need to write JUnit Test case for that. If anyone have 
worked. Could u help me regarding this. 

public class DisplayLayoutareaController extends TilesAction implements 
Controller 
{
public void execute(ComponentContext   tileContext,   
HttpServletRequest request, HttpServletResponse response,   
  ServletContext servletContext)
{
//some code
}

public void perform(ComponentContext tileContext,   
HttpServletRequest request,HttpServletResponse response,
ServletContext servletContext) throws ServletException, 
  java.io.IOException 
{
//
}
}


Thanks & Regards
  Ashok
-
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=36264&messageID=71055#71055


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]