You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Ted Husted <hu...@apache.org> on 2007/11/11 11:14:24 UTC

[s2] Failed tests: testStreamResultDefault

With a clean checkout and clean S2 Maven repo, I'm still failing on
mvn clean install -Pall

Is it just me? Any suggestions?

-Ted.

WARNING:  [02:14.937] Could not find property [#attr.templateDir]
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.078 sec
Running org.apache.struts2.dispatcher.mapper.DefaultActionMapperTest
Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.328 sec

Results :

Failed tests:
  testStreamResultDefault(org.apache.struts2.dispatcher.StreamResultTest)

Tests run: 619, Failures: 1, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 41 seconds
[INFO] Finished at: Sun Nov 11 05:02:16 EST 2007
[INFO] Final Memory: 27M/61M
[INFO] ------------------------------------------------------------------------

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


Re: [s2] Failed tests: testStreamResultDefault

Posted by Nils-Helge Garli Hegvik <ni...@gmail.com>.
I have WinXP, and it fails here as well.

Nils-H

On Nov 21, 2007 5:42 PM, Ted Husted <hu...@apache.org> wrote:
> I'm thinking that it's an XP issue, since Bamboo is probably on Ubuntu too.
>
>
> On Nov 21, 2007 10:24 AM, Wes Wannemacher <we...@wantii.com> wrote:
> > I'm on ubuntu with Java HotSpot(TM) 64-Bit Server VM (build
> > 1.6.0_03-b05, mixed mode) and i did a fresh checkout and build. All
> > unit tests passed.
> >
> > -Wes
> >
> >
> > On 11/21/07, Dave Newton <ne...@yahoo.com> wrote:
> > > Hmm; I thought I'd been building on my Mac w/ no
> > > issues... just tried it under XP/1.5 and it has the
> > > same issue, though. Can't check the Mac now.
> > >
> > > d.
> > >
> > > --- Ted Husted <hu...@apache.org> wrote:
> > >
> > > > Nope. I did a clean checkout and a clean Struts 2
> > > > repo, but I still
> > > > can't build Struts 2 without skipping the tests.
> > > >
> > > > On Nov 21, 2007 12:58 AM, emartin24
> > > > <er...@ericmmartin.com> wrote:
> > > > > Ted Husted wrote:
> > > > > >
> > > > > > With a clean checkout and clean S2 Maven repo,
> > > > I'm still failing on
> > > > > > mvn clean install -Pall
> > > > > >
> > > > > > Is it just me? Any suggestions?
> > > > > >
> > > > > > -Ted.
> > > > > >
> > > > > > WARNING:  [02:14.937] Could not find property
> > > > [#attr.templateDir]
> > > > > > Tests run: 13, Failures: 0, Errors: 0, Skipped:
> > > > 0, Time elapsed: 1.078 sec
> > > > > > Running
> > > >
> > > org.apache.struts2.dispatcher.mapper.DefaultActionMapperTest
> > > > > > Tests run: 39, Failures: 0, Errors: 0, Skipped:
> > > > 0, Time elapsed: 1.328 sec
> > > > > >
> > > > > > Results :
> > > > > >
> > > > > > Failed tests:
> > > > > >
> > > >
> > > testStreamResultDefault(org.apache.struts2.dispatcher.StreamResultTest)
> > > > > >
> > > > > > Tests run: 619, Failures: 1, Errors: 0, Skipped:
> > > > 0
> > > > > >
> > > > > > [INFO]
> > > > > >
> > > >
> > > ------------------------------------------------------------------------
> > > > > > [ERROR] BUILD FAILURE
> > > > > > [INFO]
> > > > > >
> > > >
> > > ------------------------------------------------------------------------
> > > > > > [INFO] There are test failures.
> > > > > > [INFO]
> > > > > >
> > > >
> > > ------------------------------------------------------------------------
> > > > > > [INFO] For more information, run Maven with the
> > > > -e switch
> > > > > > [INFO]
> > > > > >
> > > >
> > > ------------------------------------------------------------------------
> > > > > > [INFO] Total time: 1 minute 41 seconds
> > > > > > [INFO] Finished at: Sun Nov 11 05:02:16 EST 2007
> > > > > > [INFO] Final Memory: 27M/61M
> > > > > > [INFO]
> > > > > >
> > > >
> > > ------------------------------------------------------------------------
> > > > > >
> > > > > >
> > > > >
> > > > > I'm trying to do a build from the latest source
> > > > and am getting the same
> > > > > thing. Did you ever get around this?
> > > > >
> > > > > Maven 2.0.7, Java 1.6.0_03, Windows Vista
> > > >
> > > >
> > > ---------------------------------------------------------------------
> > > > 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
> > >
> > >
> >
> >
> > --
> > Wesley Wannemacher
> > President, Head Engineer/Consultant
> > WanTii, Inc.
> > http://www.wantii.com
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> > For additional commands, e-mail: dev-help@struts.apache.org
> >
> >
>
>
>
> --
> HTH, Ted <http://www.husted.com/ted/blog/>
>
>
> ---------------------------------------------------------------------
> 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: [s2] Failed tests: testStreamResultDefault

Posted by Ted Husted <hu...@apache.org>.
Thanks, Nils. That seems to work for me.

On Nov 23, 2007 9:44 AM, Nils-Helge Garli Hegvik <ni...@gmail.com> wrote:
> I have created WW-2335 and committed a fix based on how I understand
> the test case and the failure. If anybody objects, feel free to roll
> it back.
>
> Nils-H
>
>
> On Nov 23, 2007 12:16 PM, Antonio Petrelli <an...@gmail.com> wrote:
> > Please create a JIRA issue, and attach surefire reports.
> >
> > Thanks
> > Antonio

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


Re: [s2] Failed tests: testStreamResultDefault

Posted by Nils-Helge Garli Hegvik <ni...@gmail.com>.
I have created WW-2335 and committed a fix based on how I understand
the test case and the failure. If anybody objects, feel free to roll
it back.

Nils-H

On Nov 23, 2007 12:16 PM, Antonio Petrelli <an...@gmail.com> wrote:
> Please create a JIRA issue, and attach surefire reports.
>
> Thanks
> Antonio
>
> 2007/11/21, Dave Newton <ne...@yahoo.com>:
>
> >
> > Write It, Fail Everywhere.
> >
> > I'm all for it, and it has a friendly acronym.
> >
> > --- Ted Husted <hu...@apache.org> wrote:
> >
> > > It would be nice if the tests would at least fail
> > > everywhere :)
> > >
> > > On Nov 21, 2007 12:36 PM, Wes Wannemacher
> > > <we...@wantii.com> wrote:
> > > > [sorta Friday since in the US, many of us will
> > > have the rest of the week off]
> > > >
> > > > Does that mean we can sue SUN for false
> > > advertising - Write once, run anywhere
> > > >
> > > > -W
> > > >
> > > > On 11/21/07, Ted Husted <hu...@apache.org> wrote:
> > > > > I'm thinking that it's an XP issue, since Bamboo
> > > is probably on Ubuntu too.
> > >
> > >
> > ---------------------------------------------------------------------
> > > 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
> >
> >
>

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


Re: [s2] Failed tests: testStreamResultDefault

Posted by Antonio Petrelli <an...@gmail.com>.
Please create a JIRA issue, and attach surefire reports.

Thanks
Antonio

2007/11/21, Dave Newton <ne...@yahoo.com>:
>
> Write It, Fail Everywhere.
>
> I'm all for it, and it has a friendly acronym.
>
> --- Ted Husted <hu...@apache.org> wrote:
>
> > It would be nice if the tests would at least fail
> > everywhere :)
> >
> > On Nov 21, 2007 12:36 PM, Wes Wannemacher
> > <we...@wantii.com> wrote:
> > > [sorta Friday since in the US, many of us will
> > have the rest of the week off]
> > >
> > > Does that mean we can sue SUN for false
> > advertising - Write once, run anywhere
> > >
> > > -W
> > >
> > > On 11/21/07, Ted Husted <hu...@apache.org> wrote:
> > > > I'm thinking that it's an XP issue, since Bamboo
> > is probably on Ubuntu too.
> >
> >
> ---------------------------------------------------------------------
> > 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: [s2] Failed tests: testStreamResultDefault

Posted by Dave Newton <ne...@yahoo.com>.
Write It, Fail Everywhere.

I'm all for it, and it has a friendly acronym.

--- Ted Husted <hu...@apache.org> wrote:

> It would be nice if the tests would at least fail
> everywhere :)
> 
> On Nov 21, 2007 12:36 PM, Wes Wannemacher
> <we...@wantii.com> wrote:
> > [sorta Friday since in the US, many of us will
> have the rest of the week off]
> >
> > Does that mean we can sue SUN for false
> advertising - Write once, run anywhere
> >
> > -W
> >
> > On 11/21/07, Ted Husted <hu...@apache.org> wrote:
> > > I'm thinking that it's an XP issue, since Bamboo
> is probably on Ubuntu too.
> 
>
---------------------------------------------------------------------
> 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: [s2] Failed tests: testStreamResultDefault

Posted by Ted Husted <hu...@apache.org>.
It would be nice if the tests would at least fail everywhere :)

On Nov 21, 2007 12:36 PM, Wes Wannemacher <we...@wantii.com> wrote:
> [sorta Friday since in the US, many of us will have the rest of the week off]
>
> Does that mean we can sue SUN for false advertising - Write once, run anywhere
>
> -W
>
> On 11/21/07, Ted Husted <hu...@apache.org> wrote:
> > I'm thinking that it's an XP issue, since Bamboo is probably on Ubuntu too.

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


Re: [s2] Failed tests: testStreamResultDefault

Posted by Wes Wannemacher <we...@wantii.com>.
[sorta Friday since in the US, many of us will have the rest of the week off]

Does that mean we can sue SUN for false advertising - Write once, run anywhere

-W

On 11/21/07, Ted Husted <hu...@apache.org> wrote:
> I'm thinking that it's an XP issue, since Bamboo is probably on Ubuntu too.
>



-- 
Wesley Wannemacher
President, Head Engineer/Consultant
WanTii, Inc.
http://www.wantii.com

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


Re: [s2] Failed tests: testStreamResultDefault

Posted by Ted Husted <hu...@apache.org>.
I'm thinking that it's an XP issue, since Bamboo is probably on Ubuntu too.

On Nov 21, 2007 10:24 AM, Wes Wannemacher <we...@wantii.com> wrote:
> I'm on ubuntu with Java HotSpot(TM) 64-Bit Server VM (build
> 1.6.0_03-b05, mixed mode) and i did a fresh checkout and build. All
> unit tests passed.
>
> -Wes
>
>
> On 11/21/07, Dave Newton <ne...@yahoo.com> wrote:
> > Hmm; I thought I'd been building on my Mac w/ no
> > issues... just tried it under XP/1.5 and it has the
> > same issue, though. Can't check the Mac now.
> >
> > d.
> >
> > --- Ted Husted <hu...@apache.org> wrote:
> >
> > > Nope. I did a clean checkout and a clean Struts 2
> > > repo, but I still
> > > can't build Struts 2 without skipping the tests.
> > >
> > > On Nov 21, 2007 12:58 AM, emartin24
> > > <er...@ericmmartin.com> wrote:
> > > > Ted Husted wrote:
> > > > >
> > > > > With a clean checkout and clean S2 Maven repo,
> > > I'm still failing on
> > > > > mvn clean install -Pall
> > > > >
> > > > > Is it just me? Any suggestions?
> > > > >
> > > > > -Ted.
> > > > >
> > > > > WARNING:  [02:14.937] Could not find property
> > > [#attr.templateDir]
> > > > > Tests run: 13, Failures: 0, Errors: 0, Skipped:
> > > 0, Time elapsed: 1.078 sec
> > > > > Running
> > >
> > org.apache.struts2.dispatcher.mapper.DefaultActionMapperTest
> > > > > Tests run: 39, Failures: 0, Errors: 0, Skipped:
> > > 0, Time elapsed: 1.328 sec
> > > > >
> > > > > Results :
> > > > >
> > > > > Failed tests:
> > > > >
> > >
> > testStreamResultDefault(org.apache.struts2.dispatcher.StreamResultTest)
> > > > >
> > > > > Tests run: 619, Failures: 1, Errors: 0, Skipped:
> > > 0
> > > > >
> > > > > [INFO]
> > > > >
> > >
> > ------------------------------------------------------------------------
> > > > > [ERROR] BUILD FAILURE
> > > > > [INFO]
> > > > >
> > >
> > ------------------------------------------------------------------------
> > > > > [INFO] There are test failures.
> > > > > [INFO]
> > > > >
> > >
> > ------------------------------------------------------------------------
> > > > > [INFO] For more information, run Maven with the
> > > -e switch
> > > > > [INFO]
> > > > >
> > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Total time: 1 minute 41 seconds
> > > > > [INFO] Finished at: Sun Nov 11 05:02:16 EST 2007
> > > > > [INFO] Final Memory: 27M/61M
> > > > > [INFO]
> > > > >
> > >
> > ------------------------------------------------------------------------
> > > > >
> > > > >
> > > >
> > > > I'm trying to do a build from the latest source
> > > and am getting the same
> > > > thing. Did you ever get around this?
> > > >
> > > > Maven 2.0.7, Java 1.6.0_03, Windows Vista
> > >
> > >
> > ---------------------------------------------------------------------
> > > 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
> >
> >
>
>
> --
> Wesley Wannemacher
> President, Head Engineer/Consultant
> WanTii, Inc.
> http://www.wantii.com
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>



-- 
HTH, Ted <http://www.husted.com/ted/blog/>

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


Re: [s2] Failed tests: testStreamResultDefault

Posted by Wes Wannemacher <we...@wantii.com>.
I'm on ubuntu with Java HotSpot(TM) 64-Bit Server VM (build
1.6.0_03-b05, mixed mode) and i did a fresh checkout and build. All
unit tests passed.

-Wes

On 11/21/07, Dave Newton <ne...@yahoo.com> wrote:
> Hmm; I thought I'd been building on my Mac w/ no
> issues... just tried it under XP/1.5 and it has the
> same issue, though. Can't check the Mac now.
>
> d.
>
> --- Ted Husted <hu...@apache.org> wrote:
>
> > Nope. I did a clean checkout and a clean Struts 2
> > repo, but I still
> > can't build Struts 2 without skipping the tests.
> >
> > On Nov 21, 2007 12:58 AM, emartin24
> > <er...@ericmmartin.com> wrote:
> > > Ted Husted wrote:
> > > >
> > > > With a clean checkout and clean S2 Maven repo,
> > I'm still failing on
> > > > mvn clean install -Pall
> > > >
> > > > Is it just me? Any suggestions?
> > > >
> > > > -Ted.
> > > >
> > > > WARNING:  [02:14.937] Could not find property
> > [#attr.templateDir]
> > > > Tests run: 13, Failures: 0, Errors: 0, Skipped:
> > 0, Time elapsed: 1.078 sec
> > > > Running
> >
> org.apache.struts2.dispatcher.mapper.DefaultActionMapperTest
> > > > Tests run: 39, Failures: 0, Errors: 0, Skipped:
> > 0, Time elapsed: 1.328 sec
> > > >
> > > > Results :
> > > >
> > > > Failed tests:
> > > >
> >
> testStreamResultDefault(org.apache.struts2.dispatcher.StreamResultTest)
> > > >
> > > > Tests run: 619, Failures: 1, Errors: 0, Skipped:
> > 0
> > > >
> > > > [INFO]
> > > >
> >
> ------------------------------------------------------------------------
> > > > [ERROR] BUILD FAILURE
> > > > [INFO]
> > > >
> >
> ------------------------------------------------------------------------
> > > > [INFO] There are test failures.
> > > > [INFO]
> > > >
> >
> ------------------------------------------------------------------------
> > > > [INFO] For more information, run Maven with the
> > -e switch
> > > > [INFO]
> > > >
> >
> ------------------------------------------------------------------------
> > > > [INFO] Total time: 1 minute 41 seconds
> > > > [INFO] Finished at: Sun Nov 11 05:02:16 EST 2007
> > > > [INFO] Final Memory: 27M/61M
> > > > [INFO]
> > > >
> >
> ------------------------------------------------------------------------
> > > >
> > > >
> > >
> > > I'm trying to do a build from the latest source
> > and am getting the same
> > > thing. Did you ever get around this?
> > >
> > > Maven 2.0.7, Java 1.6.0_03, Windows Vista
> >
> >
> ---------------------------------------------------------------------
> > 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
>
>


-- 
Wesley Wannemacher
President, Head Engineer/Consultant
WanTii, Inc.
http://www.wantii.com

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


Re: [s2] Failed tests: testStreamResultDefault

Posted by Dave Newton <ne...@yahoo.com>.
Hmm; I thought I'd been building on my Mac w/ no
issues... just tried it under XP/1.5 and it has the
same issue, though. Can't check the Mac now.

d.

--- Ted Husted <hu...@apache.org> wrote:

> Nope. I did a clean checkout and a clean Struts 2
> repo, but I still
> can't build Struts 2 without skipping the tests.
> 
> On Nov 21, 2007 12:58 AM, emartin24
> <er...@ericmmartin.com> wrote:
> > Ted Husted wrote:
> > >
> > > With a clean checkout and clean S2 Maven repo,
> I'm still failing on
> > > mvn clean install -Pall
> > >
> > > Is it just me? Any suggestions?
> > >
> > > -Ted.
> > >
> > > WARNING:  [02:14.937] Could not find property
> [#attr.templateDir]
> > > Tests run: 13, Failures: 0, Errors: 0, Skipped:
> 0, Time elapsed: 1.078 sec
> > > Running
>
org.apache.struts2.dispatcher.mapper.DefaultActionMapperTest
> > > Tests run: 39, Failures: 0, Errors: 0, Skipped:
> 0, Time elapsed: 1.328 sec
> > >
> > > Results :
> > >
> > > Failed tests:
> > >  
>
testStreamResultDefault(org.apache.struts2.dispatcher.StreamResultTest)
> > >
> > > Tests run: 619, Failures: 1, Errors: 0, Skipped:
> 0
> > >
> > > [INFO]
> > >
>
------------------------------------------------------------------------
> > > [ERROR] BUILD FAILURE
> > > [INFO]
> > >
>
------------------------------------------------------------------------
> > > [INFO] There are test failures.
> > > [INFO]
> > >
>
------------------------------------------------------------------------
> > > [INFO] For more information, run Maven with the
> -e switch
> > > [INFO]
> > >
>
------------------------------------------------------------------------
> > > [INFO] Total time: 1 minute 41 seconds
> > > [INFO] Finished at: Sun Nov 11 05:02:16 EST 2007
> > > [INFO] Final Memory: 27M/61M
> > > [INFO]
> > >
>
------------------------------------------------------------------------
> > >
> > >
> >
> > I'm trying to do a build from the latest source
> and am getting the same
> > thing. Did you ever get around this?
> >
> > Maven 2.0.7, Java 1.6.0_03, Windows Vista
> 
>
---------------------------------------------------------------------
> 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: [s2] Failed tests: testStreamResultDefault

Posted by Ted Husted <hu...@apache.org>.
Nope. I did a clean checkout and a clean Struts 2 repo, but I still
can't build Struts 2 without skipping the tests.

On Nov 21, 2007 12:58 AM, emartin24 <er...@ericmmartin.com> wrote:
> Ted Husted wrote:
> >
> > With a clean checkout and clean S2 Maven repo, I'm still failing on
> > mvn clean install -Pall
> >
> > Is it just me? Any suggestions?
> >
> > -Ted.
> >
> > WARNING:  [02:14.937] Could not find property [#attr.templateDir]
> > Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.078 sec
> > Running org.apache.struts2.dispatcher.mapper.DefaultActionMapperTest
> > Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.328 sec
> >
> > Results :
> >
> > Failed tests:
> >   testStreamResultDefault(org.apache.struts2.dispatcher.StreamResultTest)
> >
> > Tests run: 619, Failures: 1, Errors: 0, Skipped: 0
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] There are test failures.
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] For more information, run Maven with the -e switch
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 1 minute 41 seconds
> > [INFO] Finished at: Sun Nov 11 05:02:16 EST 2007
> > [INFO] Final Memory: 27M/61M
> > [INFO]
> > ------------------------------------------------------------------------
> >
> >
>
> I'm trying to do a build from the latest source and am getting the same
> thing. Did you ever get around this?
>
> Maven 2.0.7, Java 1.6.0_03, Windows Vista

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


Re: [s2] Failed tests: testStreamResultDefault

Posted by emartin24 <er...@ericmmartin.com>.


Ted Husted wrote:
> 
> With a clean checkout and clean S2 Maven repo, I'm still failing on
> mvn clean install -Pall
> 
> Is it just me? Any suggestions?
> 
> -Ted.
> 
> WARNING:  [02:14.937] Could not find property [#attr.templateDir]
> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.078 sec
> Running org.apache.struts2.dispatcher.mapper.DefaultActionMapperTest
> Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.328 sec
> 
> Results :
> 
> Failed tests:
>   testStreamResultDefault(org.apache.struts2.dispatcher.StreamResultTest)
> 
> Tests run: 619, Failures: 1, Errors: 0, Skipped: 0
> 
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] There are test failures.
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 1 minute 41 seconds
> [INFO] Finished at: Sun Nov 11 05:02:16 EST 2007
> [INFO] Final Memory: 27M/61M
> [INFO]
> ------------------------------------------------------------------------
> 
> 

I'm trying to do a build from the latest source and am getting the same
thing. Did you ever get around this?

Maven 2.0.7, Java 1.6.0_03, Windows Vista

-- 
View this message in context: http://www.nabble.com/-s2--Failed-tests%3A-testStreamResultDefault-tf4785398.html#a13871509
Sent from the Struts - Dev mailing list archive at Nabble.com.


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