Re: Struts plugins

2006-10-02 Thread Philip Luppens
7;t force users' to be running JDK 1.5 in order to use the product. > > -Original Message- > From: Ian Roughley [mailto:[EMAIL PROTECTED] > Sent: Friday, September 29, 2006 10:11 AM > To: Struts Developers List > Subject: Re: Struts plugins > > > Do you s

Re: Struts plugins

2006-09-29 Thread Don Brown
t;[EMAIL PROTECTED]> To: Struts Developers List Sent: Friday, 29 September, 2006 3:13:19 AM Subject: Re: Struts plugins On 9/29/06, Don Brown <[EMAIL PROTECTED]> wrote: While I appreciate the idea, I don't particularly think that plugins should be deterministic. Perhaps plugin i

Re: Struts plugins

2006-09-29 Thread Alexandru Popescu
he_mindstorm )p. rgds - Original Message From: Alexandru Popescu <[EMAIL PROTECTED]> To: Struts Developers List Sent: Friday, 29 September, 2006 3:13:19 AM Subject: Re: Struts plugins On 9/29/06, Don Brown <[EMAIL PROTECTED]> wrote: > While I appreciate the idea, I don'

Re: Struts plugins

2006-09-29 Thread Don Brown
an option, I am all for it... just don't force users' to be running JDK 1.5 in order to use the product. -Original Message- From: Ian Roughley [mailto:[EMAIL PROTECTED] Sent: Friday, September 29, 2006 10:11 AM To: Struts Developers List Subject: Re: Struts plugins Do you see

RE: Struts plugins

2006-09-29 Thread Chris.Mathews
September 29, 2006 10:11 AM To: Struts Developers List Subject: Re: Struts plugins Do you see plug-in's being used for enhancing the framework features, for adding "modules" to web apps or both? I ask this because the list of possible plug-ins so far see to be framework related.

Re: Struts plugins

2006-09-29 Thread Don Brown
[EMAIL PROTECTED]> To: Struts Developers List Sent: Thursday, 28 September, 2006 12:15:12 AM Subject: Re: Struts plugins Not sure if this is exactly what you're looking for, but the patch to upgrade from 0.2 to 2.0 exists: https://issues.apache.org/struts/browse/WW-1418 Also, wh

Re: Struts plugins

2006-09-29 Thread Ian Roughley
ld maybe applied only to plugin (struts-plugin.xml) as we have just one bootstrap configuration (struts.xml) Thoughts? rgds - Original Message From: David H. DeWolf <[EMAIL PROTECTED]> To: Struts Developers List Sent: Thursday, 28 September, 2006 12:15:12 AM Subject: Re: Struts pl

Re: Struts plugins

2006-09-29 Thread tm jee
y, 29 September, 2006 3:13:19 AM Subject: Re: Struts plugins On 9/29/06, Don Brown <[EMAIL PROTECTED]> wrote: > While I appreciate the idea, I don't particularly think that plugins > should be deterministic. Perhaps plugin is the wrong word as it brings > to mind descripto

Re: Struts plugins

2006-09-29 Thread Alexandru Popescu
ing would be undefined. The ordering could maybe applied only to plugin (struts-plugin.xml) as we have just one bootstrap configuration (struts.xml) > > Thoughts? > > rgds > > > - Original Message > From: David H. DeWolf <[EMAIL PROTECTED]> > To: Stru

Re: Struts plugins

2006-09-29 Thread tm jee
t I think we should make it clear in the docs that its not really a "plugin" but a convenient way for Struts2 to organize its features. rgds - Original Message From: Don Brown <[EMAIL PROTECTED]> To: Struts Developers List Sent: Friday, 29 September, 2006 1:30:11

Re: Struts plugins

2006-09-28 Thread Don Brown
Done, and thanks a bunch for the patches! Don David H. DeWolf wrote: Not sure if this is exactly what you're looking for, but the patch to upgrade from 0.2 to 2.0 exists: https://issues.apache.org/struts/browse/WW-1418 Also, while you're looking at this, here's another patch related to ti

Re: Struts plugins

2006-09-28 Thread Don Brown
as we have just one bootstrap configuration (struts.xml) Thoughts? rgds - Original Message From: David H. DeWolf <[EMAIL PROTECTED]> To: Struts Developers List Sent: Thursday, 28 September, 2006 12:15:12 AM Subject: Re: Struts plugins Not sure if this is exactly what you'r

Re: Struts plugins

2006-09-28 Thread tm jee
lopers List Sent: Thursday, 28 September, 2006 12:15:12 AM Subject: Re: Struts plugins Not sure if this is exactly what you're looking for, but the patch to upgrade from 0.2 to 2.0 exists: https://issues.apache.org/struts/browse/WW-1418 Also, while you're looking at this, here's

Re: Struts plugins

2006-09-27 Thread David H. DeWolf
Not sure if this is exactly what you're looking for, but the patch to upgrade from 0.2 to 2.0 exists: https://issues.apache.org/struts/browse/WW-1418 Also, while you're looking at this, here's another patch related to tiles that I'd be interested in: https://issues.apache.org/struts/browse

Re: Struts plugins

2006-09-27 Thread Don Brown
Is there any Tiles 2 migration code I can put into a block or does it need to be written yet? I do agree it would be a great candidate. Don Antonio Petrelli wrote: Don Brown ha scritto: The first batch of plugins: 1. Configuration Browser 2. Jasper Reports 3. JFreeChart 4. JSF 5. Pell Multip

Re: Struts plugins

2006-09-27 Thread Antonio Petrelli
Don Brown ha scritto: The first batch of plugins: 1. Configuration Browser 2. Jasper Reports 3. JFreeChart 4. JSF 5. Pell Multipart handler 6. Sitemesh 7. Struts 1 You forgot Tiles 2 :-) Ciao Antonio - To unsubscribe, e-mail

Struts plugins

2006-09-27 Thread Don Brown
As you may have noticed, I've started the creation of Struts plugins by splitting apart extras, integration, and parts of core into Struts plugins. As proposed earlier, a plugin is composed of: 1. Java classes, tests, and resources 2. Struts configuration file ('struts-plugin.xml&#

svn commit: r377024 - /struts/extras/trunk/src/java/org/apache/struts/plugins/ModuleConfigVerifier.java

2006-02-11 Thread niallp
Author: niallp Date: Sat Feb 11 11:39:19 2006 New Revision: 377024 URL: http://svn.apache.org/viewcvs?rev=377024&view=rev Log: Fix for Bug 37801 - change ModuleConfigVerifier to use Commons Logging - reported by Martin Cooper Modified: struts/extras/trunk/src/java/org/apache/struts/plu

svn commit: r376813 - in /struts/extras/trunk/src/java/org/apache/struts/plugins: DigestingPlugIn.java ModuleConfigVerifier.java

2006-02-10 Thread husted
ruts/plugins/DigestingPlugIn.java struts/extras/trunk/src/java/org/apache/struts/plugins/ModuleConfigVerifier.java Modified: struts/extras/trunk/src/java/org/apache/struts/plugins/DigestingPlugIn.java URL: http://svn.apache.org/viewcvs/struts/extras/trunk/src/java/org/apache/struts/plu

svn commit: r368572 - in /struts/extras/trunk: resources/ src/test/org/apache/struts/plugins/resources/

2006-01-12 Thread wsmoak
Author: wsmoak Date: Thu Jan 12 19:19:29 2006 New Revision: 368572 URL: http://svn.apache.org/viewcvs?rev=368572&view=rev Log: Removed empty directories. Removed: struts/extras/trunk/resources/ struts/extras/trunk/src/test/org/apache/struts/plugins/resou

svn commit: r368565 - in /struts: extras/trunk/src/java/org/apache/struts/plugins/resources/ sandbox/trunk/extras/src/java/org/apache/struts/plugins/resources/

2006-01-12 Thread wsmoak
Author: wsmoak Date: Thu Jan 12 19:10:47 2006 New Revision: 368565 URL: http://svn.apache.org/viewcvs?rev=368565&view=rev Log: Moved the Resources plugin to the sandbox until Commons Resources is released. Added: struts/sandbox/trunk/extras/src/java/org/apache/struts/plugins/resou

svn commit: r368559 - in /struts/sandbox/trunk/extras: ./ src/ src/java/ src/java/org/ src/java/org/apache/ src/java/org/apache/struts/ src/java/org/apache/struts/plugins/

2006-01-12 Thread wsmoak
/org/apache/struts/plugins/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

svn commit: r344201 - /struts/core/trunk/src/java/org/apache/struts/plugins/

2005-11-14 Thread husted
Author: husted Date: Mon Nov 14 12:11:26 2005 New Revision: 344201 URL: http://svn.apache.org/viewcvs?rev=344201&view=rev Log: Move core plugins to extras - Removed file/folder Removed: struts/core/trunk/src/java/org/apache/struts/plu

svn commit: r344199 - in /struts: core/trunk/src/java/org/apache/struts/plugins/ModuleConfigVerifier.java extras/trunk/src/java/org/apache/struts/plugins/ModuleConfigVerifier.java

2005-11-14 Thread husted
Author: husted Date: Mon Nov 14 12:09:02 2005 New Revision: 344199 URL: http://svn.apache.org/viewcvs?rev=344199&view=rev Log: Move core plugins to extras Added: struts/extras/trunk/src/java/org/apache/struts/plugins/ModuleConfigVerifier.java - copied unchanged from r344198, st

svn commit: r344198 - in /struts: core/trunk/src/java/org/apache/struts/plugins/DigestingPlugIn.java extras/trunk/src/java/org/apache/struts/plugins/DigestingPlugIn.java

2005-11-14 Thread husted
Author: husted Date: Mon Nov 14 12:08:29 2005 New Revision: 344198 URL: http://svn.apache.org/viewcvs?rev=344198&view=rev Log: Move core plugins to extras Added: struts/extras/trunk/src/java/org/apache/struts/plugins/DigestingPlugIn.java - copied unchanged from r344197, struts/

svn commit: r344015 - in /struts: plugins/trunk/project.xml plugins/trunk/resources/project.xml plugins/trunk/xdocs/navigation.xml taglib/trunk/project.xml

2005-11-13 Thread husted
1.3 series. Modified: struts/plugins/trunk/project.xml struts/plugins/trunk/resources/project.xml struts/plugins/trunk/xdocs/navigation.xml struts/taglib/trunk/project.xml Modified: struts/plugins/trunk/project.xml URL: http://svn.apache.org/viewcvs/struts/plugins/trunk/project.xml

svn commit: r215922 - /struts/plugins/trunk/resources/src/java/org/apache/struts/plugins/resources/ResourcesPlugin.java

2005-07-11 Thread jmitchell
Author: jmitchell Date: Mon Jul 11 21:48:01 2005 New Revision: 215922 URL: http://svn.apache.org/viewcvs?rev=215922&view=rev Log: remove unused imports Modified: struts/plugins/trunk/resources/src/java/org/apache/struts/plugins/resources/ResourcesPlugin.java Modified: struts/plugins/t

svn commit: r164336 - /struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/plugins/DigestingPlugIn.java

2005-04-22 Thread niallp
ruts/plugins/DigestingPlugIn.java Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/plugins/DigestingPlugIn.java URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/plugins/DigestingPlugIn.java?rev=164336&r1=164335&a

svn commit: r164033 - /struts/plugins/trunk/resources/project.xml

2005-04-21 Thread jmitchell
Author: jmitchell Date: Thu Apr 21 03:50:07 2005 New Revision: 164033 URL: http://svn.apache.org/viewcvs?rev=164033&view=rev Log: fix relative reference to parent pom Modified: struts/plugins/trunk/resources/project.xml Modified: struts/plugins/trunk/resources/project.xml URL:

svn commit: r164031 - in /struts/plugins/trunk: project.properties project.xml resources/README.txt resources/project.xml

2005-04-21 Thread jmitchell
Author: jmitchell Date: Thu Apr 21 03:47:27 2005 New Revision: 164031 URL: http://svn.apache.org/viewcvs?rev=164031&view=rev Log: add remaining build config, so nightlies will pick this up Added: struts/plugins/trunk/project.properties (with props) struts/plugins/trunk/project

svn commit: r161936 - in struts/plugins/trunk/resources: ./ src/ src/conf/ src/java/ src/java/org/ src/java/org/apache/ src/java/org/apache/struts/ src/java/org/apache/struts/plugins/ src/java/org/apache/struts/plugins/resources/ src/test/ src/test/org/ src/test/org/apache/ src/test/org/apache/struts/ src/test/org/apache/struts/plugins/ src/test/org/apache/struts/plugins/resources/

2005-04-19 Thread jmitchell
dded: struts/plugins/trunk/resources/README.txt (with props) struts/plugins/trunk/resources/project.properties (with props) struts/plugins/trunk/resources/project.xml (with props) struts/plugins/trunk/resources/src/ struts/plugins/trunk/resources/src/conf/ struts/plugins/t

svn commit: r161927 - struts/plugins/trunk

2005-04-19 Thread jmitchell
Author: jmitchell Date: Tue Apr 19 10:29:58 2005 New Revision: 161927 URL: http://svn.apache.org/viewcvs?view=rev&rev=161927 Log: add svn ignore for eclipse project files Modified: struts/plugins/trunk/ (props changed) Propchange: struts/plugins/t

svn commit: r161926 - in struts/plugins/trunk: ./ resources/

2005-04-19 Thread jmitchell
Author: jmitchell Date: Tue Apr 19 10:28:02 2005 New Revision: 161926 URL: http://svn.apache.org/viewcvs?view=rev&rev=161926 Log: setup initial location for commons-resources integration plugin Added: struts/plugins/trunk/resources/ Modified: struts/plugins/trunk/ (props cha

svn commit: r161922 - struts/plugins/tags

2005-04-19 Thread jmitchell
Author: jmitchell Date: Tue Apr 19 10:10:49 2005 New Revision: 161922 URL: http://svn.apache.org/viewcvs?view=rev&rev=161922 Log: tags Added: struts/plugins/tags/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

svn commit: r161921 - struts/plugins/branches

2005-04-19 Thread jmitchell
Author: jmitchell Date: Tue Apr 19 10:10:32 2005 New Revision: 161921 URL: http://svn.apache.org/viewcvs?view=rev&rev=161921 Log: branches Added: struts/plugins/branches/ - To unsubscribe, e-mail: [EMAIL PROTECTED]

svn commit: r161920 - struts/plugins/trunk

2005-04-19 Thread jmitchell
Author: jmitchell Date: Tue Apr 19 10:09:52 2005 New Revision: 161920 URL: http://svn.apache.org/viewcvs?view=rev&rev=161920 Log: standard trunk Added: struts/plugins/trunk/ - To unsubscribe, e-mail: [EMAIL PROTECTED]

svn commit: r161919 - struts/plugins

2005-04-19 Thread jmitchell
Author: jmitchell Date: Tue Apr 19 10:09:21 2005 New Revision: 161919 URL: http://svn.apache.org/viewcvs?view=rev&rev=161919 Log: Add new plugin project. This project will host Struts plugins whos compatability span multiple versions of Struts. The first addition to this project is a se

svn commit: r161093 - struts/core/trunk/src/share/org/apache/struts/plugins/DigestingPlugIn.java

2005-04-12 Thread germuska
Author: germuska Date: Tue Apr 12 12:14:17 2005 New Revision: 161093 URL: http://svn.apache.org/viewcvs?view=rev&rev=161093 Log: Explicit message when configSource/configPath yield a null URL Modified: struts/core/trunk/src/share/org/apache/struts/plugins/DigestingPlugIn.java Modi

svn commit: r155852 - in struts/core/trunk: conf/share/ doc/faqs/ doc/userGuide/ src/share/org/apache/struts/ src/share/org/apache/struts/action/ src/share/org/apache/struts/chain/contexts/ src/share/org/apache/struts/config/ src/share/org/apache/struts/config/impl/ src/share/org/apache/struts/plugins/ src/test/org/apache/struts/config/

2005-03-01 Thread mrdon
java struts/core/trunk/src/share/org/apache/struts/config/impl/ModuleConfigImpl.java struts/core/trunk/src/share/org/apache/struts/plugins/ModuleConfigVerifier.java struts/core/trunk/src/test/org/apache/struts/config/TestModuleConfig.java struts/core/trunk/src/test/org/apache/st

svn commit: rev 57099 - struts/trunk/src/share/org/apache/struts/plugins

2004-11-09 Thread germuska
Author: germuska Date: Tue Nov 9 12:51:50 2004 New Revision: 57099 Modified: struts/trunk/src/share/org/apache/struts/plugins/DigestingPlugIn.java Log: Fix getConfigURL method to use source method passed in instead of configSource instance property. Fixes bug #32123. Thanks to takes at