It's not me :)

It's gump. The messages appear to come from me because I'm the "nag target" - my name will be recognized when stuff like this comes in from them.

What this means if you are right is that Struts broke an interface on a non-major version change (1.1 -> 1.2) and gump found it. It's up to us to work with Struts community to show them that what they are doing is harmful to client projects, and work out a compromise. Do you want to look into that?

It turns out the other nag message, re failing the testbed is due to the recent license change - the texen test generates code using the old license, and the files used for comparison were updated to new license. I'm fixing now.

geir


On Mar 11, 2004, at 7:37 AM, Marinó A. Jónsson wrote:


You are using the wrong version of Struts. The Velocity Tools require
Struts v1.1 - AFAICS you are using the Struts CVS HEAD :) Velocity Tools
v1.2 will support Struts v1.2.


cheers,
Marinó

-----Original Message-----
From: Geir Magnusson Jr [mailto:[EMAIL PROTECTED]
Sent: 11. mars 2004 11:54
To: Velocity Developers List
Subject: Re: [EMAIL PROTECTED]:
jakarta-velocity-tools/jakarta-velocity-tools failed


Nathan - what's up with this?


On Mar 11, 2004, at 1:04 AM, Geir Magnusson Jr. wrote:

To whom it may engage...

This is an automated request, but not an unsolicited one. For help
understanding the request please visit
http://gump.apache.org/nagged.html,
and/or contact [EMAIL PROTECTED]

Project jakarta-velocity-tools has an issue affecting it's community
integration, and has been outstanding for 7 runs. The
current state is
'Failed', for reason 'Build Failed'

Full details are available at:
http://lsd.student.utwente.nl/gump/jakarta-velocity-tools/jakarta-
velocity-tools.html, however some snippets follow:

- - - - - -- -- ------------------------------------ G U M P

Gump provided these annotations:

 - Info - Sole jar
[/data3/gump/jakarta-velocity-tools/velocity-tools-20040311.jar]
identifier set to project name
 - Error - Failed with reason build failed


- - - - - -- -- ------------------------------------ G U M P Gump performed this work:

Work Name:
build_jakarta-velocity-tools_jakarta-velocity-tools (Type:
Build)
State: Failed
Elapsed: 0 hours, 0 minutes, 8 seconds
Command Line: java -Djava.awt.headless=true -Dbuild.clonevm=true

-Xbootclasspath/p:/data3/gump/xml-xerces2/java/build/xercesImpl.jar:/
data3/gump/xml-xerces2/java/build/xmlParserAPIs.jar
org.apache.tools.ant.Main -debug
-Dgump.merge=/data3/gump/gump-install/work/merge.xml
-Dbuild.sysclasspath=only -Dproject.version=20040311 all
[Working Directory: /data3/gump/jakarta-velocity-tools]
---------------------------------------------
    [javac]         return
(ActionForwards)app.getAttribute(Globals.FORWARDS_KEY);
    [javac]                 ^
    [javac]

/data3/gump/jakarta-velocity-tools/src/java/org/apache/velocit
y/tools/
struts/StrutsUtils.java:131: cannot resolve symbol
    [javac] symbol  : variable FORWARDS_KEY
    [javac] location: class org.apache.struts.Globals
    [javac]         return
(ActionForwards)app.getAttribute(Globals.FORWARDS_KEY);
    [javac]                                                        ^
    [javac]

/data3/gump/jakarta-velocity-tools/src/java/org/apache/velocit
y/tools/
struts/StrutsUtils.java:146: cannot resolve symbol
    [javac] symbol  : class ActionForwards
    [javac] location: class
org.apache.velocity.tools.struts.StrutsUtils
    [javac]         ActionForwards forwards =
getActionForwards(app);
    [javac]         ^
    [javac]

/data3/gump/jakarta-velocity-tools/src/java/org/apache/velocit
y/tools/
struts/StrutsUtils.java:164: cannot resolve symbol
    [javac] symbol  : class ActionMappings
    [javac] location: class
org.apache.velocity.tools.struts.StrutsUtils
    [javac]         return
(ActionMappings)app.getAttribute(Globals.MAPPINGS_KEY);
    [javac]                 ^
    [javac]

/data3/gump/jakarta-velocity-tools/src/java/org/apache/velocit
y/tools/
struts/StrutsUtils.java:164: cannot resolve symbol
    [javac] symbol  : variable MAPPINGS_KEY
    [javac] location: class org.apache.struts.Globals
    [javac]         return
(ActionMappings)app.getAttribute(Globals.MAPPINGS_KEY);
    [javac]                                                        ^
    [javac]

/data3/gump/jakarta-velocity-tools/src/java/org/apache/velocit
y/tools/
struts/StrutsUtils.java:179: cannot resolve symbol
    [javac] symbol  : class ActionMappings
    [javac] location: class
org.apache.velocity.tools.struts.StrutsUtils
    [javac]         ActionMappings mappings =
getActionMappings(app);
    [javac]         ^
    [javac]

/data3/gump/jakarta-velocity-tools/src/java/org/apache/velocit
y/tools/
struts/StrutsUtils.java:578:

forwardURL(javax.servlet.http.HttpServletRequest,org.apache.st
ruts.conf
ig.ForwardConfig,org.apache.struts.config.ModuleConfig) in
org.apache.struts.util.RequestUtils cannot be applied to

(javax.servlet.http.HttpServletRequest,org.apache.struts.confi
g.Forward
Config)
    [javac]
url.append(RequestUtils.forwardURL(request,
fc));
    [javac]                                    ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
    [javac] 29 errors

BUILD FAILED
/data3/gump/jakarta-velocity-tools/build.xml:155: Compile
failed; see
the compiler error output for details.
        at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:938)
        at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:758)
        at
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:268)
        at org.apache.tools.ant.Task.perform(Task.java:363)
        at org.apache.tools.ant.Target.execute(Target.java:300)
        at org.apache.tools.ant.Target.performTasks(Target.java:327)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1213)
        at
org.apache.tools.ant.Project.executeTargets(Project.java:1061)
        at org.apache.tools.ant.Main.runBuild(Main.java:667)
        at org.apache.tools.ant.Main.startAnt(Main.java:187)
        at org.apache.tools.ant.Main.start(Main.java:151)
        at org.apache.tools.ant.Main.main(Main.java:234)

Total time: 7 seconds
---------------------------------------------




To subscribe to this information via syndicated feeds: RSS: http://lsd.student.utwente.nl/gump/jakarta-velocity-tools/jakarta- velocity-tools.rss | Atom: http://lsd.student.utwente.nl/gump/jakarta-velocity-tools/jakarta- velocity-tools.atom

--
Gump http://gump.apache.org/
[lsd]


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


--
Geir Magnusson Jr                                   203-247-1713(m)
[EMAIL PROTECTED]


--------------------------------------------------------------------- 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]


--
Geir Magnusson Jr                                   203-247-1713(m)
[EMAIL PROTECTED]


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



Reply via email to