Problems building locally

2007-03-20 Thread Nils-Helge Garli
Hi! I did a clean checkout of the struts 2 codebase, and tried to do a build. I get some test failures that seems to be related to cglib missing on the classpath. But the Bamboo server aparently doesn't have these problems. Are there some post checkout procedures I need to follow? Nils-H

[s2] Bad jar names when building from STRUTS_2_0_7

2007-03-20 Thread Nate Drake
I just checked out the STRUTS_2_0_7 tag and built it. The jars have -2.1.0-SNAPSHOT in the names, not -2.0.7. Was the trunk accidentally tagged instead of STRUTS_2_0_X, or did I just do something wrong? Nate - To unsubscribe,

Re: Problems building locally

2007-03-20 Thread Ted Husted
Is there a cglib folder in your local Maven repository? The build should install that for you. I deleted my cglib folder from the repository, and Maven downloaded it again. Maven is intended as a one-stop shop for us. -Ted. On 3/20/07, Nils-Helge Garli [EMAIL PROTECTED] wrote: Hi! I did a

Re: Problems building locally

2007-03-20 Thread Nils-Helge Garli
I had a cglib folder, so I deleted it, but it was not downloaded again. So I suspected a corrupt pom could be the problem. I deleted the jmock-cglib folder from my repository, and everything started working! Thanks for the input! Nils-H On 3/20/07, Ted Husted [EMAIL PROTECTED] wrote: Is there

Re: [s2] Bad jar names when building from STRUTS_2_0_7

2007-03-20 Thread Ted Husted
Yes, thanks, it's fixed as of r520399. When it comes to this sort of thing, Subversion is definitely my friend :) * http://jroller.com/page/TedHusted?entry=svntips01 -Ted. On 3/20/07, Nate Drake [EMAIL PROTECTED] wrote: It looks like that is what happened. Here is the output of svn log -v

Codebehind issue?

2007-03-20 Thread Brian Pontarelli
I haven't grabbed the code yet, but that is my next step. Just grabbed all the 2.0.6 JARs and I think I have a dependency issue or something. Anyone know off the top of their heads? java.lang.NullPointerException

Re: Codebehind issue?

2007-03-20 Thread Brian Pontarelli
This occurs when I add this declaration to my struts.properties: struts.codebehind.defaultPackage=com.texturemedia.prototype_webapp.action Removing it makes it work fine. This package does exist and there are classes in there. So, I'm not sure what is happening. -bp Brian Pontarelli wrote:

Re: Codebehind issue?

2007-03-20 Thread Dave Newton
--- Brian Pontarelli [EMAIL PROTECTED] wrote: struts.codebehind.defaultPackage=com.texturemedia.prototype_webapp.action Just out of curiosity does it still break if it's a package w/o underscores? d. 8:00?

Templating issues with FreeMarker

2007-03-20 Thread Brian Pontarelli
I'm running into some issues using the FreeMarker templates and overriding them selectively inside my webapp. Apparently you cannot use the ${themeProperties.parent} variable from overrides because it isn't available in the FreeMarker context. Also, the documentation states that you can

Re: Templating issues with FreeMarker

2007-03-20 Thread Brian Pontarelli
I opened a bug for this. Apparently if you change your templateDir, nothing works any longer. https://issues.apache.org/struts/browse/WW-1832 -bp Brian Pontarelli wrote: I'm running into some issues using the FreeMarker templates and overriding them selectively inside my webapp.

Re: Struts 2 jars are missing signatures in the Maven repo

2007-03-20 Thread Ted Husted
On 2/25/07, Wendy Smoak [EMAIL PROTECTED] wrote: I use Cygwin exclusively, so I'm not having the back-and-forth issues that you describe... and that's going to be difficult to troubleshoot remotely. :( How about creating a ssh key with Cygwin, and appending it to to your authorized_keys on

s2 localization - want to chat

2007-03-20 Thread Paul Benedict
Who here actively commits to s2 and uses google chat? I'd like to talk/type real time about localization enhancements. Just privately email me when possible. Thanks! Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Error in showcase

2007-03-20 Thread Ted Husted
Working from the real Struts 2.0.7 tag :), I'm not getting any errors on that page/panel. You may have been working against the tag I set against the head, so we should check this again for 2.1.0 later. -Ted. On 3/20/07, James Mitchell [EMAIL PROTECTED] wrote: I just got a Freemarker error

Re: s2 localization - want to chat

2007-03-20 Thread Don Brown
Swing by the #struts room at irc.freenode.net. It isn't google chat, but many clients like Gaim (Linux), Colloquy (OSX), and mIRC (Windows) are available. Don On 3/20/07, Paul Benedict [EMAIL PROTECTED] wrote: Who here actively commits to s2 and uses google chat? I'd like to talk/type real

Re: Error in showcase

2007-03-20 Thread Ted Husted
Under Non UI Tags, * The Iterator Generator tag asks for a separator, but doesn't seem to use one. * The Append Iterator Tag is finicky. If the input isn't just right it chokes. * The result of the Submit case for the Action Prefix example identifies itself as the method example. Under UI

Re: Struts 2 jars are missing signatures in the Maven repo

2007-03-20 Thread James Mitchell
$ssh-keygen -t dsa -- James Mitchell The Ruby Roundup http://www.rubyroundup.com/ On Mar 20, 2007, at 8:14 PM, Ted Husted wrote: On 2/25/07, Wendy Smoak [EMAIL PROTECTED] wrote: I use Cygwin exclusively, so I'm not having the back-and-forth issues that you describe... and that's going to

Re: Struts 2 jars are missing signatures in the Maven repo

2007-03-20 Thread Wendy Smoak
On 3/20/07, Ted Husted [EMAIL PROTECTED] wrote: Which Cygwin tool do we use to create a ssh key? ssh-keygen, there's an example here: http://rcsg-gsir.imsb-dsgi.nrc-cnrc.gc.ca/documents/internet/node31.html -- Wendy - To

Struts 2 snapshot dependencies

2007-03-20 Thread Wendy Smoak
The snapshot dependencies in Struts 2 releases are causing comments... http://jira.codehaus.org/browse/MEV-511 I just looked through the 2.0.7 tag and found: apps/pom.xml:version1.0-SNAPSHOT/version apps/pom.xml:version1.0-SNAPSHOT/version