Re: [s2] Build is still broken (was Struts 2.0.7 Status)

2007-03-12 Thread Ted Husted

Hey, thanks for the heads up!

As it stands now, we can resolve the dependency issues locally by
first building the "missing" snapshot dependencies. I'll try to post
the snapshots later to make Bamboo happy.

-Ted.

On 3/12/07, Mark Chaimungkalanont <[EMAIL PROTECTED]> wrote:

Folks,

A bit of a note on build failures on Bamboo. As it stands the Error
Summary section shows all messages sent to system error, so if the
*actual* error of a build is sent to system out, it would be included
in the summary. This seems to be the case with the compilation plugin
in Maven 2, so I've raised an issue for this at:

http://jira.atlassian.com/browse/BAM-1010

For now though, we you see a build failure with no test failures,
it's probably best to look at the "Logs" tab of each build failure to
see exactly what's gone wrong. For Struts, it seems that build has
been failing since STRUTS-MAIN-186, about 2 weeks ago (the mail
notifications weren't coming through until quite recently). From the
logs, the error was:

From: http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-186 -
Updated by apetrelli

[INFO] Compilation failure

/home/ j2ee/​xml-data/​build-dir/​STRUTS-MAIN/​plugins/
tiles/​src/​main/​ java/​org/​apache/​struts2/​views/
tiles/​TilesResult.java:[104,17] cannot find symbol
symbol  : method render
(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.ht
tp.HttpServletResponse)
location: interface org.apache.tiles.TilesContainer

/home/ j2ee/​xml-data/​build-dir/​STRUTS-MAIN/​plugins/
tiles/​src/​main/​ java/​org/​apache/​struts2/​tiles/
StrutsTilesContainerFactory.java:[85,4]
org.apache.struts2.tiles.StrutsTilesContainerFactory.StrutsTilesContextF
actory is not abstract and does not override abstract method
createRequestContext
(org.apache.tiles.TilesApplicationContext,java.lang.Object,java.lang.Obj
ect) in org.apache.tiles.context.TilesContextFactory

/home/ j2ee/​xml-data/​build-dir/​STRUTS-MAIN/​plugins/
tiles/​src/​main/​ java/​org/​apache/​struts2/​tiles/
StrutsTilesContainerFactory.java:[102,49] cannot find symbol
symbol  : method createRequestContext
(org.apache.tiles.TilesApplicationContext,java.lang.Object[])
location: interface org.apache.tiles.context.TilesContextFactory


This error persisted until STRUTS-MAIN-209, where it became a
dependency issue.

From: http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-209 -
Updated Rene Gielen

[INFO] Failed to resolve artifact.

Missing:
--
1) org.apache.struts:struts-annotations:jar:1.0.2-SNAPSHOT

   Try downloading the file manually from the project website.

   Then, install it using the command:
   mvn install:install-file -DgroupId=org.apache.struts -
DartifactId=struts-annotations \
   -Dversion=1.0.2-SNAPSHOT -Dpackaging=jar -Dfile=/path/
to/​file

   Path to dependency:
   1) org.apache.struts:struts2-dojo-plugin:jar:2.1.0-SNAPSHOT
   2) org.apache.struts:struts-annotations:jar:1.0.2-SNAPSHOT

--
1 required artifact is missing.

for artifact:
   org.apache.struts:struts2-dojo-plugin:jar:2.1.0-SNAPSHOT

from the specified remote repositories:
   Maven Snapshots (http://snapshots.maven.codehaus.org/​maven2/​),
   central (http://repo1.maven.org/​maven2),
   opensymphony (http://maven.opensymphony.com),
   apache.snapshots (http://people.apache.org/​repo/​m2-snapshot-
repository),
   snapshots-maven-codehaus (http://snapshots.maven.codehaus.org/
maven2)

Finally in http://opensource.bamboo.atlassian.com/browse/STRUTS-
MAIN-213, we have some test failures, seemingly caused by:

java.lang.NullPointerException
at com.opensymphony.xwork2.ActionSupport.getText(ActionSupport.java:99)
...

I'm no really across the code in the Struts project, so I'm probably
not much help in actually fixing the build, but can definitely help
out from the Bamboo side of things. I'd probably suggest the unit
tests get fixed first and then the dependency and Tiles compilation
problem can be attacked.

Cheers,

Mark C


On 11/03/2007, at 5:08 AM, Rene Gielen wrote:

> Musachy,
>
> since the said patch was done to TextUtil, bamboo isn't any longer
> complaining about weird characters. The last build complaining is
> http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-203
>
> Since
> http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-204 the
> only complaints left, afaics, are about the severe error output
> regarding spring initialization. I'm not sure if this is an output
> generated by tests or from integration, since it looks like web app
> initialization phase.
>
> Regards,
> Rene
>
> Musachy Barroso schrieb:
>> I see that Rene removed the weird characters, but it is still
>> complaining.
>> musachy
>> On 3/10/07, Martin Cooper <[EMAIL PROTECTED]> wrote:
>>>
>>> On 3/10/07, Musachy Barroso <[EMAIL PROTECTED]> wrote:
>>> >
>>> > It doesn't seem to like the characters in TextUtil.java:
>>>
>>>
>>> Yeah, there was definitely garbage in there. But we also seem to
>>> have an
>>> empty commen

Re: [s2] Build is still broken (was Struts 2.0.7 Status)

2007-03-12 Thread Mark Chaimungkalanont

Folks,

A bit of a note on build failures on Bamboo. As it stands the Error  
Summary section shows all messages sent to system error, so if the  
*actual* error of a build is sent to system out, it would be included  
in the summary. This seems to be the case with the compilation plugin  
in Maven 2, so I've raised an issue for this at:


http://jira.atlassian.com/browse/BAM-1010

For now though, we you see a build failure with no test failures,  
it's probably best to look at the "Logs" tab of each build failure to  
see exactly what's gone wrong. For Struts, it seems that build has  
been failing since STRUTS-MAIN-186, about 2 weeks ago (the mail  
notifications weren't coming through until quite recently). From the  
logs, the error was:


From: http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-186 -  
Updated by apetrelli


[INFO] Compilation failure

/home/ ​j2ee/​xml-data/​build-dir/​STRUTS-MAIN/​plugins/​ 
tiles/​src/​main/​ java/​org/​apache/​struts2/​views/​ 
tiles/​TilesResult.java:[104,17] cannot find symbol
symbol  : method render 
(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.ht 
tp.HttpServletResponse)

location: interface org.apache.tiles.TilesContainer

/home/ ​j2ee/​xml-data/​build-dir/​STRUTS-MAIN/​plugins/​ 
tiles/​src/​main/​ java/​org/​apache/​struts2/​tiles/​  
StrutsTilesContainerFactory.java:[85,4]  
org.apache.struts2.tiles.StrutsTilesContainerFactory.StrutsTilesContextF 
actory is not abstract and does not override abstract method  
createRequestContext 
(org.apache.tiles.TilesApplicationContext,java.lang.Object,java.lang.Obj 
ect) in org.apache.tiles.context.TilesContextFactory


/home/ ​j2ee/​xml-data/​build-dir/​STRUTS-MAIN/​plugins/​ 
tiles/​src/​main/​ java/​org/​apache/​struts2/​tiles/​  
StrutsTilesContainerFactory.java:[102,49] cannot find symbol
symbol  : method createRequestContext 
(org.apache.tiles.TilesApplicationContext,java.lang.Object[])

location: interface org.apache.tiles.context.TilesContextFactory


This error persisted until STRUTS-MAIN-209, where it became a  
dependency issue.


From: http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-209 -  
Updated Rene Gielen


[INFO] Failed to resolve artifact.

Missing:
--
1) org.apache.struts:struts-annotations:jar:1.0.2-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.apache.struts - 
DartifactId=struts-annotations \
  -Dversion=1.0.2-SNAPSHOT -Dpackaging=jar -Dfile=/path/​ 
to/​file


  Path to dependency:
  1) org.apache.struts:struts2-dojo-plugin:jar:2.1.0-SNAPSHOT
  2) org.apache.struts:struts-annotations:jar:1.0.2-SNAPSHOT

--
1 required artifact is missing.

for artifact:
  org.apache.struts:struts2-dojo-plugin:jar:2.1.0-SNAPSHOT

from the specified remote repositories:
  Maven Snapshots (http://snapshots.maven.codehaus.org/​maven2/​),
  central (http://repo1.maven.org/​maven2),
  opensymphony (http://maven.opensymphony.com),
  apache.snapshots (http://people.apache.org/​repo/​m2-snapshot- 
repository),
  snapshots-maven-codehaus (http://snapshots.maven.codehaus.org/​ 
maven2)


Finally in http://opensource.bamboo.atlassian.com/browse/STRUTS- 
MAIN-213, we have some test failures, seemingly caused by:


java.lang.NullPointerException
at com.opensymphony.xwork2.ActionSupport.getText(ActionSupport.java:99)
...

I'm no really across the code in the Struts project, so I'm probably  
not much help in actually fixing the build, but can definitely help  
out from the Bamboo side of things. I'd probably suggest the unit  
tests get fixed first and then the dependency and Tiles compilation  
problem can be attacked.


Cheers,

Mark C


On 11/03/2007, at 5:08 AM, Rene Gielen wrote:


Musachy,

since the said patch was done to TextUtil, bamboo isn't any longer  
complaining about weird characters. The last build complaining is

http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-203

Since
http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-204 the  
only complaints left, afaics, are about the severe error output  
regarding spring initialization. I'm not sure if this is an output  
generated by tests or from integration, since it looks like web app  
initialization phase.


Regards,
Rene

Musachy Barroso schrieb:
I see that Rene removed the weird characters, but it is still  
complaining.

musachy
On 3/10/07, Martin Cooper <[EMAIL PROTECTED]> wrote:


On 3/10/07, Musachy Barroso <[EMAIL PROTECTED]> wrote:
>
> It doesn't seem to like the characters in TextUtil.java:


Yeah, there was definitely garbage in there. But we also seem to  
have an
empty comment at the end of each line of that method, which is,  
um, a

little
peculiar. ;-)

--
Martin Cooper


/home/​j2ee/​xml-data/​build-dir/​STRUTS-MAIN/​core/​ 
src/​main/​java/
> org/​apache/​struts2/​views/​util/​TextUtil.java:162:  
warning:

unmappable
> character for 

Re: [s2] Build is still broken (was Struts 2.0.7 Status)

2007-03-11 Thread Rene Gielen

Musachy,

since the said patch was done to TextUtil, bamboo isn't any longer 
complaining about weird characters. The last build complaining is

http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-203

Since
http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-204 the only 
complaints left, afaics, are about the severe error output regarding 
spring initialization. I'm not sure if this is an output generated by 
tests or from integration, since it looks like web app initialization phase.


Regards,
Rene

Musachy Barroso schrieb:

I see that Rene removed the weird characters, but it is still complaining.

musachy

On 3/10/07, Martin Cooper <[EMAIL PROTECTED]> wrote:


On 3/10/07, Musachy Barroso <[EMAIL PROTECTED]> wrote:
>
> It doesn't seem to like the characters in TextUtil.java:


Yeah, there was definitely garbage in there. But we also seem to have an
empty comment at the end of each line of that method, which is, um, a
little
peculiar. ;-)

--
Martin Cooper


/home/​j2ee/​xml-data/​build-dir/​STRUTS-MAIN/​core/​src/​main/​java/
> org/​apache/​struts2/​views/​util/​TextUtil.java:162: warning:
unmappable
> character for encoding ASCII
> addMapping(0xa9, "©", strings); // ???
> ^
> /home/​j2ee/​xml-data/​build-dir/​STRUTS-MAIN/​core/​src/​main/​java/
> org/​apache/​struts2/​views/​util/​TextUtil.java:162: warning:
unmappable
> character for encoding ASCII
> addMapping(0xa9, "©", strings); // ???
>
> ...
>
> musachy
>
> On 3/9/07, James Mitchell <[EMAIL PROTECTED]> wrote:
> >
> > I'm seeing the same thing.
> >
> >
> > --
> > James Mitchell
> >
> >
> >
> >
> > On Mar 9, 2007, at 5:40 PM, Rene Gielen wrote:
> >
> > > Ted,
> > >
> > > the broken build is quite strange, since no tests are failing and
> > > everything runs fine locally. Just bamboo is still complaining...
> > >
> > > BTW, maybe you could verify a problem I am facing since yesterday:
> > > I did a clean build for trunk, with a new tiles snapshot being
> > > fetched. Since then, tiles plugin build is broken...
> > >
> > > - Rene
> > >
> > > Ted Husted schrieb:
> > >> I know some people have been working on fixing the problems, but
the
> > >> build is still broken.
> > >> I'm still very heads-down on YUI, and it's hard for me to shift
> > >> gears right now.
> > >> If anyone has some time to try and sort out why the distribution
> > >> isn't
> > >> building, that would be great. Otherwise, we may have to postpone
the
> > >> 2.0.7 release again.
> > >> -Ted.
> > >>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [s2] Build is still broken (was Struts 2.0.7 Status)

2007-03-10 Thread Musachy Barroso

I see that Rene removed the weird characters, but it is still complaining.

musachy

On 3/10/07, Martin Cooper <[EMAIL PROTECTED]> wrote:


On 3/10/07, Musachy Barroso <[EMAIL PROTECTED]> wrote:
>
> It doesn't seem to like the characters in TextUtil.java:


Yeah, there was definitely garbage in there. But we also seem to have an
empty comment at the end of each line of that method, which is, um, a
little
peculiar. ;-)

--
Martin Cooper


/home/​j2ee/​xml-data/​build-dir/​STRUTS-MAIN/​core/​src/​main/​java/
> org/​apache/​struts2/​views/​util/​TextUtil.java:162: warning:
unmappable
> character for encoding ASCII
> addMapping(0xa9, "©", strings); // ???
> ^
> /home/​j2ee/​xml-data/​build-dir/​STRUTS-MAIN/​core/​src/​main/​java/
> org/​apache/​struts2/​views/​util/​TextUtil.java:162: warning:
unmappable
> character for encoding ASCII
> addMapping(0xa9, "©", strings); // ???
>
> ...
>
> musachy
>
> On 3/9/07, James Mitchell <[EMAIL PROTECTED]> wrote:
> >
> > I'm seeing the same thing.
> >
> >
> > --
> > James Mitchell
> >
> >
> >
> >
> > On Mar 9, 2007, at 5:40 PM, Rene Gielen wrote:
> >
> > > Ted,
> > >
> > > the broken build is quite strange, since no tests are failing and
> > > everything runs fine locally. Just bamboo is still complaining...
> > >
> > > BTW, maybe you could verify a problem I am facing since yesterday:
> > > I did a clean build for trunk, with a new tiles snapshot being
> > > fetched. Since then, tiles plugin build is broken...
> > >
> > > - Rene
> > >
> > > Ted Husted schrieb:
> > >> I know some people have been working on fixing the problems, but
the
> > >> build is still broken.
> > >> I'm still very heads-down on YUI, and it's hard for me to shift
> > >> gears right now.
> > >> If anyone has some time to try and sort out why the distribution
> > >> isn't
> > >> building, that would be great. Otherwise, we may have to postpone
the
> > >> 2.0.7 release again.
> > >> -Ted.
> > >>
-
> > >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> > >> For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> > > --
> > > Rene Gielen  | http://it-neering.net/
> > > Aachen   | PGP-ID: BECB785A
> > > Germany  | gielen at it-neering.net
> > >
> > >
-
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> "Hey you! Would you help me to carry the stone?" Pink Floyd
>





--
"Hey you! Would you help me to carry the stone?" Pink Floyd


Re: [s2] Build is still broken (was Struts 2.0.7 Status)

2007-03-10 Thread Martin Cooper

On 3/10/07, Musachy Barroso <[EMAIL PROTECTED]> wrote:


It doesn't seem to like the characters in TextUtil.java:



Yeah, there was definitely garbage in there. But we also seem to have an
empty comment at the end of each line of that method, which is, um, a little
peculiar. ;-)

--
Martin Cooper


/home/​j2ee/​xml-data/​build-dir/​STRUTS-MAIN/​core/​src/​main/​java/

org/​apache/​struts2/​views/​util/​TextUtil.java:162: warning: unmappable
character for encoding ASCII
addMapping(0xa9, "©", strings); // ???
^
/home/​j2ee/​xml-data/​build-dir/​STRUTS-MAIN/​core/​src/​main/​java/
org/​apache/​struts2/​views/​util/​TextUtil.java:162: warning: unmappable
character for encoding ASCII
addMapping(0xa9, "©", strings); // ???

...

musachy

On 3/9/07, James Mitchell <[EMAIL PROTECTED]> wrote:
>
> I'm seeing the same thing.
>
>
> --
> James Mitchell
>
>
>
>
> On Mar 9, 2007, at 5:40 PM, Rene Gielen wrote:
>
> > Ted,
> >
> > the broken build is quite strange, since no tests are failing and
> > everything runs fine locally. Just bamboo is still complaining...
> >
> > BTW, maybe you could verify a problem I am facing since yesterday:
> > I did a clean build for trunk, with a new tiles snapshot being
> > fetched. Since then, tiles plugin build is broken...
> >
> > - Rene
> >
> > Ted Husted schrieb:
> >> I know some people have been working on fixing the problems, but the
> >> build is still broken.
> >> I'm still very heads-down on YUI, and it's hard for me to shift
> >> gears right now.
> >> If anyone has some time to try and sort out why the distribution
> >> isn't
> >> building, that would be great. Otherwise, we may have to postpone the
> >> 2.0.7 release again.
> >> -Ted.
> >> -
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> > --
> > Rene Gielen  | http://it-neering.net/
> > Aachen   | PGP-ID: BECB785A
> > Germany  | gielen at it-neering.net
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
"Hey you! Would you help me to carry the stone?" Pink Floyd



Re: [s2] Build is still broken (was Struts 2.0.7 Status)

2007-03-10 Thread Musachy Barroso

It doesn't seem to like the characters in TextUtil.java:

/home/​j2ee/​xml-data/​build-dir/​STRUTS-MAIN/​core/​src/​main/​java/
org/​apache/​struts2/​views/​util/​TextUtil.java:162: warning: unmappable
character for encoding ASCII
   addMapping(0xa9, "©", strings); // ???
   ^
/home/​j2ee/​xml-data/​build-dir/​STRUTS-MAIN/​core/​src/​main/​java/
org/​apache/​struts2/​views/​util/​TextUtil.java:162: warning: unmappable
character for encoding ASCII
   addMapping(0xa9, "©", strings); // ???

...

musachy

On 3/9/07, James Mitchell <[EMAIL PROTECTED]> wrote:


I'm seeing the same thing.


--
James Mitchell




On Mar 9, 2007, at 5:40 PM, Rene Gielen wrote:

> Ted,
>
> the broken build is quite strange, since no tests are failing and
> everything runs fine locally. Just bamboo is still complaining...
>
> BTW, maybe you could verify a problem I am facing since yesterday:
> I did a clean build for trunk, with a new tiles snapshot being
> fetched. Since then, tiles plugin build is broken...
>
> - Rene
>
> Ted Husted schrieb:
>> I know some people have been working on fixing the problems, but the
>> build is still broken.
>> I'm still very heads-down on YUI, and it's hard for me to shift
>> gears right now.
>> If anyone has some time to try and sort out why the distribution
>> isn't
>> building, that would be great. Otherwise, we may have to postpone the
>> 2.0.7 release again.
>> -Ted.
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> --
> Rene Gielen  | http://it-neering.net/
> Aachen   | PGP-ID: BECB785A
> Germany  | gielen at it-neering.net
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
"Hey you! Would you help me to carry the stone?" Pink Floyd


Re: [s2] Build is still broken (was Struts 2.0.7 Status)

2007-03-09 Thread James Mitchell

I'm seeing the same thing.


--
James Mitchell




On Mar 9, 2007, at 5:40 PM, Rene Gielen wrote:


Ted,

the broken build is quite strange, since no tests are failing and  
everything runs fine locally. Just bamboo is still complaining...


BTW, maybe you could verify a problem I am facing since yesterday:  
I did a clean build for trunk, with a new tiles snapshot being  
fetched. Since then, tiles plugin build is broken...


- Rene

Ted Husted schrieb:

I know some people have been working on fixing the problems, but the
build is still broken.
I'm still very heads-down on YUI, and it's hard for me to shift  
gears right now.
If anyone has some time to try and sort out why the distribution  
isn't

building, that would be great. Otherwise, we may have to postpone the
2.0.7 release again.
-Ted.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Rene Gielen  | http://it-neering.net/
Aachen   | PGP-ID: BECB785A
Germany  | gielen at it-neering.net

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [s2] Build is still broken (was Struts 2.0.7 Status)

2007-03-09 Thread Philip Luppens

There is one error reported (a missing spring plugin or something ..).

Phil

On 3/9/07, Rene Gielen <[EMAIL PROTECTED]> wrote:

Ted,

the broken build is quite strange, since no tests are failing and
everything runs fine locally. Just bamboo is still complaining...

BTW, maybe you could verify a problem I am facing since yesterday: I did
a clean build for trunk, with a new tiles snapshot being fetched. Since
then, tiles plugin build is broken...

- Rene

Ted Husted schrieb:
> I know some people have been working on fixing the problems, but the
> build is still broken.
>
> I'm still very heads-down on YUI, and it's hard for me to shift gears
> right now.
>
> If anyone has some time to try and sort out why the distribution isn't
> building, that would be great. Otherwise, we may have to postpone the
> 2.0.7 release again.
>
> -Ted.
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


--
Rene Gielen  | http://it-neering.net/
Aachen   | PGP-ID: BECB785A
Germany  | gielen at it-neering.net

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
iDTV System Engineer
"Always code as if the guy who ends up maintaining your code will be a
violent psychopath who knows where you live." - John F. Woods

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [s2] Build is still broken (was Struts 2.0.7 Status)

2007-03-09 Thread Rene Gielen

Ted,

the broken build is quite strange, since no tests are failing and 
everything runs fine locally. Just bamboo is still complaining...


BTW, maybe you could verify a problem I am facing since yesterday: I did 
a clean build for trunk, with a new tiles snapshot being fetched. Since 
then, tiles plugin build is broken...


- Rene

Ted Husted schrieb:

I know some people have been working on fixing the problems, but the
build is still broken.

I'm still very heads-down on YUI, and it's hard for me to shift gears 
right now.


If anyone has some time to try and sort out why the distribution isn't
building, that would be great. Otherwise, we may have to postpone the
2.0.7 release again.

-Ted.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Rene Gielen  | http://it-neering.net/
Aachen   | PGP-ID: BECB785A
Germany  | gielen at it-neering.net

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[s2] Build is still broken (was Struts 2.0.7 Status)

2007-03-09 Thread Ted Husted

I know some people have been working on fixing the problems, but the
build is still broken.

I'm still very heads-down on YUI, and it's hard for me to shift gears right now.

If anyone has some time to try and sort out why the distribution isn't
building, that would be great. Otherwise, we may have to postpone the
2.0.7 release again.

-Ted.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]