Re: [s2] Source with examples

2006-09-08 Thread Ted Husted
On 9/7/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 9/7/06, Ted Husted <[EMAIL PROTECTED]> wrote: > If you have it working on your local copy, could you check it in? > > Distributing the example applications without the source is pointless, > so we do want this change made in the repository. I

Re: [s2] Source with examples

2006-09-07 Thread Wendy Smoak
On 9/7/06, Ted Husted <[EMAIL PROTECTED]> wrote: If you have it working on your local copy, could you check it in? Distributing the example applications without the source is pointless, so we do want this change made in the repository. I found the problem. The section where we execute maven

Re: [s2] Source with examples

2006-09-07 Thread James Mitchell
I think Wendy is calling it -parent because that is normally the convention, but our 'apps parent' for both struts1 and struts2 is at the root of apps/. [EMAIL PROTECTED] ~/svn]$ cd struts/struts2/apps/ [EMAIL PROTECTED] ~/svn/struts/struts2/apps]$ ls -l total 16 drwx--9 jmitchel

Re: [s2] Source with examples

2006-09-07 Thread Ted Husted
On 9/6/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 9/6/06, Ted Husted <[EMAIL PROTECTED]> wrote: > It didn't show my changes. I'm not sure if it's showing anything from > the POM under apps. > > If I move the changes down to the blank POM, it works just fine. I pasted the copy-sources config

Re: [s2] Source with examples

2006-09-06 Thread Wendy Smoak
On 9/6/06, Ted Husted <[EMAIL PROTECTED]> wrote: It didn't show my changes. I'm not sure if it's showing anything from the POM under apps. If I move the changes down to the blank POM, it works just fine. I pasted the copy-sources config into struts-apps-parent, and then from struts2/apps/blan

Re: [s2] Source with examples

2006-09-06 Thread Ted Husted
On 9/6/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: Try this from the webapp that is not including the source code: mvn help:effective-pom Does that show your changes? Right now I'm not sure if the config you added is present and not working, or if it's not even getting picked up. It didn't sh

Re: [s2] Source with examples

2006-09-06 Thread Wendy Smoak
On 9/6/06, Ted Husted <[EMAIL PROTECTED]> wrote: On 9/6/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On 9/6/06, Ted Husted <[EMAIL PROTECTED]> wrote: > > > I tried to update the S2 apps POM to bundle the source, as we do with > > the S1 apps, but it didn't seem to work. > ... > > Is there somethi

Re: [s2] Source with examples

2006-09-06 Thread Ted Husted
On 9/6/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 9/6/06, Ted Husted <[EMAIL PROTECTED]> wrote: > I tried to update the S2 apps POM to bundle the source, as we do with > the S1 apps, but it didn't seem to work. ... > Is there something else we need to do? After you made the change to struts2

Re: [s2] Source with examples

2006-09-06 Thread Wendy Smoak
On 9/6/06, Ted Husted <[EMAIL PROTECTED]> wrote: I tried to update the S2 apps POM to bundle the source, as we do with the S1 apps, but it didn't seem to work. ... Is there something else we need to do? After you made the change to struts2-apps-parent, did you 'mvn install' it so the updated