What are you doing?

2006-07-10 Thread Antonio Petrelli
Dear Pala Shankar Rao, what are you doing? You are spamming the JIRA bug tracking system, it's time to stop it don't you think? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [s2] Distribution contents?

2006-07-10 Thread Ted Husted
For now, I'd suggest a WW2-like distribution, that includes everything. We may want to add a library JAR distribution later, but for a x.0.0 release, it doesn't need to be a priority. One way or another, the S2 wiki will end up as static HTML. Pier's plugin is looking good, but we need a slick

Running on Stuts

2006-07-10 Thread faisal abdallah
Hi, We've just launched a one-stop online resource for professionals and we would like you - if you have the time - to have a look and test the new portal : www.skillipedia.com From now till the end of this week, you are welcome to submit you jobs, training courses, software, services or

[struts1] STATUS - Version 1.3.5

2006-07-10 Thread Ted Husted
I've trudged through the top-level site and most of the documentation, both to update the nomenclature and to ensure everything is still up to our standard. Next, I'm going through the rest of the component packages (Extras, Faces, Scripting, ). Once the docs are squared-away, I can review the

Re: [s2] Distribution contents?

2006-07-10 Thread Frank W. Zammetti
I would really suggest a binary distro and a source distro... looking at WW2.2.2, unzipped it's 86MB, 55MB of which is the src directory alone. I dare say most people who download Struts are not immediately interested in the source, so it seems wasteful (think bandwidth for instance, time for

RE: Would like to remove Ant build from Struts 2

2006-07-10 Thread George.Dinwiddie
Don Brown proposed: I'd like to remove the Ant build from Struts 2. I don't think it has worked for a little while and the new Maven 2 layout discourages it for any complex builds. Unless someone seriously wants to put the effort into keeping it up, I think it should be removed. From

Re: [jira] Resolved: (WW-1376) Struts configuration files should be named struts.xml, not xwork.xml

2006-07-10 Thread Gabe
Question on this and the overall philosophy that is the goal for Struts 2. Why is it necessary to have a struts dtd rather than simply use the xwork dtd and then simply add the feature that allows the name to be changed from xwork.xml to struts.xml? Is the goal still to keep XWork

Re: [jira] Resolved: (WW-1376) Struts configuration files should be named struts.xml, not xwork.xml

2006-07-10 Thread Don Brown
As I understand it, our goal is to shield our users from having to know about XWork, and that would include its DTD. Allowing XWork details to leak through makes it confusing to find documentation, know where to submit tickets, and ask for help. The downside is maintaining the DTD, which is

Problem in URL

2006-07-10 Thread Radha Krishna
Hi All, I have one module that downloads ms-excel file by one simple Action. To download the file i would use the url like ../actionName.do?param1=value1param2=value2. bcz i want to access it without credentials. if i place this url in a href=url / tag it is successfully

Re: Problem in URL

2006-07-10 Thread Adam J Samere
You should post this question to the struts user list rather than the dev list. user@struts.apache.org Adam Radha Krishna wrote: Hi All, I have one module that downloads ms-excel file by one simple Action. To download the file i would use the url like

Re: svn commit: r420556 - /struts/struts2/trunk/core/src/main/resources/struts-2.0.dtd

2006-07-10 Thread Wendy Smoak
On 7/10/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: mrdon Date: Mon Jul 10 08:02:28 2006 New Revision: 420556 URL: http://svn.apache.org/viewvc?rev=420556view=rev Log: Merging in my original DTD changes (thanks Toby) Modified:

Re: svn commit: r420556 - /struts/struts2/trunk/core/src/main/resources/struts-2.0.dtd

2006-07-10 Thread Don Brown
I thought about it, but this follows the xwork naming convention, something that migrating users will care about. Also, I always thought using underscores was unintuitive, but if others feel strongly about it, it could be changed. Don Wendy Smoak wrote: On 7/10/06, [EMAIL PROTECTED] [EMAIL

Re: Would like to remove Ant build from Struts 2

2006-07-10 Thread Eric Molitor
It realy comes down to managing the dependencies. I could forsee someone building an ant build that ran against the compiled code and dependencies. (Similar to Atlassians build system with JIRA.) However I personally dont think its appropriate to be part of the project. (At least not as a source

Re: Would like to remove Ant build from Struts 2

2006-07-10 Thread Don Brown
The one case I wouldn't mind seeing an Ant build is in the source distribution. Many times, I'm downloading source distros, and have to make some change, but I'm on a network where I don't have connectivity to the outside world. If we could make a source distro that was completely

RE: Would like to remove Ant build from Struts 2

2006-07-10 Thread George.Dinwiddie
That's precisely the sort of scenario I had in mind. - George Don Brown wrote: The one case I wouldn't mind seeing an Ant build is in the source distribution. Many times, I'm downloading source distros, and have to make some change, but I'm on a network where I don't have

Re: Would like to remove Ant build from Struts 2

2006-07-10 Thread Frank W. Zammetti
FYI, you can get a similar auto-downloading of dependencies with an Ant script using the ant-dependencies task: http://www.httpunit.org/doc/dependencies.html For a working example, see the build script for Java Web Parts: http://javawebparts.sourceforge.net This actually downloads from the

Re: Would like to remove Ant build from Struts 2

2006-07-10 Thread Jason Carreira
+1 for this I'm surprised Maven can't build a source distribution with a bundled standard ant build with maven dependency ant task calls. I'd think this would be a common need. The one case I wouldn't mind seeing an Ant build is in the source distribution. Many times, I'm downloading

Re: Would like to remove Ant build from Struts 2

2006-07-10 Thread Eric Molitor
What about using the Maven2 ant tasks and integrating that way? I just started reading http://maven.apache.org/ant-tasks.html this morning. artifact:dependencies filesetId=my.dependency.fileset verbose=true pom id=project file=pom.xml/ /artifact:dependencies Of course you'll need

Re: Would like to remove Ant build from Struts 2

2006-07-10 Thread Craig McClanahan
On 7/10/06, Jason Carreira [EMAIL PROTECTED] wrote: +1 for this I'm surprised Maven can't build a source distribution with a bundled standard ant build with maven dependency ant task calls. I'd think this would be a common need. A lot of Jakarta Commons projects deal with this sort of thing

Re: [s2] Distribution contents?

2006-07-10 Thread Patrick Lightbody
This is a good question. I've wrestled with this a lot with WebWork. A few thoughts: - Does documentation have to be included in the release, or is connectivity good enough these days to let us get away with just pointing users to the wiki? - If we are to include a war file for the sample

Re: APPROVE -- amaryadhi [EMAIL PROTECTED] wants to join jug-indonesia

2006-07-10 Thread Frans Thamura @ Meruvian
Yahoo! Groups Notification wrote: Yah, engineers will understand this. In fact, the only people in the world that seem to have troubl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL