|
View:
New views
15 Messages
—
Rating Filter:
Alert me
|
| < Prev | 1 - 2 | Next > |
|
|
Re: [s2] Test build of 2.1.1 availableDon,
I tested the current build successfully on my current applications. I'd suggest to call a vote for a beta release. With a broader audience we could quickly clean up existing and coming issues and target a GA release within the next weeks. Before a GA release some issues in XWork need to be resolved, but these are already scheduled for the time after JavaOne. cheers, Rainer > The test build of Struts 2.1.1 is available. > > No determination as to the quality ('alpha,' 'beta,' or 'GA') of > Struts 2.1.1 has been made, and at this time it is simply a "test > build". We welcome any comments you may have, and will take all > feedback into account if a quality vote is called for this build. > > Release notes: > * http://struts.apache.org/2.0.11.1/docs/version-notes-211.html > > Distribution: > * http://people.apache.org/builds/struts/2.1.1/ > > Maven 2 staging repository: > * http://people.apache.org/builds/struts/2.1.1/m2-staging-repository/ > > We appreciate the time and effort everyone has put toward contributing > code and documentation, posting to the mailing lists, and logging > issues. > > Don > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > -- Rainer Hermanns aixcept Mariahilfstrasse 9 52062 Aachen - Germany w: http://aixcept.de/ t: +49-241-4012247 m: +49-170-3432912 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: [s2] Test build of 2.1.1 availableDon,
I just tried the all.zip bundle and I see that some of the new plugins are missing: struts2-dojo-plugin-2.1.1.jar struts2-dwr-plugin-2.1.1.jar struts2-junit-plugin-2.1.1.jar struts2-spring-plugin-2.1.1.jar struts2-testng-plugin-2.1.1.jar I added the missing jars to the assembly config and tested locally against 2.1.2-SNAPSHOT. So I need to revoke my suggestion to publish 2.1.1 as a beta build. May be we could get out 2.1.2 before JavaOne instead? cheers, Rainer On Apr 17, 2008, at 5:12 PM, Don Brown wrote: > The test build of Struts 2.1.1 is available. > > No determination as to the quality ('alpha,' 'beta,' or 'GA') of > Struts 2.1.1 has been made, and at this time it is simply a "test > build". We welcome any comments you may have, and will take all > feedback into account if a quality vote is called for this build. > > Release notes: > * http://struts.apache.org/2.0.11.1/docs/version-notes-211.html > > Distribution: > * http://people.apache.org/builds/struts/2.1.1/ > > Maven 2 staging repository: > * http://people.apache.org/builds/struts/2.1.1/m2-staging-repository/ > > We appreciate the time and effort everyone has put toward contributing > code and documentation, posting to the mailing lists, and logging > issues. > > Don > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > |
|
|
Re: Convention Plugin StatusHi Brian,
Seeing as how I am new to both maven and svn, I'm probably not the best person for the job. I'm actually trying to build the project now from svn and I' m running into issues with the missing parent pom. Any help getting this into the next release would be greatly appreciated :) Also, does this plugin effectively make codebehind and smarturls obsolete? Thanks again. -------------------------------------------------- From: "Brian Pontarelli" <brian@...> Sent: Wednesday, April 23, 2008 10:20 AM To: "Struts Developers List" <dev@...> Subject: Re: Convention Plugin Status > Bob Tiernay wrote: >> Anyone know what the status of the Convention plugin is? Is there anyways >> we can get it out of the sandbox and into a formal release? I'm willing >> to help out :) > The plugin is stable and running in production. It can probably be moved > out of the sandbox whenever we want. At this point, I'm completely fine > with pulling it out of the sandbox. I've been using it for a number of > months and it is fine. > > Anyone else adverse to moving it out? > > Bob, if you have sometime, the move should be as simple as an svn mv and > maybe a little build tweaking. The other thing that needs to be done is to > figure out the documentation home and move the docs from the plugin wiki > to that location. That is if we want to move them. > > -bp > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Convention Plugin StatusI think doing an mvn -pAll once fixes the parent pom problem.
musachy On Sun, May 11, 2008 at 7:27 PM, Bob Tiernay <btiernay@...> wrote: > Hi Brian, > > Seeing as how I am new to both maven and svn, I'm probably not the best > person for the job. I'm actually trying to build the project now from svn > and I' m running into issues with the missing parent pom. > > Any help getting this into the next release would be greatly appreciated :) > > Also, does this plugin effectively make codebehind and smarturls obsolete? > > Thanks again. > -------------------------------------------------- > From: "Brian Pontarelli" <brian@...> > Sent: Wednesday, April 23, 2008 10:20 AM > To: "Struts Developers List" <dev@...> > Subject: Re: Convention Plugin Status > > > > > > Bob Tiernay wrote: > > > > > Anyone know what the status of the Convention plugin is? Is there > anyways we can get it out of the sandbox and into a formal release? I'm > willing to help out :) > > > > > The plugin is stable and running in production. It can probably be moved > out of the sandbox whenever we want. At this point, I'm completely fine with > pulling it out of the sandbox. I've been using it for a number of months and > it is fine. > > > > Anyone else adverse to moving it out? > > > > Bob, if you have sometime, the move should be as simple as an svn mv and > maybe a little build tweaking. The other thing that needs to be done is to > figure out the documentation home and move the docs from the plugin wiki to > that location. That is if we want to move them. > > > > -bp > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscribe@... > > For additional commands, e-mail: dev-help@... > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > -- "Hey you! Would you help me to carry the stone?" Pink Floyd --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Convention Plugin StatusI will be looking at the Convention plugin for the next few days. What
is broken/missing that is blocking its merge into trunk? I am going thru the documentation trying the examples myself, and everything seems to be working so far. musachy On Sun, May 11, 2008 at 11:07 PM, Musachy Barroso <musachy@...> wrote: > I think doing an mvn -pAll once fixes the parent pom problem. > > musachy > > > > On Sun, May 11, 2008 at 7:27 PM, Bob Tiernay <btiernay@...> wrote: > > Hi Brian, > > > > Seeing as how I am new to both maven and svn, I'm probably not the best > > person for the job. I'm actually trying to build the project now from svn > > and I' m running into issues with the missing parent pom. > > > > Any help getting this into the next release would be greatly appreciated :) > > > > Also, does this plugin effectively make codebehind and smarturls obsolete? > > > > Thanks again. > > -------------------------------------------------- > > From: "Brian Pontarelli" <brian@...> > > Sent: Wednesday, April 23, 2008 10:20 AM > > To: "Struts Developers List" <dev@...> > > Subject: Re: Convention Plugin Status > > > > > > > > > > > Bob Tiernay wrote: > > > > > > > Anyone know what the status of the Convention plugin is? Is there > > anyways we can get it out of the sandbox and into a formal release? I'm > > willing to help out :) > > > > > > > The plugin is stable and running in production. It can probably be moved > > out of the sandbox whenever we want. At this point, I'm completely fine with > > pulling it out of the sandbox. I've been using it for a number of months and > > it is fine. > > > > > > Anyone else adverse to moving it out? > > > > > > Bob, if you have sometime, the move should be as simple as an svn mv and > > maybe a little build tweaking. The other thing that needs to be done is to > > figure out the documentation home and move the docs from the plugin wiki to > > that location. That is if we want to move them. > > > > > > -bp > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: dev-unsubscribe@... > > > For additional commands, e-mail: dev-help@... > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscribe@... > > For additional commands, e-mail: dev-help@... > > > > > > > > -- > "Hey you! Would you help me to carry the stone?" Pink Floyd > -- "Hey you! Would you help me to carry the stone?" Pink Floyd --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Convention Plugin StatusFYI the convention plugin still has copyright headers in some files
and @Author tags, I will remove them. musachy On Mon, May 12, 2008 at 3:05 PM, Musachy Barroso <musachy@...> wrote: > I will be looking at the Convention plugin for the next few days. What > is broken/missing that is blocking its merge into trunk? I am going > thru the documentation trying the examples myself, and everything > seems to be working so far. > > musachy > > > > On Sun, May 11, 2008 at 11:07 PM, Musachy Barroso <musachy@...> wrote: > > I think doing an mvn -pAll once fixes the parent pom problem. > > > > musachy > > > > > > > > On Sun, May 11, 2008 at 7:27 PM, Bob Tiernay <btiernay@...> wrote: > > > Hi Brian, > > > > > > Seeing as how I am new to both maven and svn, I'm probably not the best > > > person for the job. I'm actually trying to build the project now from svn > > > and I' m running into issues with the missing parent pom. > > > > > > Any help getting this into the next release would be greatly appreciated :) > > > > > > Also, does this plugin effectively make codebehind and smarturls obsolete? > > > > > > Thanks again. > > > -------------------------------------------------- > > > From: "Brian Pontarelli" <brian@...> > > > Sent: Wednesday, April 23, 2008 10:20 AM > > > To: "Struts Developers List" <dev@...> > > > Subject: Re: Convention Plugin Status > > > > > > > > > > > > > > > > Bob Tiernay wrote: > > > > > > > > > Anyone know what the status of the Convention plugin is? Is there > > > anyways we can get it out of the sandbox and into a formal release? I'm > > > willing to help out :) > > > > > > > > > The plugin is stable and running in production. It can probably be moved > > > out of the sandbox whenever we want. At this point, I'm completely fine with > > > pulling it out of the sandbox. I've been using it for a number of months and > > > it is fine. > > > > > > > > Anyone else adverse to moving it out? > > > > > > > > Bob, if you have sometime, the move should be as simple as an svn mv and > > > maybe a little build tweaking. The other thing that needs to be done is to > > > figure out the documentation home and move the docs from the plugin wiki to > > > that location. That is if we want to move them. > > > > > > > > -bp > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: dev-unsubscribe@... > > > > For additional commands, e-mail: dev-help@... > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: dev-unsubscribe@... > > > For additional commands, e-mail: dev-help@... > > > > > > > > > > > > > > -- > > "Hey you! Would you help me to carry the stone?" Pink Floyd > > > > > > -- > "Hey you! Would you help me to carry the stone?" Pink Floyd > -- "Hey you! Would you help me to carry the stone?" Pink Floyd --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Convention Plugin StatusYou can remove the author tags, but only the author can remove
copyright headers, unfortunately. BTW, how did code get checked into our SVN with copyright headers? Don On Tue, May 13, 2008 at 6:42 AM, Musachy Barroso <musachy@...> wrote: > FYI the convention plugin still has copyright headers in some files > and @Author tags, I will remove them. > > musachy > > On Mon, May 12, 2008 at 3:05 PM, Musachy Barroso <musachy@...> wrote: >> I will be looking at the Convention plugin for the next few days. What >> is broken/missing that is blocking its merge into trunk? I am going >> thru the documentation trying the examples myself, and everything >> seems to be working so far. >> >> musachy >> >> >> >> On Sun, May 11, 2008 at 11:07 PM, Musachy Barroso <musachy@...> wrote: >> > I think doing an mvn -pAll once fixes the parent pom problem. >> > >> > musachy >> > >> > >> > >> > On Sun, May 11, 2008 at 7:27 PM, Bob Tiernay >> > > Hi Brian, >> > > >> > > Seeing as how I am new to both maven and svn, I'm probably not the best >> > > person for the job. I'm actually trying to build the project now from svn >> > > and I' m running into issues with the missing parent pom. >> > > >> > > Any help getting this into the next release would be greatly appreciated :) >> > > >> > > Also, does this plugin effectively make codebehind and smarturls obsolete? >> > > >> > > Thanks again. >> > > -------------------------------------------------- >> > > From: "Brian Pontarelli" <brian@...> >> > > Sent: Wednesday, April 23, 2008 10:20 AM >> > > To: "Struts Developers List" <dev@...> >> > > Subject: Re: Convention Plugin Status >> > > >> > > >> > > >> > > >> > > > Bob Tiernay wrote: >> > > > >> > > > > Anyone know what the status of the Convention plugin is? Is there >> > > anyways we can get it out of the sandbox and into a formal >> > > willing to help out :) >> > > > > >> > > > The plugin is stable and running in production. It can probably be moved >> > > out of the sandbox whenever we want. At this point, I'm completely fine with >> > > pulling it out of the sandbox. I've been using it for a number of months and >> > > it is fine. >> > > > >> > > > Anyone else adverse to moving it out? >> > > > >> > > > Bob, if you have sometime, the move should be as simple as an svn mv and >> > > maybe a little build tweaking. The other thing that needs to be done is to >> > > figure out the documentation home and move the docs from the plugin wiki to >> > > that location. That is if we want to move them. >> > > > >> > > > -bp >> > > > >> > > > --------------------------------------------------------------------- >> > > > To unsubscribe, e-mail: dev-unsubscribe@... >> > > > For additional commands, e-mail: dev-help@... >> > > > >> > > > >> > > > >> > > >> > > --------------------------------------------------------------------- >> > > To unsubscribe, e-mail: dev-unsubscribe@... >> > > For additional commands, e-mail: dev-help@... >> > > >> > > >> > >> > >> > >> > -- >> > "Hey you! Would you help me to carry the stone?" Pink Floyd >> > >> >> >> >> -- >> "Hey you! Would you help me to carry the stone?" Pink Floyd >> > > > > -- > "Hey you! Would you help me to carry the stone?" Pink Floyd > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Convention Plugin StatusOk, I will let Brian clean that up then.
musachy On Mon, May 12, 2008 at 6:15 PM, Don Brown <mrdon@...> wrote: > You can remove the author tags, but only the author can remove > copyright headers, unfortunately. > > BTW, how did code get checked into our SVN with copyright headers? > > Don > > > > On Tue, May 13, 2008 at 6:42 AM, Musachy Barroso <musachy@...> wrote: > > FYI the convention plugin still has copyright headers in some files > > and @Author tags, I will remove them. > > > > musachy > > > > On Mon, May 12, 2008 at 3:05 PM, Musachy Barroso <musachy@...> wrote: > >> I will be looking at the Convention plugin for the next few days. What > >> is broken/missing that is blocking its merge into trunk? I am going > >> thru the documentation trying the examples myself, and everything > >> seems to be working so far. > >> > >> musachy > >> > >> > >> > >> On Sun, May 11, 2008 at 11:07 PM, Musachy Barroso <musachy@...> wrote: > >> > I think doing an mvn -pAll once fixes the parent pom problem. > >> > > >> > musachy > >> > > >> > > >> > > >> > On Sun, May 11, 2008 at 7:27 PM, Bob Tiernay > <btiernay@...> wrote: > >> > > Hi Brian, > >> > > > >> > > Seeing as how I am new to both maven and svn, I'm probably > not the best > >> > > person for the job. I'm actually trying to build the project > now from svn > >> > > and I' m running into issues with the missing parent pom. > >> > > > >> > > Any help getting this into the next release would be greatly > appreciated :) > >> > > > >> > > Also, does this plugin effectively make codebehind and > smarturls obsolete? > >> > > > >> > > Thanks again. > >> > > -------------------------------------------------- > >> > > From: "Brian Pontarelli" <brian@...> > >> > > Sent: Wednesday, April 23, 2008 10:20 AM > >> > > To: "Struts Developers List" <dev@...> > >> > > Subject: Re: Convention Plugin Status > >> > > > >> > > > >> > > > >> > > > >> > > > Bob Tiernay wrote: > >> > > > > >> > > > > Anyone know what the status of the Convention plugin is? Is there > >> > > anyways we can get it out of the sandbox and into a formal > release? I'm > >> > > willing to help out :) > >> > > > > > >> > > > The plugin is stable and running in production. It can > probably be moved > >> > > out of the sandbox whenever we want. At this point, I'm > completely fine with > >> > > pulling it out of the sandbox. I've been using it for a > number of months and > >> > > it is fine. > >> > > > > >> > > > Anyone else adverse to moving it out? > >> > > > > >> > > > Bob, if you have sometime, the move should be as simple as > an svn mv and > >> > > maybe a little build tweaking. The other thing that needs to > be done is to > >> > > figure out the documentation home and move the docs from the > plugin wiki to > >> > > that location. That is if we want to move them. > >> > > > > >> > > > -bp > >> > > > > >> > > > --------------------------------------------------------------------- > >> > > > To unsubscribe, e-mail: dev-unsubscribe@... > >> > > > For additional commands, e-mail: dev-help@... > >> > > > > >> > > > > >> > > > > >> > > > >> > > --------------------------------------------------------------------- > >> > > To unsubscribe, e-mail: dev-unsubscribe@... > >> > > For additional commands, e-mail: dev-help@... > >> > > > >> > > > >> > > >> > > >> > > >> > -- > >> > "Hey you! Would you help me to carry the stone?" Pink Floyd > >> > > >> > >> > >> > >> -- > >> "Hey you! Would you help me to carry the stone?" Pink Floyd > >> > > > > > > > > -- > > "Hey you! Would you help me to carry the stone?" Pink Floyd > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscribe@... > > For additional commands, e-mail: dev-help@... > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > -- "Hey you! Would you help me to carry the stone?" Pink Floyd --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Convention Plugin StatusAnother thing is that the convention plugin is using
java.util.logging.*. I think we should stick to what we have in core and everywhere else. musachy On Mon, May 12, 2008 at 6:26 PM, Musachy Barroso <musachy@...> wrote: > Ok, I will let Brian clean that up then. > > musachy > > > > On Mon, May 12, 2008 at 6:15 PM, Don Brown <mrdon@...> wrote: > > You can remove the author tags, but only the author can remove > > copyright headers, unfortunately. > > > > BTW, how did code get checked into our SVN with copyright headers? > > > > Don > > > > > > > > On Tue, May 13, 2008 at 6:42 AM, Musachy Barroso <musachy@...> wrote: > > > FYI the convention plugin still has copyright headers in some files > > > and @Author tags, I will remove them. > > > > > > musachy > > > > > > On Mon, May 12, 2008 at 3:05 PM, Musachy Barroso <musachy@...> wrote: > > >> I will be looking at the Convention plugin for the next few days. What > > >> is broken/missing that is blocking its merge into trunk? I am going > > >> thru the documentation trying the examples myself, and everything > > >> seems to be working so far. > > >> > > >> musachy > > >> > > >> > > >> > > >> On Sun, May 11, 2008 at 11:07 PM, Musachy Barroso <musachy@...> wrote: > > >> > I think doing an mvn -pAll once fixes the parent pom problem. > > >> > > > >> > musachy > > >> > > > >> > > > >> > > > >> > On Sun, May 11, 2008 at 7:27 PM, Bob Tiernay > > <btiernay@...> wrote: > > >> > > Hi Brian, > > >> > > > > >> > > Seeing as how I am new to both maven and svn, I'm probably > > not the best > > >> > > person for the job. I'm actually trying to build the project > > now from svn > > >> > > and I' m running into issues with the missing parent pom. > > >> > > > > >> > > Any help getting this into the next release would be greatly > > appreciated :) > > >> > > > > >> > > Also, does this plugin effectively make codebehind and > > smarturls obsolete? > > >> > > > > >> > > Thanks again. > > >> > > -------------------------------------------------- > > >> > > From: "Brian Pontarelli" <brian@...> > > >> > > Sent: Wednesday, April 23, 2008 10:20 AM > > >> > > To: "Struts Developers List" <dev@...> > > >> > > Subject: Re: Convention Plugin Status > > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > Bob Tiernay wrote: > > >> > > > > > >> > > > > Anyone know what the status of the Convention plugin is? Is there > > >> > > anyways we can get it out of the sandbox and into a formal > > release? I'm > > >> > > willing to help out :) > > >> > > > > > > >> > > > The plugin is stable and running in production. It can > > probably be moved > > >> > > out of the sandbox whenever we want. At this point, I'm > > completely fine with > > >> > > pulling it out of the sandbox. I've been using it for a > > number of months and > > >> > > it is fine. > > >> > > > > > >> > > > Anyone else adverse to moving it out? > > >> > > > > > >> > > > Bob, if you have sometime, the move should be as simple as > > an svn mv and > > >> > > maybe a little build tweaking. The other thing that needs to > > be done is to > > >> > > figure out the documentation home and move the docs from the > > plugin wiki to > > >> > > that location. That is if we want to move them. > > >> > > > > > >> > > > -bp > > >> > > > > > >> > > > --------------------------------------------------------------------- > > >> > > > To unsubscribe, e-mail: dev-unsubscribe@... > > >> > > > For additional commands, e-mail: dev-help@... > > >> > > > > > >> > > > > > >> > > > > > >> > > > > >> > > --------------------------------------------------------------------- > > >> > > To unsubscribe, e-mail: dev-unsubscribe@... > > >> > > For additional commands, e-mail: dev-help@... > > >> > > > > >> > > > > >> > > > >> > > > >> > > > >> > -- > > >> > "Hey you! Would you help me to carry the stone?" Pink Floyd > > >> > > > >> > > >> > > >> > > >> -- > > >> "Hey you! Would you help me to carry the stone?" Pink Floyd > > >> > > > > > > > > > > > > -- > > > "Hey you! Would you help me to carry the stone?" Pink Floyd > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: dev-unsubscribe@... > > > For additional commands, e-mail: dev-help@... > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscribe@... > > For additional commands, e-mail: dev-help@... > > > > > > > > -- > > > "Hey you! Would you help me to carry the stone?" Pink Floyd > -- "Hey you! Would you help me to carry the stone?" Pink Floyd --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Convention Plugin Status+1
On Tue, May 13, 2008 at 9:14 AM, Musachy Barroso <musachy@...> wrote: > Another thing is that the convention plugin is using > java.util.logging.*. I think we should stick to what we have in core > and everywhere else. > > musachy > |
|
|
Re: Convention Plugin StatusIt was a port of SmartURLs and I didn't get everything totally cleaned
up before getting so busy I could barely check my email ;). I'll remove them. -bp Don Brown wrote: > You can remove the author tags, but only the author can remove > copyright headers, unfortunately. > > BTW, how did code get checked into our SVN with copyright headers? > > Don > > On Tue, May 13, 2008 at 6:42 AM, Musachy Barroso <musachy@...> wrote: > >> FYI the convention plugin still has copyright headers in some files >> and @Author tags, I will remove them. >> >> musachy >> >> On Mon, May 12, 2008 at 3:05 PM, Musachy Barroso <musachy@...> wrote: >> >>> I will be looking at the Convention plugin for the next few days. What >>> is broken/missing that is blocking its merge into trunk? I am going >>> thru the documentation trying the examples myself, and everything >>> seems to be working so far. >>> >>> musachy >>> >>> >>> >>> On Sun, May 11, 2008 at 11:07 PM, Musachy Barroso <musachy@...> wrote: >>> > I think doing an mvn -pAll once fixes the parent pom problem. >>> > >>> > musachy >>> > >>> > >>> > >>> > On Sun, May 11, 2008 at 7:27 PM, Bob Tiernay >>> > <btiernay@...> wrote: > >>> > > Hi Brian, >>> > > >>> > > Seeing as how I am new to both maven and svn, I'm probably >>> > not the best > >>> > > person for the job. I'm actually trying to build the project >>> > now from svn > >>> > > and I' m running into issues with the missing parent pom. >>> > > >>> > > Any help getting this into the next release would be greatly >>> > appreciated :) > >>> > > >>> > > Also, does this plugin effectively make codebehind and >>> > smarturls obsolete? > >>> > > >>> > > Thanks again. >>> > > -------------------------------------------------- >>> > > From: "Brian Pontarelli" <brian@...> >>> > > Sent: Wednesday, April 23, 2008 10:20 AM >>> > > To: "Struts Developers List" <dev@...> >>> > > Subject: Re: Convention Plugin Status >>> > > >>> > > >>> > > >>> > > >>> > > > Bob Tiernay wrote: >>> > > > >>> > > > > Anyone know what the status of the Convention plugin is? Is there >>> > > anyways we can get it out of the sandbox and into a formal >>> > release? I'm > >>> > > willing to help out :) >>> > > > > >>> > > > The plugin is stable and running in production. It can >>> > probably be moved > >>> > > out of the sandbox whenever we want. At this point, I'm >>> > completely fine with > >>> > > pulling it out of the sandbox. I've been using it for a >>> > number of months and > >>> > > it is fine. >>> > > > >>> > > > Anyone else adverse to moving it out? >>> > > > >>> > > > Bob, if you have sometime, the move should be as simple as >>> > an svn mv and > >>> > > maybe a little build tweaking. The other thing that needs to >>> > be done is to > >>> > > figure out the documentation home and move the docs from the >>> > plugin wiki to > >>> > > that location. That is if we want to move them. >>> > > > >>> > > > -bp >>> > > > >>> > > > --------------------------------------------------------------------- >>> > > > To unsubscribe, e-mail: dev-unsubscribe@... >>> > > > For additional commands, e-mail: dev-help@... >>> > > > >>> > > > >>> > > > >>> > > >>> > > --------------------------------------------------------------------- >>> > > To unsubscribe, e-mail: dev-unsubscribe@... >>> > > For additional commands, e-mail: dev-help@... >>> > > >>> > > >>> > >>> > >>> > >>> > -- >>> > "Hey you! Would you help me to carry the stone?" Pink Floyd >>> > >>> >>> >>> >>> -- >>> "Hey you! Would you help me to carry the stone?" Pink Floyd >>> >>> >> >> -- >> "Hey you! Would you help me to carry the stone?" Pink Floyd >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@... >> For additional commands, e-mail: dev-help@... >> >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Convention Plugin Status |