You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by James Mitchell <jm...@apache.org> on 2005/07/15 04:33:52 UTC

Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

I think it is high time we get something out there for 1.3, even if it never 
makes it past beta, at least we are moving.

I'm about to head out on a working-vacation, and while I'm gone, I'll try to 
get the release plan put together.  Does anyone have any time they'd like to 
donate in a week or so to help with this?


--
James Mitchell
Software Engineer / Open Source Evangelist
Consulting / Mentoring / Freelance
EdgeTech, Inc.
http://www.edgetechservices.net/
678.910.8017
AIM:   jmitchtx
MSN:   jmitchell@apache.org
Skype: jmitchtx

----- Original Message ----- 
From: "netsql" <ne...@roomity.com>
To: <us...@struts.apache.org>
Sent: Thursday, July 14, 2005 7:27 PM
Subject: Re: Struts 1.2 v 1.3


> erikweber@mindspring.com wrote:
>> Ted, is there a list of tasks for 1.3? By "volunteer", are you referring 
>> only to current Struts committers?
>>
>
> Anyone can edit / search bugzila.
> Anyone can post a "diff" to code. Only a comiter can ... comit code.
>
> (you become a comiter when comiters get tired of comiting your code)
>
> .V
>
>> Erik
>>
>>
>> -----Original Message-----
>> From: Ted Husted <te...@gmail.com>
>> Sent: Jul 14, 2005 6:57 PM
>> To: Struts Users Mailing List <us...@struts.apache.org>
>> Subject: Re: Struts 1.2 v 1.3
>>
>> On 7/14/05, Access Denied <ac...@gmail.com> wrote:
>>
>>>I just bought and am reading James Holmes' book, "Struts: The Complete
>>>Reference" (Osborne 2004), which covers 1.2.  I just learned from one
>>>of Ted Husted's posts that 1.3 is almost ready to be released.  Am I
>>>wasting my time and should be studying other literature?
>>
>>
>> Hmmm, I may have said "almost", but I did not mean to imply "soon". Right 
>> now, no one seems to be trying to push 1.3 out the door. There
>> is not even a release plan. The only timeframe for 1.3 is
>> "indefinate". It could be a week, or a month, or five months. It all
>> depends when a volunteer can step up to the plate.
>>
>> Of course, should "indefinate" happen, it would not make any 1.2
>> material obsolete. By "1.3", we mean the release would be backwardly
>> compatible with 1.2.
>>
>> -Ted.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3] - MOVED

Posted by "Frank W. Zammetti" <fz...@omnytex.com>.
Ah, that was easy :)

It's going to take me a fair amount of time to get up to speed, but 
that's one hurdle down at least... 5,000 more to go :)

Frank

Craig McClanahan wrote:
> On 7/15/05, Frank W. Zammetti <fz...@omnytex.com> wrote:
> 
>>Ok, here's the first stupid question Craig...
>>
>>Where is the source repository?  Is it CVS or SVN at this point?  I
>>looked around the Shale page off the Struts site, but didn't see any
>>info on it.  I did see the link for the nightlies, but is that would I
>>should be going after?  Thanks!
>>
> 
> 
> Shale is in the Struts repository in subversion.  The simplest way to
> deal with things is to grab the entire "current" Subversion tree (as
> described on the "Acquiring" page):
> 
> * http://struts.apache.org/acquiring.html
> 
> I like to use the SVN source that checks out all the subprojects at once:
> 
>    http://svn.apache.org/repos/asf/struts/current
> 
> which, if you do so, will create a directory structure (with a couple
> of top level subdirectories detailed) including the following:
> 
>   apps/
>       dao/  (Contains the shared pseudo-database stuff)
>   bsf
>   build
>   core
>   el
>   faces
>   flow
>   mock
>   plugins
>   sandbox/
>       artimus/
>       build/
>       mailreader-chain/
>       overdive/
>       scaffold/
>       struts-jericho/
>       tag-doc/
>       tiles/
>       workflow/
>       xdocs/
>   shale/
>       clay-plugin/
>       core-library/
>       mail-reader/  (Contains the beginnings of the sources, but don't
> bother with them)
>       test-framework/
>       use-cases/
>   taglib
>   tiles
> 
> For the Shale stuff, there are no milestone or release builds yet ...
> if you want binaries, then the latest nightlies are the way to go.
> 
> 
> 
>>Frank
>>
> 
> 
> Craig
> 
> 
>>Craig McClanahan wrote:
>>
>>>On 7/15/05, Frank W. Zammetti <fz...@omnytex.com> wrote:
>>>
>>>
>>>>Must... not... volunteer... time... limited... :)
>>>>
>>>>Seriously, I would actually be quite interested in taking this on, but
>>>>frankly I have not yet touched Shale at all, so I'm not certain I could
>>>>pull it off... Certainly I couldn't guarantee that I'd do everything the
>>>>*right* way :)
>>>>
>>>>Tell you what though... if no one else more familiar with Shale and with
>>>>more free time steps up to do it, I'd like to take a shot none the less.
>>>>That is Craig, if you don't mind a lot of questions along the way :)
>>>>
>>>
>>>
>>>That would be great!  Go for it!  And feel free to ask away along the
>>>way ... (probably on the dev list would be best).
>>>
>>>One thing that can save some work is that the pseudo-database part of
>>>MailReader is already extracted out into its own module (it's in
>>>apps/dao in the source tree), which can be reused "as is" like it is
>>>in all the other MailReader variants.
>>>
>>>
>>>
>>>>Frank W. Zammetti
>>>
>>>
>>>Craig
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>For additional commands, e-mail: user-help@struts.apache.org
>>>
>>>
>>>
>>>
>>>
>>
>>--
>>Frank W. Zammetti
>>Founder and Chief Software Architect
>>Omnytex Technologies
>>http://www.omnytex.com
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
>>For additional commands, e-mail: dev-help@struts.apache.org
>>
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
> 
> 
> 
> 
> 

-- 
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3] - MOVED

Posted by Craig McClanahan <cr...@gmail.com>.
On 7/15/05, Frank W. Zammetti <fz...@omnytex.com> wrote:
> Ok, here's the first stupid question Craig...
> 
> Where is the source repository?  Is it CVS or SVN at this point?  I
> looked around the Shale page off the Struts site, but didn't see any
> info on it.  I did see the link for the nightlies, but is that would I
> should be going after?  Thanks!
> 

Shale is in the Struts repository in subversion.  The simplest way to
deal with things is to grab the entire "current" Subversion tree (as
described on the "Acquiring" page):

* http://struts.apache.org/acquiring.html

I like to use the SVN source that checks out all the subprojects at once:

   http://svn.apache.org/repos/asf/struts/current

which, if you do so, will create a directory structure (with a couple
of top level subdirectories detailed) including the following:

  apps/
      dao/  (Contains the shared pseudo-database stuff)
  bsf
  build
  core
  el
  faces
  flow
  mock
  plugins
  sandbox/
      artimus/
      build/
      mailreader-chain/
      overdive/
      scaffold/
      struts-jericho/
      tag-doc/
      tiles/
      workflow/
      xdocs/
  shale/
      clay-plugin/
      core-library/
      mail-reader/  (Contains the beginnings of the sources, but don't
bother with them)
      test-framework/
      use-cases/
  taglib
  tiles

For the Shale stuff, there are no milestone or release builds yet ...
if you want binaries, then the latest nightlies are the way to go.


> Frank
> 

Craig

> Craig McClanahan wrote:
> > On 7/15/05, Frank W. Zammetti <fz...@omnytex.com> wrote:
> >
> >>Must... not... volunteer... time... limited... :)
> >>
> >>Seriously, I would actually be quite interested in taking this on, but
> >>frankly I have not yet touched Shale at all, so I'm not certain I could
> >>pull it off... Certainly I couldn't guarantee that I'd do everything the
> >>*right* way :)
> >>
> >>Tell you what though... if no one else more familiar with Shale and with
> >>more free time steps up to do it, I'd like to take a shot none the less.
> >>That is Craig, if you don't mind a lot of questions along the way :)
> >>
> >
> >
> > That would be great!  Go for it!  And feel free to ask away along the
> > way ... (probably on the dev list would be best).
> >
> > One thing that can save some work is that the pseudo-database part of
> > MailReader is already extracted out into its own module (it's in
> > apps/dao in the source tree), which can be reused "as is" like it is
> > in all the other MailReader variants.
> >
> >
> >>Frank W. Zammetti
> >
> >
> > Craig
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> > For additional commands, e-mail: user-help@struts.apache.org
> >
> >
> >
> >
> >
> 
> --
> Frank W. Zammetti
> Founder and Chief Software Architect
> Omnytex Technologies
> http://www.omnytex.com
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3] - MOVED

Posted by "Frank W. Zammetti" <fz...@omnytex.com>.
Ok, here's the first stupid question Craig...

Where is the source repository?  Is it CVS or SVN at this point?  I 
looked around the Shale page off the Struts site, but didn't see any 
info on it.  I did see the link for the nightlies, but is that would I 
should be going after?  Thanks!

Frank

Craig McClanahan wrote:
> On 7/15/05, Frank W. Zammetti <fz...@omnytex.com> wrote:
> 
>>Must... not... volunteer... time... limited... :)
>>
>>Seriously, I would actually be quite interested in taking this on, but
>>frankly I have not yet touched Shale at all, so I'm not certain I could
>>pull it off... Certainly I couldn't guarantee that I'd do everything the
>>*right* way :)
>>
>>Tell you what though... if no one else more familiar with Shale and with
>>more free time steps up to do it, I'd like to take a shot none the less.
>>That is Craig, if you don't mind a lot of questions along the way :)
>>
> 
> 
> That would be great!  Go for it!  And feel free to ask away along the
> way ... (probably on the dev list would be best).
> 
> One thing that can save some work is that the pseudo-database part of
> MailReader is already extracted out into its own module (it's in
> apps/dao in the source tree), which can be reused "as is" like it is
> in all the other MailReader variants.
> 
> 
>>Frank W. Zammetti
> 
> 
> Craig
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 
> 
> 

-- 
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

Posted by Ted Husted <te...@gmail.com>.
On 7/15/05, Craig McClanahan <cr...@gmail.com> wrote:
> One thing that can save some work is that the pseudo-database part of
> MailReader is already extracted out into its own module (it's in
> apps/dao in the source tree), which can be reused "as is" like it is
> in all the other MailReader variants.

I've sometimes wondered if we need even a psuedo-database for MailReader. 

An interface backed by a set of Maps, might do as well. It would not
persist between sessions, but that's not the point of the exercise.

Actually, it would be helpful if we had multiple database
implementations: XML, RAM, and maybe even SQL using Derby or
something. :)

-T.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

Posted by Craig McClanahan <cr...@gmail.com>.
On 7/15/05, Frank W. Zammetti <fz...@omnytex.com> wrote:
> Must... not... volunteer... time... limited... :)
> 
> Seriously, I would actually be quite interested in taking this on, but
> frankly I have not yet touched Shale at all, so I'm not certain I could
> pull it off... Certainly I couldn't guarantee that I'd do everything the
> *right* way :)
> 
> Tell you what though... if no one else more familiar with Shale and with
> more free time steps up to do it, I'd like to take a shot none the less.
> That is Craig, if you don't mind a lot of questions along the way :)
> 

That would be great!  Go for it!  And feel free to ask away along the
way ... (probably on the dev list would be best).

One thing that can save some work is that the pseudo-database part of
MailReader is already extracted out into its own module (it's in
apps/dao in the source tree), which can be reused "as is" like it is
in all the other MailReader variants.

> Frank W. Zammetti

Craig

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

Posted by "Frank W. Zammetti" <fz...@omnytex.com>.
Must... not... volunteer... time... limited... :)

Seriously, I would actually be quite interested in taking this on, but
frankly I have not yet touched Shale at all, so I'm not certain I could
pull it off... Certainly I couldn't guarantee that I'd do everything the
*right* way :)

Tell you what though... if no one else more familiar with Shale and with
more free time steps up to do it, I'd like to take a shot none the less. 
That is Craig, if you don't mind a lot of questions along the way :)

-- 
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com

On Fri, July 15, 2005 12:22 pm, Craig McClanahan said:
> On 7/15/05, Michael Jouravlev <jm...@gmail.com> wrote:
>> On 7/15/05, Yaroslav Novytskyy <sp...@n-ix.com.ua> wrote:
>> > Hello!
>> > Can you please provide a link to (or share if they are not jet)
>> sources.
>> > I'm very interested of how Struts Dialogs work, and will appriciate
>> any
>> > links, examples, docs.... Is this the one that will be also used in
>> Shale?
>>
>> No, it has absolutely no relation to Shale. If you are interested in
>> Shale, I would recommend you to start looking at it right now, because
>> further on the road these tho codebases will get vastly different.
>> They are already different ;)
>>
>
> Michael is correct ... and writing up MailReader with Shale would be a
> useful tool for comparisons.  I'll add that to my TODO list, unless
> someone else wants to volunteer to take it on.
>
>> Michael.
>
> Craig
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

Posted by Craig McClanahan <cr...@gmail.com>.
On 7/15/05, Michael Jouravlev <jm...@gmail.com> wrote:
> On 7/15/05, Yaroslav Novytskyy <sp...@n-ix.com.ua> wrote:
> > Hello!
> > Can you please provide a link to (or share if they are not jet) sources.
> > I'm very interested of how Struts Dialogs work, and will appriciate any
> > links, examples, docs.... Is this the one that will be also used in Shale?
> 
> No, it has absolutely no relation to Shale. If you are interested in
> Shale, I would recommend you to start looking at it right now, because
> further on the road these tho codebases will get vastly different.
> They are already different ;)
> 

Michael is correct ... and writing up MailReader with Shale would be a
useful tool for comparisons.  I'll add that to my TODO list, unless
someone else wants to volunteer to take it on.

> Michael.

Craig

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

Posted by Michael Jouravlev <jm...@gmail.com>.
On 7/15/05, Yaroslav Novytskyy <sp...@n-ix.com.ua> wrote:
> Hello!
> Can you please provide a link to (or share if they are not jet) sources.
> I'm very interested of how Struts Dialogs work, and will appriciate any
> links, examples, docs.... Is this the one that will be also used in Shale?

No, it has absolutely no relation to Shale. If you are interested in
Shale, I would recommend you to start looking at it right now, because
further on the road these tho codebases will get vastly different.
They are already different ;)

Michael.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

Posted by Yaroslav Novytskyy <sp...@n-ix.com.ua>.
Hello!


Michael Jouravlev wrote:
> (imitating Donkey) Me, me, pick me! ;-)
> 
> I am currently in the process of rewriting Mail Reader with Struts
> Dialogs. You would not believe how nicer it gets ;)
> 

Can you please provide a link to (or share if they are not jet) sources. 
I'm very interested of how Struts Dialogs work, and will appriciate any 
links, examples, docs.... Is this the one that will be also used in Shale?

> Michael.
> 
> On 7/14/05, James Mitchell <jm...@apache.org> wrote:
> 
>>I think it is high time we get something out there for 1.3, even if it never
>>makes it past beta, at least we are moving.
>>
>>I'm about to head out on a working-vacation, and while I'm gone, I'll try to
>>get the release plan put together.  Does anyone have any time they'd like to
>>donate in a week or so to help with this?
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 

Yaroslav Novytskyy

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

Posted by Michael Jouravlev <jm...@gmail.com>.
(imitating Donkey) Me, me, pick me! ;-)

I am currently in the process of rewriting Mail Reader with Struts
Dialogs. You would not believe how nicer it gets ;)

Michael.

On 7/14/05, James Mitchell <jm...@apache.org> wrote:
> I think it is high time we get something out there for 1.3, even if it never
> makes it past beta, at least we are moving.
> 
> I'm about to head out on a working-vacation, and while I'm gone, I'll try to
> get the release plan put together.  Does anyone have any time they'd like to
> donate in a week or so to help with this?

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

Posted by netsql <ne...@roomity.com>.
James Mitchell wrote:
  as soon as I get back, we will roll a release, or die trying ;)
> 
> 

that would be greeaaaaat.

.V


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

Posted by James Mitchell <jm...@apache.org>.
Sorry, I don't have a lot of time today, I'm heading out of town, but I 
promise as soon as I get back, we will roll a release, or die trying ;)


--
James Mitchell
Software Engineer / Open Source Evangelist
Consulting / Mentoring / Freelance
EdgeTech, Inc.
http://www.edgetechservices.net/
678.910.8017
AIM:   jmitchtx
MSN:   jmitchell@apache.org
Skype: jmitchtx

----- Original Message ----- 
From: "Frank W. Zammetti" <fz...@omnytex.com>
To: "Struts Users Mailing List" <us...@struts.apache.org>
Sent: Friday, July 15, 2005 12:28 AM
Subject: Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]


> James, are there any specific tickets that are a direct impediment to a 
> 1.3 release, as opposed to those things that could be dealt with 
> post-release?
>
> Identifying those might help focus effort, especially if there are 
> non-commiters that might like to help but aren't sure exactly how best to 
> do so (with the specific goal of working towards a release I mean).
>
> Frank
>
> James Mitchell wrote:
>> I think it is high time we get something out there for 1.3, even if it 
>> never makes it past beta, at least we are moving.
>>
>> I'm about to head out on a working-vacation, and while I'm gone, I'll try 
>> to get the release plan put together.  Does anyone have any time they'd 
>> like to donate in a week or so to help with this?
>>
>>
>> -- 
>> James Mitchell
>> Software Engineer / Open Source Evangelist
>> Consulting / Mentoring / Freelance
>> EdgeTech, Inc.
>> http://www.edgetechservices.net/
>> 678.910.8017
>> AIM:   jmitchtx
>> MSN:   jmitchell@apache.org
>> Skype: jmitchtx
>>
>> ----- Original Message ----- From: "netsql" <ne...@roomity.com>
>> To: <us...@struts.apache.org>
>> Sent: Thursday, July 14, 2005 7:27 PM
>> Subject: Re: Struts 1.2 v 1.3
>>
>>
>>> erikweber@mindspring.com wrote:
>>>
>>>> Ted, is there a list of tasks for 1.3? By "volunteer", are you 
>>>> referring only to current Struts committers?
>>>>
>>>
>>> Anyone can edit / search bugzila.
>>> Anyone can post a "diff" to code. Only a comiter can ... comit code.
>>>
>>> (you become a comiter when comiters get tired of comiting your code)
>>>
>>> .V
>>>
>>>> Erik
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: Ted Husted <te...@gmail.com>
>>>> Sent: Jul 14, 2005 6:57 PM
>>>> To: Struts Users Mailing List <us...@struts.apache.org>
>>>> Subject: Re: Struts 1.2 v 1.3
>>>>
>>>> On 7/14/05, Access Denied <ac...@gmail.com> wrote:
>>>>
>>>>> I just bought and am reading James Holmes' book, "Struts: The Complete
>>>>> Reference" (Osborne 2004), which covers 1.2.  I just learned from one
>>>>> of Ted Husted's posts that 1.3 is almost ready to be released.  Am I
>>>>> wasting my time and should be studying other literature?
>>>>
>>>>
>>>>
>>>> Hmmm, I may have said "almost", but I did not mean to imply "soon". 
>>>> Right now, no one seems to be trying to push 1.3 out the door. There
>>>> is not even a release plan. The only timeframe for 1.3 is
>>>> "indefinate". It could be a week, or a month, or five months. It all
>>>> depends when a volunteer can step up to the plate.
>>>>
>>>> Of course, should "indefinate" happen, it would not make any 1.2
>>>> material obsolete. By "1.3", we mean the release would be backwardly
>>>> compatible with 1.2.
>>>>
>>>> -Ted.
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>> For additional commands, e-mail: user-help@struts.apache.org
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>> For additional commands, e-mail: user-help@struts.apache.org
>>>
>>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>>
>>
>>
>>
>>
>
> -- 
> Frank W. Zammetti
> Founder and Chief Software Architect
> Omnytex Technologies
> http://www.omnytex.com
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

Posted by "Frank W. Zammetti" <fz...@omnytex.com>.
James, are there any specific tickets that are a direct impediment to a 
1.3 release, as opposed to those things that could be dealt with 
post-release?

Identifying those might help focus effort, especially if there are 
non-commiters that might like to help but aren't sure exactly how best 
to do so (with the specific goal of working towards a release I mean).

Frank

James Mitchell wrote:
> I think it is high time we get something out there for 1.3, even if it 
> never makes it past beta, at least we are moving.
> 
> I'm about to head out on a working-vacation, and while I'm gone, I'll 
> try to get the release plan put together.  Does anyone have any time 
> they'd like to donate in a week or so to help with this?
> 
> 
> -- 
> James Mitchell
> Software Engineer / Open Source Evangelist
> Consulting / Mentoring / Freelance
> EdgeTech, Inc.
> http://www.edgetechservices.net/
> 678.910.8017
> AIM:   jmitchtx
> MSN:   jmitchell@apache.org
> Skype: jmitchtx
> 
> ----- Original Message ----- From: "netsql" <ne...@roomity.com>
> To: <us...@struts.apache.org>
> Sent: Thursday, July 14, 2005 7:27 PM
> Subject: Re: Struts 1.2 v 1.3
> 
> 
>> erikweber@mindspring.com wrote:
>>
>>> Ted, is there a list of tasks for 1.3? By "volunteer", are you 
>>> referring only to current Struts committers?
>>>
>>
>> Anyone can edit / search bugzila.
>> Anyone can post a "diff" to code. Only a comiter can ... comit code.
>>
>> (you become a comiter when comiters get tired of comiting your code)
>>
>> .V
>>
>>> Erik
>>>
>>>
>>> -----Original Message-----
>>> From: Ted Husted <te...@gmail.com>
>>> Sent: Jul 14, 2005 6:57 PM
>>> To: Struts Users Mailing List <us...@struts.apache.org>
>>> Subject: Re: Struts 1.2 v 1.3
>>>
>>> On 7/14/05, Access Denied <ac...@gmail.com> wrote:
>>>
>>>> I just bought and am reading James Holmes' book, "Struts: The Complete
>>>> Reference" (Osborne 2004), which covers 1.2.  I just learned from one
>>>> of Ted Husted's posts that 1.3 is almost ready to be released.  Am I
>>>> wasting my time and should be studying other literature?
>>>
>>>
>>>
>>> Hmmm, I may have said "almost", but I did not mean to imply "soon". 
>>> Right now, no one seems to be trying to push 1.3 out the door. There
>>> is not even a release plan. The only timeframe for 1.3 is
>>> "indefinate". It could be a week, or a month, or five months. It all
>>> depends when a volunteer can step up to the plate.
>>>
>>> Of course, should "indefinate" happen, it would not make any 1.2
>>> material obsolete. By "1.3", we mean the release would be backwardly
>>> compatible with 1.2.
>>>
>>> -Ted.
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>> For additional commands, e-mail: user-help@struts.apache.org
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>>
>>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 
> 
> 

-- 
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org