Re: svn commit: r413293 - /struts/action2/trunk/core/pom.xml

2006-06-10 Thread Wendy Smoak
On 6/10/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: tmjee Date: Sat Jun 10 06:24:38 2006 New Revision: 413293 URL: http://svn.apache.org/viewvc?rev=413293view=rev Log: - removed scopeprovidedscope from myfaces dependency, since myfaces-jsf-api is available in the repository

Re: svn commit: r413293 - /struts/action2/trunk/core/pom.xml

2006-06-10 Thread Martin Cooper
On 6/10/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: tmjee Date: Sat Jun 10 06:24:38 2006 New Revision: 413293 URL: http://svn.apache.org/viewvc?rev=413293view=rev Log: - removed scopeprovidedscope from myfaces dependency, since myfaces-jsf-api is available in the repository The

Re: svn commit: r413293 - /struts/action2/trunk/core/pom.xml

2006-06-10 Thread Martin Cooper
On 6/10/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 6/10/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: tmjee Date: Sat Jun 10 06:24:38 2006 New Revision: 413293 URL: http://svn.apache.org/viewvc?rev=413293view=rev Log: - removed scopeprovidedscope from myfaces dependency, since

Re: svn commit: r413293 - /struts/action2/trunk/core/pom.xml

2006-06-10 Thread tm jee
Ahh... i see. thx for the infos guys. - Original Message From: Martin Cooper [EMAIL PROTECTED] To: Struts Developers List dev@struts.apache.org Sent: Saturday, 10 June, 2006 11:35:46 PM Subject: Re: svn commit: r413293 - /struts/action2/trunk/core/pom.xml On 6/10/06, Wendy Smoak

Common repositories entries in the POMs

2006-06-10 Thread Martin Cooper
Just wondering if there's a reason that the entry for the Maven snapshot repo (in repositories, not distributionManagement) is in each POM rather than being a part of the struts-parent POM. It does seem to be included in most (all?) of the other POMs explicitly. Are repositories entries not

Re: Common repositories entries in the POMs

2006-06-10 Thread Wendy Smoak
On 6/10/06, Martin Cooper [EMAIL PROTECTED] wrote: Just wondering if there's a reason that the entry for the Maven snapshot repo (in repositories, not distributionManagement) is in each POM rather than being a part of the struts-parent POM. It does seem to be included in most (all?) of the

Help Needed - I can't unsubscribe from this mailing list

2006-06-10 Thread Duston Mounts
Simply sending an e-mail to the [EMAIL PROTECTED] has proved, time and time again, to be unsuccessful. I've been letting my mail filter send these e-mails to junk mail for over a year now. Hopefully someone on this mailing list can remove me from it. Thanks.

Re: Common repositories entries in the POMs

2006-06-10 Thread Martin Cooper
On 6/10/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 6/10/06, Martin Cooper [EMAIL PROTECTED] wrote: Just wondering if there's a reason that the entry for the Maven snapshot repo (in repositories, not distributionManagement) is in each POM rather than being a part of the struts-parent POM.

Tracing Maven2 Transitive Dependencies

2006-06-10 Thread Craig McClanahan
I'm working on the Maven2 build for the shale-usecases example (on the mvn_reorg branch). Currently, the application buids, but it fails on some XML parsing errors when you deploy it. In turn, this happens because xml-apis-1.0.b2.jar and xercesImpl-2.2.1.jar are getting picked up as

Re: Tracing Maven2 Transitive Dependencies

2006-06-10 Thread Niall Pemberton
Commons Digester has this dependency. Niall On 6/10/06, Craig McClanahan [EMAIL PROTECTED] wrote: I'm working on the Maven2 build for the shale-usecases example (on the mvn_reorg branch). Currently, the application buids, but it fails on some XML parsing errors when you deploy it. In turn,

Re: Tracing Maven2 Transitive Dependencies

2006-06-10 Thread Wendy Smoak
On 6/10/06, Craig McClanahan [EMAIL PROTECTED] wrote: I've tried Wendy's suggestion of using -X on the mvn execution, which gives a pretty copious amount of output ... and still doesn't make it clear from which POM the dependency is actually getting inherited. Is there some mechanism in Maven2

Re: Tracing Maven2 Transitive Dependencies

2006-06-10 Thread Wendy Smoak
On 6/10/06, Wendy Smoak [EMAIL PROTECTED] wrote: You get rid of them by adding a dependency in the webapp pom marked provided or optional. Maven constructs a dependency graph and uses the closest definition. Missed a word there. :) You _can_ get rid of them this way, though excludes are

Re: Tracing Maven2 Transitive Dependencies

2006-06-10 Thread Craig McClanahan
On 6/10/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 6/10/06, Wendy Smoak [EMAIL PROTECTED] wrote: You get rid of them by adding a dependency in the webapp pom marked provided or optional. Maven constructs a dependency graph and uses the closest definition. Missed a word there. :) You

Re: svn commit: r413252 - in /struts/shale/branches/mvn_reorg/shale-apps: ./ shale-usecases/src/systest/org/apache/shale/usecases/systest/ shale-usecases/src/test/java/org/apache/shale/usecases/systes

2006-06-10 Thread Wendy Smoak
On 6/9/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Also, need to review the heavy baggage that including shale-spring as a dependency (and transitively the dependencies that Spring defines) brings to the table. Spring 1.2.5 looks like the first version that has its dependencies marked

Maven 2 website documentation editing

2006-06-10 Thread Wendy Smoak
I updated the wiki page [1] but I want to call attention to a couple of features of the Maven 2 site plugin. First is the ability to start Jetty and regenerate pages on the fly as you're editing them. This works for a single module at a time. 'mvn site:run' then browse to

Re: svn commit: r413252 - in /struts/shale/branches/mvn_reorg/shale-apps: ./ shale-usecases/src/systest/org/apache/shale/usecases/systest/ shale-usecases/src/test/java/org/apache/shale/usecases/systes

2006-06-10 Thread Craig McClanahan
On 6/10/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 6/9/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Also, need to review the heavy baggage that including shale-spring as a dependency (and transitively the dependencies that Spring defines) brings to the table. Spring 1.2.5 looks like the

Re: Maven 2 website documentation editing

2006-06-10 Thread Wendy Smoak
On 6/10/06, Wendy Smoak [EMAIL PROTECTED] wrote: You can also stage the entire site locally with: 'mvn site:stage' It defaults to target/staging, or you can specify -DstagingDirectory=/path/to/tempdir Strange. The default is to put target/staging under each module, which isn't any more

RE: svn commit: r413406 - in /struts/shale/branches/mvn_reorg/shale-apps/shale-sql-browser: ./ src/java/ src/main/ src/main/java/ src/main/java/org/ src/main/resources/ src/main/resources/org/ src/mai

2006-06-10 Thread Anil Mishra
Please help. I know it's a great forum but I need to unsubscribe and sent several mails to all unsubscribe addresses of apache.org but some how it's not working. I just want to stop this god damn thing. Subject: svn commit: r413406 - in

Re: Maven 2 website documentation editing

2006-06-10 Thread Craig McClanahan
Several notes and a mystery below. On 6/10/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 6/10/06, Wendy Smoak [EMAIL PROTECTED] wrote: You can also stage the entire site locally with: 'mvn site:stage' It defaults to target/staging, or you can specify -DstagingDirectory=/path/to/tempdir

Re: Maven 2 website documentation editing

2006-06-10 Thread Wendy Smoak
On 6/10/06, Craig McClanahan [EMAIL PROTECTED] wrote: Don't forget to add -Pmyfaces as well ... the site generation seems to want to compile everything again, and some of the compiles will fail without either -Pmyfaces or -Pjsfri being explicity listed (most likely a Maven issue). I have a

Re: Maven 2 website documentation editing

2006-06-10 Thread Craig McClanahan
On 6/10/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 6/10/06, Craig McClanahan [EMAIL PROTECTED] wrote: Don't forget to add -Pmyfaces as well ... the site generation seems to want to compile everything again, and some of the compiles will fail without either -Pmyfaces or -Pjsfri being