Re: Problem moving property file around

2008-10-08 Thread Jon Strayer
On Tue, Oct 7, 2008 at 9:36 AM, Jon Strayer <[EMAIL PROTECTED]> wrote: > Well, the configuration I have for the scm plugin didn't work: > >org.apache.maven.plugins >maven-scm-plugin > >developerConnection > > > >

Re: Problem moving property file around

2008-10-07 Thread Jon Strayer
No, GWT requires it to be in the source tree. On Tue, Oct 7, 2008 at 9:52 AM, Brett Porter <[EMAIL PROTECTED]> wrote: > Is it possible to process the file into the target directory and use > it from there so the original (which is the defaults) can remain > unmodified? > > - Brett > > 2008/10/8 Jo

Re: Problem moving property file around

2008-10-07 Thread Brett Porter
Is it possible to process the file into the target directory and use it from there so the original (which is the defaults) can remain unmodified? - Brett 2008/10/8 Jon Strayer <[EMAIL PROTECTED]>: > Well, the configuration I have for the scm plugin didn't work: > >org.apache.maven.plugin

Re: Problem moving property file around

2008-10-07 Thread Jon Strayer
Well, the configuration I have for the scm plugin didn't work: org.apache.maven.plugins maven-scm-plugin developerConnection tag tag

Re: Problem moving property file around

2008-10-06 Thread Brett Porter
I don't quite get it... it sounds like you don't want the properties file in CVS at all, so the solution you have at the end is fine. What are the surprises you are concerned about? - Brett 2008/10/7 Jon Strayer <[EMAIL PROTECTED]>: > Hang with me, this takes a while to explain. :-) > > I'm tryi

Problem moving property file around

2008-10-06 Thread Jon Strayer
Hang with me, this takes a while to explain. :-) I'm trying to add a build number to a footer panel in GWT. CruiseControl passes the build label to Maven. Maven copies a properties file while performing a substitution which gives me a properties file in target/classes with the correct values in