You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Dakota Jack <da...@gmail.com> on 2004/11/22 12:26:50 UTC

Build with SVN

The ARChives are down -- search errors -- so I have to ask a question
which has probably been covered well there.  How do you build from
SVN.  The Struts SVN download, by the way, was 1.68 gigs on the disk. 
Woo hoo!

Jack

-- 


"You can't wake a person who is pretending to be asleep."

~Native Proverb~

"Each man is good in His sight. It is not necessary for eagles to be crows."

~Hunkesni (Sitting Bull), Hunkpapa Sioux~

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


Re: Build with SVN: add getLocalPort() to MultipartServletRequest?

Posted by Martin Cooper <mf...@gmail.com>.
Are you talking about MultipartRequestWrapper? If so, I guess that
might make sense for the 1.2 branch. For 1.3, I expect much of the
current upload code, including this class, will go away, and be
replaced by a filter. I'm still working on the filter implementation
for Commons FileUpload - I got side-tracked into a config
implementation - but I'm hoping that will be done soon. Once
FileUpload 1.1 is released, then I'll get to work on fixing the big
mess that is upload in Struts 1.2. ;-)

--
Martin Cooper


On Mon, 22 Nov 2004 17:59:37 -0800, Dakota Jack <da...@gmail.com> wrote:
> Thanks for the assistance.  I have a question and a request.  Would it
> make sense to add getLocalPort to upload's MultipartServletRequest?
> That is the only thing keeping Struts from being compliant with
> Servlet 2.4 so far as I can tell.  I am just putting this here because
> I know you are the man to talk to on this one, Martin.  What do you
> think?  Is that a bad idea at this time?  Could just use a hack for
> the moment?
> 
> Jack
> 
> On Mon, 22 Nov 2004 17:17:16 -0800, Martin Cooper <mf...@gmail.com> wrote:
> > On Mon, 22 Nov 2004 17:11:30 -0800, Dakota Jack <da...@gmail.com> wrote:
> > > I suppose I am cracked, but I am getting an error in my build for
> > > Struts 1_2_6 because it does not find commons-collections.jar for
> > > org.apache.commons.collections.FastHashMap as well as, LazyDynaBean,
> > > LazyDynaMap, WrapDynaBean.getInstance(), and FastHashMap,.  What's up?
> >
> > You need to update your BeanUtils and Digester versions. See section 1.5 here:
> >
> > http://wiki.apache.org/struts/StrutsRelease126
> >
> > --
> > Martin Cooper
> >
> >
> >
> >
> > > Thanks,
> > >
> > >
> > >
> > > Jack
> > >
> > > On Mon, 22 Nov 2004 12:04:02 -0800, Martin Cooper <mf...@gmail.com> wrote:
> > > > On Mon, 22 Nov 2004 03:26:50 -0800, Dakota Jack <da...@gmail.com> wrote:
> > > > > The ARChives are down -- search errors -- so I have to ask a question
> > > > > which has probably been covered well there.
> > > >
> > > > There are at least 4 sets of archives:
> > > >
> > > > http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=240
> > > > http://www.mail-archive.com/dev%40struts.apache.org/
> > > > http://marc.theaimsgroup.com/?l=struts-dev&r=1&w=2
> > > > http://dir.gmane.org/gmane.comp.jakarta.struts.devel
> > > >
> > > > > How do you build from
> > > > > SVN.
> > > >
> > > > It's no different than when we were is CVS, other than that we've
> > > > restructured so that you now want to build from the 'core' directly.
> > > > The remainder of the instructions are here:
> > > >
> > > > http://struts.apache.org/userGuide/installation.html#Building
> > > >
> > > > > The Struts SVN download, by the way, was 1.68 gigs on the disk.
> > > > > Woo hoo!
> > > >
> > > > You might want to just get struts/*/trunk instead of the whole enchilada. ;-)
> > > >
> > > > --
> > > > Martin Cooper
> > > >
> > > >
> > > > > Jack
> > > > >
> > > > > --
> > > > >
> > > > > "You can't wake a person who is pretending to be asleep."
> > > > >
> > > > > ~Native Proverb~
> > > > >
> > > > > "Each man is good in His sight. It is not necessary for eagles to be crows."
> > > > >
> > > > > ~Hunkesni (Sitting Bull), Hunkpapa Sioux~
> > > > >
> > > > > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> > > > > For additional commands, e-mail: dev-help@struts.apache.org
> > > > >
> > > > >
> > > >
> > >
> > >
> > > --
> > >
> > >
> > >
> > >
> > > "You can't wake a person who is pretending to be asleep."
> > >
> > > ~Native Proverb~
> > >
> > > "Each man is good in His sight. It is not necessary for eagles to be crows."
> > >
> > > ~Hunkesni (Sitting Bull), Hunkpapa Sioux~
> > >
> >
> 
> --
> 
> "You can't wake a person who is pretending to be asleep."
> 
> ~Native Proverb~
> 
> "Each man is good in His sight. It is not necessary for eagles to be crows."
> 
> ~Hunkesni (Sitting Bull), Hunkpapa Sioux~
>

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


Re: Build with SVN: add getLocalPort() to MultipartServletRequest?

Posted by Dakota Jack <da...@gmail.com>.
Thanks for the assistance.  I have a question and a request.  Would it
make sense to add getLocalPort to upload's MultipartServletRequest? 
That is the only thing keeping Struts from being compliant with
Servlet 2.4 so far as I can tell.  I am just putting this here because
I know you are the man to talk to on this one, Martin.  What do you
think?  Is that a bad idea at this time?  Could just use a hack for
the moment?

Jack


On Mon, 22 Nov 2004 17:17:16 -0800, Martin Cooper <mf...@gmail.com> wrote:
> On Mon, 22 Nov 2004 17:11:30 -0800, Dakota Jack <da...@gmail.com> wrote:
> > I suppose I am cracked, but I am getting an error in my build for
> > Struts 1_2_6 because it does not find commons-collections.jar for
> > org.apache.commons.collections.FastHashMap as well as, LazyDynaBean,
> > LazyDynaMap, WrapDynaBean.getInstance(), and FastHashMap,.  What's up?
> 
> You need to update your BeanUtils and Digester versions. See section 1.5 here:
> 
> http://wiki.apache.org/struts/StrutsRelease126
> 
> --
> Martin Cooper
> 
> 
> 
> 
> > Thanks,
> >
> >
> >
> > Jack
> >
> > On Mon, 22 Nov 2004 12:04:02 -0800, Martin Cooper <mf...@gmail.com> wrote:
> > > On Mon, 22 Nov 2004 03:26:50 -0800, Dakota Jack <da...@gmail.com> wrote:
> > > > The ARChives are down -- search errors -- so I have to ask a question
> > > > which has probably been covered well there.
> > >
> > > There are at least 4 sets of archives:
> > >
> > > http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=240
> > > http://www.mail-archive.com/dev%40struts.apache.org/
> > > http://marc.theaimsgroup.com/?l=struts-dev&r=1&w=2
> > > http://dir.gmane.org/gmane.comp.jakarta.struts.devel
> > >
> > > > How do you build from
> > > > SVN.
> > >
> > > It's no different than when we were is CVS, other than that we've
> > > restructured so that you now want to build from the 'core' directly.
> > > The remainder of the instructions are here:
> > >
> > > http://struts.apache.org/userGuide/installation.html#Building
> > >
> > > > The Struts SVN download, by the way, was 1.68 gigs on the disk.
> > > > Woo hoo!
> > >
> > > You might want to just get struts/*/trunk instead of the whole enchilada. ;-)
> > >
> > > --
> > > Martin Cooper
> > >
> > >
> > > > Jack
> > > >
> > > > --
> > > >
> > > > "You can't wake a person who is pretending to be asleep."
> > > >
> > > > ~Native Proverb~
> > > >
> > > > "Each man is good in His sight. It is not necessary for eagles to be crows."
> > > >
> > > > ~Hunkesni (Sitting Bull), Hunkpapa Sioux~
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> > > > For additional commands, e-mail: dev-help@struts.apache.org
> > > >
> > > >
> > >
> >
> >
> > --
> >
> >
> >
> >
> > "You can't wake a person who is pretending to be asleep."
> >
> > ~Native Proverb~
> >
> > "Each man is good in His sight. It is not necessary for eagles to be crows."
> >
> > ~Hunkesni (Sitting Bull), Hunkpapa Sioux~
> >
> 


-- 


"You can't wake a person who is pretending to be asleep."

~Native Proverb~

"Each man is good in His sight. It is not necessary for eagles to be crows."

~Hunkesni (Sitting Bull), Hunkpapa Sioux~

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


Re: Build with SVN

Posted by Martin Cooper <mf...@gmail.com>.
On Mon, 22 Nov 2004 17:11:30 -0800, Dakota Jack <da...@gmail.com> wrote:
> I suppose I am cracked, but I am getting an error in my build for
> Struts 1_2_6 because it does not find commons-collections.jar for
> org.apache.commons.collections.FastHashMap as well as, LazyDynaBean,
> LazyDynaMap, WrapDynaBean.getInstance(), and FastHashMap,.  What's up?

You need to update your BeanUtils and Digester versions. See section 1.5 here:

http://wiki.apache.org/struts/StrutsRelease126

--
Martin Cooper


> Thanks,
> 
> 
> 
> Jack
> 
> On Mon, 22 Nov 2004 12:04:02 -0800, Martin Cooper <mf...@gmail.com> wrote:
> > On Mon, 22 Nov 2004 03:26:50 -0800, Dakota Jack <da...@gmail.com> wrote:
> > > The ARChives are down -- search errors -- so I have to ask a question
> > > which has probably been covered well there.
> >
> > There are at least 4 sets of archives:
> >
> > http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=240
> > http://www.mail-archive.com/dev%40struts.apache.org/
> > http://marc.theaimsgroup.com/?l=struts-dev&r=1&w=2
> > http://dir.gmane.org/gmane.comp.jakarta.struts.devel
> >
> > > How do you build from
> > > SVN.
> >
> > It's no different than when we were is CVS, other than that we've
> > restructured so that you now want to build from the 'core' directly.
> > The remainder of the instructions are here:
> >
> > http://struts.apache.org/userGuide/installation.html#Building
> >
> > > The Struts SVN download, by the way, was 1.68 gigs on the disk.
> > > Woo hoo!
> >
> > You might want to just get struts/*/trunk instead of the whole enchilada. ;-)
> >
> > --
> > Martin Cooper
> >
> >
> > > Jack
> > >
> > > --
> > >
> > > "You can't wake a person who is pretending to be asleep."
> > >
> > > ~Native Proverb~
> > >
> > > "Each man is good in His sight. It is not necessary for eagles to be crows."
> > >
> > > ~Hunkesni (Sitting Bull), Hunkpapa Sioux~
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> > > For additional commands, e-mail: dev-help@struts.apache.org
> > >
> > >
> >
> 
> 
> --
> 
> 
> 
> 
> "You can't wake a person who is pretending to be asleep."
> 
> ~Native Proverb~
> 
> "Each man is good in His sight. It is not necessary for eagles to be crows."
> 
> ~Hunkesni (Sitting Bull), Hunkpapa Sioux~
>

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


Re: Build with SVN

Posted by Craig McClanahan <cr...@gmail.com>.
Double check that you've got the latest BeanUtils code (1.7.0) in your
build properties -- this has the "lazy" stuff plus FashHashMap, which
was added to [beanutils] specifically so we could undo the  linkage to
[collections].

Craig

On Mon, 22 Nov 2004 17:11:30 -0800, Dakota Jack <da...@gmail.com> wrote:
> I suppose I am cracked, but I am getting an error in my build for
> Struts 1_2_6 because it does not find commons-collections.jar for
> org.apache.commons.collections.FastHashMap as well as, LazyDynaBean,
> LazyDynaMap, WrapDynaBean.getInstance(), and FastHashMap,.  What's up?
> 
> Thanks,
> 
> 
> 
> Jack
> 
> On Mon, 22 Nov 2004 12:04:02 -0800, Martin Cooper <mf...@gmail.com> wrote:
> > On Mon, 22 Nov 2004 03:26:50 -0800, Dakota Jack <da...@gmail.com> wrote:
> > > The ARChives are down -- search errors -- so I have to ask a question
> > > which has probably been covered well there.
> >
> > There are at least 4 sets of archives:
> >
> > http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=240
> > http://www.mail-archive.com/dev%40struts.apache.org/
> > http://marc.theaimsgroup.com/?l=struts-dev&r=1&w=2
> > http://dir.gmane.org/gmane.comp.jakarta.struts.devel
> >
> > > How do you build from
> > > SVN.
> >
> > It's no different than when we were is CVS, other than that we've
> > restructured so that you now want to build from the 'core' directly.
> > The remainder of the instructions are here:
> >
> > http://struts.apache.org/userGuide/installation.html#Building
> >
> > > The Struts SVN download, by the way, was 1.68 gigs on the disk.
> > > Woo hoo!
> >
> > You might want to just get struts/*/trunk instead of the whole enchilada. ;-)
> >
> > --
> > Martin Cooper
> >
> >
> > > Jack
> > >
> > > --
> > >
> > > "You can't wake a person who is pretending to be asleep."
> > >
> > > ~Native Proverb~
> > >
> > > "Each man is good in His sight. It is not necessary for eagles to be crows."
> > >
> > > ~Hunkesni (Sitting Bull), Hunkpapa Sioux~
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> > > For additional commands, e-mail: dev-help@struts.apache.org
> > >
> > >
> >
> 
> --
> 
> "You can't wake a person who is pretending to be asleep."
> 
> ~Native Proverb~
> 
> "Each man is good in His sight. It is not necessary for eagles to be crows."
> 
> ~Hunkesni (Sitting Bull), Hunkpapa Sioux~
> 
> ---------------------------------------------------------------------
> 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: Build with SVN

Posted by Dakota Jack <da...@gmail.com>.
I suppose I am cracked, but I am getting an error in my build for
Struts 1_2_6 because it does not find commons-collections.jar for
org.apache.commons.collections.FastHashMap as well as, LazyDynaBean,
LazyDynaMap, WrapDynaBean.getInstance(), and FastHashMap,.  What's up?

Thanks,

Jack


On Mon, 22 Nov 2004 12:04:02 -0800, Martin Cooper <mf...@gmail.com> wrote:
> On Mon, 22 Nov 2004 03:26:50 -0800, Dakota Jack <da...@gmail.com> wrote:
> > The ARChives are down -- search errors -- so I have to ask a question
> > which has probably been covered well there.
> 
> There are at least 4 sets of archives:
> 
> http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=240
> http://www.mail-archive.com/dev%40struts.apache.org/
> http://marc.theaimsgroup.com/?l=struts-dev&r=1&w=2
> http://dir.gmane.org/gmane.comp.jakarta.struts.devel
> 
> > How do you build from
> > SVN.
> 
> It's no different than when we were is CVS, other than that we've
> restructured so that you now want to build from the 'core' directly.
> The remainder of the instructions are here:
> 
> http://struts.apache.org/userGuide/installation.html#Building
> 
> > The Struts SVN download, by the way, was 1.68 gigs on the disk.
> > Woo hoo!
> 
> You might want to just get struts/*/trunk instead of the whole enchilada. ;-)
> 
> --
> Martin Cooper
> 
> 
> > Jack
> >
> > --
> >
> > "You can't wake a person who is pretending to be asleep."
> >
> > ~Native Proverb~
> >
> > "Each man is good in His sight. It is not necessary for eagles to be crows."
> >
> > ~Hunkesni (Sitting Bull), Hunkpapa Sioux~
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> > For additional commands, e-mail: dev-help@struts.apache.org
> >
> >
> 


-- 


"You can't wake a person who is pretending to be asleep."

~Native Proverb~

"Each man is good in His sight. It is not necessary for eagles to be crows."

~Hunkesni (Sitting Bull), Hunkpapa Sioux~

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


Re: Build with SVN

Posted by Dakota Jack <da...@gmail.com>.
Thanks, Martin ---------- Jack


On Mon, 22 Nov 2004 12:04:02 -0800, Martin Cooper <mf...@gmail.com> wrote:
> On Mon, 22 Nov 2004 03:26:50 -0800, Dakota Jack <da...@gmail.com> wrote:
> > The ARChives are down -- search errors -- so I have to ask a question
> > which has probably been covered well there.
> 
> There are at least 4 sets of archives:
> 
> http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=240
> http://www.mail-archive.com/dev%40struts.apache.org/
> http://marc.theaimsgroup.com/?l=struts-dev&r=1&w=2
> http://dir.gmane.org/gmane.comp.jakarta.struts.devel
> 
> > How do you build from
> > SVN.
> 
> It's no different than when we were is CVS, other than that we've
> restructured so that you now want to build from the 'core' directly.
> The remainder of the instructions are here:
> 
> http://struts.apache.org/userGuide/installation.html#Building
> 
> > The Struts SVN download, by the way, was 1.68 gigs on the disk.
> > Woo hoo!
> 
> You might want to just get struts/*/trunk instead of the whole enchilada. ;-)
> 
> --
> Martin Cooper
> 
> 
> > Jack
> >
> > --
> >
> > "You can't wake a person who is pretending to be asleep."
> >
> > ~Native Proverb~
> >
> > "Each man is good in His sight. It is not necessary for eagles to be crows."
> >
> > ~Hunkesni (Sitting Bull), Hunkpapa Sioux~
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> > For additional commands, e-mail: dev-help@struts.apache.org
> >
> >
> 


-- 


"You can't wake a person who is pretending to be asleep."

~Native Proverb~

"Each man is good in His sight. It is not necessary for eagles to be crows."

~Hunkesni (Sitting Bull), Hunkpapa Sioux~

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


Re: Build with SVN

Posted by Martin Cooper <mf...@gmail.com>.
On Mon, 22 Nov 2004 03:26:50 -0800, Dakota Jack <da...@gmail.com> wrote:
> The ARChives are down -- search errors -- so I have to ask a question
> which has probably been covered well there.

There are at least 4 sets of archives:

http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=240
http://www.mail-archive.com/dev%40struts.apache.org/
http://marc.theaimsgroup.com/?l=struts-dev&r=1&w=2
http://dir.gmane.org/gmane.comp.jakarta.struts.devel

> How do you build from
> SVN.

It's no different than when we were is CVS, other than that we've
restructured so that you now want to build from the 'core' directly.
The remainder of the instructions are here:

http://struts.apache.org/userGuide/installation.html#Building

> The Struts SVN download, by the way, was 1.68 gigs on the disk.
> Woo hoo!

You might want to just get struts/*/trunk instead of the whole enchilada. ;-)

--
Martin Cooper


> Jack
> 
> --
> 
> "You can't wake a person who is pretending to be asleep."
> 
> ~Native Proverb~
> 
> "Each man is good in His sight. It is not necessary for eagles to be crows."
> 
> ~Hunkesni (Sitting Bull), Hunkpapa Sioux~
> 
> ---------------------------------------------------------------------
> 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