You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Andreas Joseph Krogh <an...@officenet.no> on 2008/12/11 22:15:38 UTC

Build-failure on svn rev-725814

Struts2 trunk has been failing all day with:

[INFO] Building Struts 2 Core
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [dependency:unpack {execution: unpack-xwork}]
[INFO] Configured Artifact: com.opensymphony:xwork:sources:2.1.2-SNAPSHOT:jar
[INFO] xwork-2.1.2-SNAPSHOT-sources.jar already unpacked.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 188 resources
[INFO] [compiler:compile]
[INFO] Compiling 184 source files to /home/andreak/dev/struts2/trunk/core/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/home/andreak/dev/struts2/trunk/core/src/main/java/org/apache/struts2/components/Property.java:[164,27] cannot find symbol
symbol  : method escapeJavaScript(java.lang.String)
location: class com.opensymphony.xwork2.util.TextUtils

Is anyone looking into this?

-- 
Andreas Joseph Krogh <an...@officenet.no>
Senior Software Developer / CEO
------------------------+---------------------------------------------+
OfficeNet AS            | The most difficult thing in the world is to |
Karenslyst Allé 11      | know how to do a thing and to watch         |
PO. Box 529 Skøyen      | somebody else doing it wrong, without       |
0214 Oslo               | comment.                                    |
NORWAY                  |                                             |
Tlf:    +47 24 15 38 90 |                                             |
Fax:    +47 24 15 38 91 |                                             |
Mobile: +47 909  56 963 |                                             |
------------------------+---------------------------------------------+

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


Re: Build-failure on svn rev-725814

Posted by Dave Newton <ne...@yahoo.com>.
I built mine locally the first time I saw this a week or so ago; not sure if it was published or not (although I thought I also built it on a machine that I don't have the XWork source on, but could be remembering that incorrectly).

To the OP: if you're building S2 from source you have to be willing to also build XWork from source.

Dave

--- On Thu, 12/11/08, Musachy Barroso <mu...@gmail.com> wrote:
> That was a new method added to xwork, aren't xwork
> snapshots published? i think someone mentioned this already.
> 
> On Thu, Dec 11, 2008 at 4:15 PM, Andreas Joseph Krogh
> <an...@officenet.no> wrote:
> > Struts2 trunk has been failing all day with:
> >
> > [INFO] Building Struts 2 Core
> > [INFO]    task-segment: [install]
> > [INFO]
> ------------------------------------------------------------------------
> > [INFO] [dependency:unpack {execution: unpack-xwork}]
> > [INFO] Configured Artifact:
> com.opensymphony:xwork:sources:2.1.2-SNAPSHOT:jar
> > [INFO] xwork-2.1.2-SNAPSHOT-sources.jar already
> unpacked.
> > [INFO] [resources:resources]
> > [WARNING] Using platform encoding (UTF-8 actually) to
> copy filtered resources, i.e. build is platform dependent!
> > [INFO] Copying 188 resources
> > [INFO] [compiler:compile]
> > [INFO] Compiling 184 source files to
> /home/andreak/dev/struts2/trunk/core/target/classes
> > [INFO]
> ------------------------------------------------------------------------
> > [ERROR] BUILD FAILURE
> > [INFO]
> ------------------------------------------------------------------------
> > [INFO] Compilation failure
> >
> /home/andreak/dev/struts2/trunk/core/src/main/java/org/apache/struts2/components/Property.java:[164,27]
> cannot find symbol
> > symbol  : method escapeJavaScript(java.lang.String)
> > location: class com.opensymphony.xwork2.util.TextUtils
> >
> > Is anyone looking into this?
> >
> > --
> > Andreas Joseph Krogh <an...@officenet.no>
> > Senior Software Developer / CEO
> >
> ------------------------+---------------------------------------------+
> > OfficeNet AS            | The most difficult thing in
> the world is to |
> > Karenslyst Allé 11      | know how to do a thing and
> to watch         |
> > PO. Box 529 Skøyen      | somebody else doing it
> wrong, without       |
> > 0214 Oslo               | comment.                    
>                |
> > NORWAY                  |                             
>                |
> > Tlf:    +47 24 15 38 90 |                             
>                |
> > Fax:    +47 24 15 38 91 |                             
>                |
> > Mobile: +47 909  56 963 |                             
>                |
> >
> ------------------------+---------------------------------------------+
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> dev-unsubscribe@struts.apache.org
> > For additional commands, e-mail:
> dev-help@struts.apache.org
> >
> >
> 
> 
> 
> -- 
> "Hey you! Would you help me to carry the stone?"
> Pink Floyd
> 
> ---------------------------------------------------------------------
> 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-failure on svn rev-725814

Posted by Musachy Barroso <mu...@gmail.com>.
That was a new method added to xwork, aren't xwork snapshots
published? i think someone mentioned this already.

musachy

On Thu, Dec 11, 2008 at 4:15 PM, Andreas Joseph Krogh
<an...@officenet.no> wrote:
> Struts2 trunk has been failing all day with:
>
> [INFO] Building Struts 2 Core
> [INFO]    task-segment: [install]
> [INFO] ------------------------------------------------------------------------
> [INFO] [dependency:unpack {execution: unpack-xwork}]
> [INFO] Configured Artifact: com.opensymphony:xwork:sources:2.1.2-SNAPSHOT:jar
> [INFO] xwork-2.1.2-SNAPSHOT-sources.jar already unpacked.
> [INFO] [resources:resources]
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 188 resources
> [INFO] [compiler:compile]
> [INFO] Compiling 184 source files to /home/andreak/dev/struts2/trunk/core/target/classes
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Compilation failure
> /home/andreak/dev/struts2/trunk/core/src/main/java/org/apache/struts2/components/Property.java:[164,27] cannot find symbol
> symbol  : method escapeJavaScript(java.lang.String)
> location: class com.opensymphony.xwork2.util.TextUtils
>
> Is anyone looking into this?
>
> --
> Andreas Joseph Krogh <an...@officenet.no>
> Senior Software Developer / CEO
> ------------------------+---------------------------------------------+
> OfficeNet AS            | The most difficult thing in the world is to |
> Karenslyst Allé 11      | know how to do a thing and to watch         |
> PO. Box 529 Skøyen      | somebody else doing it wrong, without       |
> 0214 Oslo               | comment.                                    |
> NORWAY                  |                                             |
> Tlf:    +47 24 15 38 90 |                                             |
> Fax:    +47 24 15 38 91 |                                             |
> Mobile: +47 909  56 963 |                                             |
> ------------------------+---------------------------------------------+
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>



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

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