Re: Building Struts

2005-02-22 Thread Martin Cooper
> >>James Mitchell > > >>Software Engineer / Open Source Evangelist > > >>EdgeTech, Inc. > > >>678.910.8017 > > >>AIM: jmitchtx > > >> > > >>- Original Message - > > >>From: "Martin Cooper" <[EMAIL

Re: Building Struts

2005-02-22 Thread Don Brown
Regarding the flowscript unit tests, what I wrote was a small unit testing framework for testing the Java API extensions that I ported from Groovy to Javascript, and not flowscript per se. You could probably adopt it or another more featured Javascript unit test framework to test flowscript, h

Re: Building Struts

2005-02-22 Thread Mark Lowe
neer / Open Source Evangelist > >>EdgeTech, Inc. > >>678.910.8017 > >>AIM: jmitchtx > >> > >>- Original Message - > >>From: "Martin Cooper" <[EMAIL PROTECTED]> > >>To: "Struts Developers List" > &

Re: Building Struts

2005-02-21 Thread Don Brown
gineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: "Martin Cooper" <[EMAIL PROTECTED]> To: "Struts Developers List" Sent: Sunday, February 20, 2005 3:13 AM Subject: Re: Building Struts On Sat, 19 Feb 2005 15:04:34 -

Re: Building Struts

2005-02-21 Thread Martin Cooper
- Original Message - > From: "Martin Cooper" <[EMAIL PROTECTED]> > To: "Struts Developers List" > Sent: Sunday, February 20, 2005 3:13 AM > Subject: Re: Building Struts > > > On Sat, 19 Feb 2005 15:04:34 -0500, James Mitchell <[EMAIL

Re: Building Struts

2005-02-20 Thread James Mitchell
7;ll have to fix, but it should be relatively painless. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: "Martin Cooper" <[EMAIL PROTECTED]> To: "Struts Developers List" Sent: Sunday,

Re: Building Struts

2005-02-20 Thread Martin Cooper
l Message - > From: "Martin Cooper" <[EMAIL PROTECTED]> > To: "Struts Developers List" > Sent: Saturday, February 19, 2005 1:03 PM > Subject: Re: Building Struts > > > On Sat, 19 Feb 2005 10:25:02 -0600, Joe Germuska <[EMAIL PROTECTED]> wrote:

Re: Building Struts

2005-02-19 Thread James Mitchell
is weekend and next week. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: "Martin Cooper" <[EMAIL PROTECTED]> To: "Struts Developers List" Sent: Saturday, February 19, 2005 1:03 PM

Re: Building Struts

2005-02-19 Thread Martin Cooper
On Sat, 19 Feb 2005 10:25:02 -0600, Joe Germuska <[EMAIL PROTECTED]> wrote: > > I am not really familiar with svn:externals, but it sounds great. I'm not > 100% sure that (2) is true, at least, if we're going to use maven dist to > build distros. But even if we have to do a little, it will be m

Re: Building Struts

2005-02-19 Thread Joe Germuska
I am not really familiar with svn:externals, but it sounds great. I'm not 100% sure that (2) is true, at least, if we're going to use maven dist to build distros. But even if we have to do a little, it will be much more straightforward. (for those who are interested: Chapter 7. Advanced Topics

Re: Building Struts

2005-02-19 Thread Martin Cooper
On Fri, 18 Feb 2005 09:46:07 -0600, Joe Germuska <[EMAIL PROTECTED]> wrote: > At 7:04 AM -0500 2/18/05, James Mitchell wrote: > > > >Ok, what about this: > > > >apps > >bsf > >struts-build/ > > site/ > > build/ > >core > >el > >faces > >flow > >sandbox > >shale > >site > >taglib > >tiles > > > >T

Re: Building Struts

2005-02-18 Thread Joe Germuska
At 7:04 AM -0500 2/18/05, James Mitchell wrote: Ok, what about this: apps bsf struts-build/ site/ build/ core el faces flow sandbox shale site taglib tiles That would allow us to simply copy the nested build/ during the source build of any specific subproject, and still allow the relative refer

Re: Building Struts

2005-02-18 Thread James Mitchell
evelopers List" Sent: Thursday, February 17, 2005 11:07 PM Subject: Re: Building Struts On Thu, 17 Feb 2005 22:20:39 -0500, James Mitchell <[EMAIL PROTECTED]> wrote: Right, sorry. If we don't want to include the build/ folder as a peer, then we can just warn the user to go and fetch

Re: Building Struts

2005-02-18 Thread Ted Husted
On Thu, 17 Feb 2005 20:07:14 -0800, Martin Cooper wrote: > struts-core-1.3.0-dev/ >    build/ >    core/ >    config/ >    src/ >    ... > > so introducing a 'core' directory that we would normally not have > in the distro. That's not necessarily a huge big deal, it just > seems a littl

Re: Building Struts

2005-02-17 Thread Martin Cooper
7 > AIM: jmitchtx > > - Original Message - > From: "Martin Cooper" <[EMAIL PROTECTED]> > To: "Struts Developers List" > Sent: Thursday, February 17, 2005 4:09 PM > Subject: Re: Building Struts > > > On Thu, 17 Feb 2005 15:48:13 -0500, J

Re: Building Struts

2005-02-17 Thread James Mitchell
ssage - From: "Martin Cooper" <[EMAIL PROTECTED]> To: "Struts Developers List" Sent: Thursday, February 17, 2005 4:09 PM Subject: Re: Building Struts On Thu, 17 Feb 2005 15:48:13 -0500, James Mitchell <[EMAIL PROTECTED]> wrote: No, because the site/ dire

Re: Building Struts Website

2005-02-17 Thread Don Brown
Thanks, and done. Let me know if there is anything I missed. Don Ted Husted wrote: Never mind. I ran svnpasswd on the new machine, and now everything works :) So, Don, you can make the changes, use core/build-site.xml to rebuild the site, and scp it up to /www/struts.apache.org. -T. On Thu, 17

Re: Building Struts

2005-02-17 Thread Martin Cooper
On Thu, 17 Feb 2005 16:36:31 -0500, Ted Husted <[EMAIL PROTECTED]> wrote: > On Thu, 17 Feb 2005 12:12:49 -0800, Martin Cooper wrote: > > I am +1 on putting common build-related stuff in a common place, > > but I am -1 on combining / confusing the notions of 'build' and > > 'site'. IMO, we want: > >

Re: Building Struts

2005-02-17 Thread Ted Husted
On Thu, 17 Feb 2005 12:12:49 -0800, Martin Cooper wrote: > I am +1 on putting common build-related stuff in a common place, > but I am -1 on combining / confusing the notions of 'build' and > 'site'. IMO, we want: > > current/build: Shared build configuration, as you are describing. > current/site:

Re: Building Struts

2005-02-17 Thread Martin Cooper
: "James Mitchell" <[EMAIL PROTECTED]>; "Struts Developers List" > > Sent: Thursday, February 17, 2005 3:30 PM > Subject: Re: Building Struts > > > At 3:09 PM -0500 2/17/05, James Mitchell wrote: > >>>I think this is reasonable, but I'm

Re: Building Struts

2005-02-17 Thread James Mitchell
ll" <[EMAIL PROTECTED]>; "Struts Developers List" Sent: Thursday, February 17, 2005 3:30 PM Subject: Re: Building Struts At 3:09 PM -0500 2/17/05, James Mitchell wrote: I think this is reasonable, but I'm not totally thrilled about the fact that you then cannot build the

Re: Building Struts

2005-02-17 Thread Joe Germuska
At 3:09 PM -0500 2/17/05, James Mitchell wrote: I think this is reasonable, but I'm not totally thrilled about the fact that you then cannot build the distributions with Maven. Sure we can, we just use the reactor and set the check style props to a relative path (say ../site/conf/qa/CheckStyle an

Re: Building Struts

2005-02-17 Thread Martin Cooper
On Thu, 17 Feb 2005 14:27:20 -0500, James Mitchell <[EMAIL PROTECTED]> wrote: > With the move to svn and the shake up of the directory layout, we seem to be > (more often than not) in a half-baked state. I've been pushing hard trying > to get most of the maven builds working. > > So far, here's w

Re: Building Struts

2005-02-17 Thread James Mitchell
I think this is reasonable, but I'm not totally thrilled about the fact that you then cannot build the distributions with Maven. Sure we can, we just use the reactor and set the check style props to a relative path (say ../site/conf/qa/CheckStyle and ../site/LICENSE.CheckStyle) Also, I don't us

Re: Building Struts

2005-02-17 Thread Joe Germuska
My biggest complaint right now is with the way we are doing things and how much duplication we now have (and will have in the future) wrt maven and ant configuration. Each subproject has it's own copy of project.properties, maven.xml, and 90% of each project.xml is repeated. I've already wast

Re: Building Struts Website

2005-02-17 Thread Ted Husted
Never mind. I ran svnpasswd on the new machine, and now everything works :) So, Don, you can make the changes, use core/build-site.xml to rebuild the site, and scp it up to /www/struts.apache.org. -T. On Thu, 17 Feb 2005 07:20:48 -0500, Ted Husted wrote: > OK, I'm still  having trouble committi

Re: Building Struts Website

2005-02-17 Thread Ted Husted
OK, I'm still having trouble committing from this machine, so I added the stopgap build file through bugzilla. * http://issues.apache.org/bugzilla/show_bug.cgi?id=33617 If anyone want's to jump in and help setup the Struts subprojects as Maven builds, I'm sure Martin, James, et al, will apprec

Re: Building Struts Website

2005-02-17 Thread Ted Husted
On Wed, 16 Feb 2005 16:30:09 -0800, Martin Cooper wrote: > My thinking was that we'd have 'site' + all subprojects, where > 'core' would  play in the same way as other subprojects. Since that > will involve separating 'site' files from 'core' files, I'd prefer, > in the interim, to build the site f

Re: Building Struts Website

2005-02-16 Thread Martin Cooper
On Wed, 16 Feb 2005 14:17:24 -0500, Ted Husted <[EMAIL PROTECTED]> wrote: > On Wed, 16 Feb 2005 10:42:36 -0800, Don Brown wrote: > > I know I haven't been keeping up on this as I should have, but > > wasn't Martin reworking all the Ant scripts? Perhaps website > > building was included? > > > > Do

Re: Building Struts Website

2005-02-16 Thread Martin Cooper
(Man, I am drowning in dev@ messages these days! I'm about 100 behind right now and losing...) At one point I did start on an Ant based build system, since I had just finished one for my day job. However, before I got too far, James M started some serious hacking on Maven builds, so I switched cam

Re: Building Struts Website

2005-02-16 Thread Ted Husted
On Wed, 16 Feb 2005 10:42:36 -0800, Don Brown wrote: > I know I haven't been keeping up on this as I should have, but > wasn't Martin reworking all the Ant scripts?  Perhaps website > building was included? > > Don Not that I can see. The HTML pages are built using stylesheets, and the only place

Re: Building Struts Website

2005-02-16 Thread Don Brown
I know I haven't been keeping up on this as I should have, but wasn't Martin reworking all the Ant scripts? Perhaps website building was included? Don Ted Husted wrote: The best example of what I believe we want to do is the Jakarta Commons, which is Maven based. It might not be hard to add a

Re: Building Struts Website

2005-02-16 Thread Ted Husted
The best example of what I believe we want to do is the Jakarta Commons, which is Maven based. It might not be hard to add a Ant build file to Core to just build the web site, based on what is now over in Apps, or the build file from 1.2. It wouldn't have to build JARs, just run the XMLs throug

Re: Building Struts Website

2005-02-16 Thread Don Brown
Ted Husted wrote: In the midst of the reorganization, the targets that would build the website content were separated from the content. The usual approach was to build the documentation application and then upload that, so those Ant targets marched over to the Apps subproject. Meanwhile, the conten

Re: Building Struts Website

2005-02-16 Thread Ted Husted
In the midst of the reorganization, the targets that would build the website content were separated from the content. The usual approach was to build the documentation application and then upload that, so those Ant targets marched over to the Apps subproject. Meanwhile, the content is still unde

Re: Building Struts Website

2005-02-15 Thread Craig McClanahan
Historically, the Struts website has just been a copy of the struts-documentation.war webapp, uploaded to the server and then unpacked into "/www/struts.apache.org/". The only semi tricky part is you have to make sure the permissions are set correctly (set your umask to 0002 before unpacking, and

Re: Building struts-taglib subproject via Maven

2005-02-05 Thread Bill Siggelkow
Thanks for the help, Joe. I also was able to successfully achieve "maven jar" and "maven jar:install" for taglibs subproject. I will try and track down the checkstyle problem separately. Joe Germuska wrote: I only went so far as "maven jar" and "maven jar:install", but those are working fine lo

Re: Building struts-taglib subproject via Maven

2005-02-05 Thread Joe Germuska
I only went so far as "maven jar" and "maven jar:install", but those are working fine locally. Will have a look at the other issues as time allows, but for now my priorities are working code (including some day-job stuff I need to work on this weekend.) more than the site, reports, and other d

RE: building struts question

2004-10-20 Thread Arnaud HERITIER
> We add also this problem with the PDF plugin that used Xalan to create the FOP > document. > We had I'm too tired :-) Arnaud - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

RE: building struts question

2004-10-20 Thread Arnaud HERITIER
&diff_format=h&only_with_tag=MAIN It tested it with jdk 1.3, 1.4, 1.5 Arnaud > -Message d'origine- > De : Greg Ludington [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 20 octobre 2004 19:51 > À : Struts Developers List > Objet : Re: building struts question

Re: building struts question

2004-10-20 Thread Greg Ludington
Are you using JDK 1.5 when you try to build struts with maven? If so, you are probably encountering a classloader issue with maven, discussed in their tracking system here: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-156 The struts maven.xml file does use the workaround described in

Re: building struts question

2004-10-18 Thread Joe Germuska
Craig is right. However, I'm kind of curious about what's going on here, if you want to help us understand it more. In order to do the XSL transforms to convert our TLD meta-files into true TLD files, the maven.xml sets the system property to use Xalan as the XSLT transformer. The project.xm

Re: building struts question

2004-10-18 Thread Craig McClanahan
The Maven-based build scripts are still under development. The official method to build struts is still Ant. You'll need to configure a "build.properties" file that points at where you've downloaded and installed the dependencies -- see "build.properties.sample" for a sample of what will be neede

Re: Building Struts with Maven

2004-06-08 Thread Joe Germuska
At 10:34 PM +0100 6/8/04, Peter A. Pilgrim wrote: Does Maven completely build all of Struts from CVS? I just run `maven jar' and `maven war', but I do not see building of the web app examples or the tiles documentation war. What gives? maven jar should just build struts-1.2.x.jar I'm not sure what

RE: building struts from source code

2004-05-19 Thread Abhishek Khandelwal
Does anyone has any idea how to run the cactus tests on struts? I tried to run, but getting connection errors. Here is the dump of the error = start.tomcat.50: Could not load a dependent class (com/sun/media/jai/codec/FileSeekab

RE: building struts from source code

2004-05-18 Thread Abhishek Khandelwal
> > You are using JUnit 3.7. Assert.assertNotSame was added in JUnit > 3.8. You should probably be using JUnit 3.8.1. > You are right, it needs Junit 3.8.1. I was just trying to use build.properties in struts code. It only specifies cactus 13-1.4.1 so I downloaded cactus 13-1.4.1 and specif

RE: building struts from source code

2004-05-18 Thread Joe Germuska
At 2:46 PM -0700 5/18/04, Abhishek Khandelwal wrote: I am not able to find Struts 1.2.0 in CVS. I cannot even find the tag STRUTS_1_2_0. Can you please guide me? I'm not sure what you mean. Have you got CVS installed? Have you followed these instructions? http://jakarta.apache.org/site/cvsindex.

RE: building struts from source code

2004-05-18 Thread Abhishek Khandelwal
I am not able to find Struts 1.2.0 in CVS. I cannot even find the tag STRUTS_1_2_0. Can you please guide me? Also, When I run the ant test.tomcat.all I get the following compilation error --- /usr/local/struts/src/src/test/org/apach

RE: building struts from source code

2004-05-18 Thread Joe Germuska
At 1:27 PM -0700 5/18/04, Abhishek Khandelwal wrote: In that case, how are you differentiating between 1.2.0 and 1.2.1? Struts 1.2.0 is the code in CVS under the tag STRUTS_1_2_0 And if all, I need to get the CVS code, which days code should I take? Normally when you check code out of CVS, you get

RE: building struts from source code

2004-05-18 Thread Abhishek Khandelwal
In that case, how are you differentiating between 1.2.0 and 1.2.1? And if all, I need to get the CVS code, which days code should I take? Abhishek On Tue, 2004-05-18 at 13:09, Joe Germuska wrote: > At 12:35 PM -0700 5/18/04, Abhishek Khandelwal wrote: > >Thanks Joe for your detailed reply. > > >

RE: building struts from source code

2004-05-18 Thread Joe Germuska
At 12:35 PM -0700 5/18/04, Abhishek Khandelwal wrote: Thanks Joe for your detailed reply. Where can I get Struts 1.2.1 Version source code? I am little skeptible of taking the todays nightly-build source code. There's no "release candidate" code for 1.2.1. Once commons-validator is released, we'l

RE: building struts from source code

2004-05-18 Thread Abhishek Khandelwal
Thanks Joe for your detailed reply. Where can I get Struts 1.2.1 Version source code? I am little skeptible of taking the todays nightly-build source code. I have few more questions, like, does the 1.2.1 version support Tomcat 5.0. Since I am using Tomcat5. I can see from build-test.xml that it

RE: building struts from source code

2004-05-18 Thread Hubert Rabago
The closest would be Struts 1.2.0: http://www.apache.org/~martinc/struts/v1.2.0/ This is much older than the nightlies. Here was the announcement: http://marc.theaimsgroup.com/?l=struts-user&m=107786087127479&w=2 --- Abhishek Khandelwal <[EMAIL PROTECTED]> wrote: > I know the source code is avai

RE: building struts from source code

2004-05-18 Thread Joe Germuska
At 11:38 AM -0700 5/18/04, Abhishek Khandelwal wrote: I know the source code is available from nightly. I was just wondering if it is stable enough. Is there any beta release? or something like that? Beginning with the 1.2.x family, Struts is following the httpd/Tomcat release scheme. This means

RE: building struts from source code

2004-05-18 Thread Abhishek Khandelwal
> From: Abhishek Khandelwal [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, May 18, 2004 8:30 PM > > To: Struts Developers List > > Subject: RE: building struts from source code > > > > > > Yes, > > I got the latest stable release source code. > > I gu

RE: building struts from source code

2004-05-18 Thread Matthias Wessendorf
nal Message- > From: Abhishek Khandelwal [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 18, 2004 8:30 PM > To: Struts Developers List > Subject: RE: building struts from source code > > > Yes, > I got the latest stable release source code. > I guess Struts-1.2 is not rel

RE: building struts from source code

2004-05-18 Thread Abhishek Khandelwal
t; > i guess you have 1.1 > (public class GenericDataSource extends > org.apache.struts.legacy.GenericDataSource ... ) > > Cheers, > Matze > > > > -Original Message- > > From: Abhishek Khandelwal [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, May 18, 2004 7:59

RE: building struts from source code

2004-05-18 Thread Matthias Wessendorf
s Developers List > Subject: Re: building struts from source code > > > No, it does not work. I get few error messages in terms of > genericDataSource class. So the release version needs > struts-legacy.jar >

Re: building struts from source code

2004-05-18 Thread Abhishek Khandelwal
No, it does not work. I get few error messages in terms of genericDataSource class. So the release version needs struts-legacy.jar see the error messages below--- -- /usr/local/struts/src/src/share/org/apach

Re: building struts from source code

2004-05-18 Thread Joe Germuska
At 6:38 PM -0700 5/17/04, Abhishek Khandelwal wrote: Hi, I have another issue with building struts. The source code does not come with struts-legacy.jar in contrib/struts-legacy/dist/ directory But the top level build.xml and build.properties file needs struts-legacy.jar. What is the way to do it?

Re: building struts from source code

2004-05-17 Thread Abhishek Khandelwal
Hi, I have another issue with building struts. The source code does not come with struts-legacy.jar in contrib/struts-legacy/dist/ directory But the top level build.xml and build.properties file needs struts-legacy.jar. What is the way to do it? Is it a bug in struts released source code? Thank

Re: building struts from source code

2004-05-12 Thread Michael McGrady
Very helpful, Joe. Thanks. Michael At 07:03 AM 5/12/2004, Joe Germuska wrote: At 8:05 PM -0700 5/11/04, Abhishek Khandelwal wrote: No need to make any changes in build.properties?? As mentioned in apache website, regarding building instructions? One of the motivations for developing a Maven buil

Re: building struts from source code

2004-05-12 Thread Joe Germuska
At 8:05 PM -0700 5/11/04, Abhishek Khandelwal wrote: No need to make any changes in build.properties?? As mentioned in apache website, regarding building instructions? One of the motivations for developing a Maven build process for Struts is to lower the barrier to entry, as there's a lot of work

RE: building struts from source code

2004-05-11 Thread Martin Cooper
> -Original Message- > From: Abhishek Khandelwal [mailto:[EMAIL PROTECTED] > Sent: Monday, May 10, 2004 5:08 PM > To: Struts Developers List > Subject: building struts from source code > > > I am getting this error when I try to do ant dist on the source code of > the struts framework. >

Re: building struts from source code

2004-05-11 Thread Abhishek Khandelwal
No need to make any changes in build.properties?? As mentioned in apache website, regarding building instructions? Abhishek On Tue, 2004-05-11 at 19:22, Hien Q Nguyen wrote: > You can get the latest 1.2.x stream directly from the cvs repository. > You can also grab the nightly build here: >

Re: building struts from source code

2004-05-11 Thread Hien Q Nguyen
You can get the latest 1.2.x stream directly from the cvs repository. You can also grab the nightly build here: http://cvs.apache.org/builds/jakarta-struts/nightly/src/ - get Maven at http://maven.apache.org, install it. - add /bin to your $PATH - unzip the nightly src zip file and then go

Re: building struts from source code

2004-05-11 Thread Abhishek Khandelwal
so what do I do... Just do maven dist?? Can you let me know the exact steps! Abhishek On Tue, 2004-05-11 at 18:29, Hien Q Nguyen wrote: > Abhishek, > > Maven will attempt to download all the dependent jar files for you. > You don't need to worry about adding any jar to classpath. > > I just

Re: building struts from source code

2004-05-11 Thread Abhishek Khandelwal
I guess Struts 1.2 is not yet available!!! I can only see Struts 1.1 from apache site. Abhishek On Tue, 2004-05-11 at 18:37, Mike Kienenberger wrote: > I'm fairly certain that Struts 1.1 is pre-maven. Maven is only helpful for > CVS and struts 1.2. > > -Mike > > > Hien Q Nguyen <[EMAIL PROT

Re: building struts from source code

2004-05-11 Thread Mike Kienenberger
I'm fairly certain that Struts 1.1 is pre-maven. Maven is only helpful for CVS and struts 1.2. -Mike Hien Q Nguyen <[EMAIL PROTECTED]> wrote: > Abhishek, > > Maven will attempt to download all the dependent jar files for you. > You don't need to worry about adding any jar to classpath. >

Re: building struts from source code

2004-05-11 Thread Hien Q Nguyen
Abhishek, Maven will attempt to download all the dependent jar files for you. You don't need to worry about adding any jar to classpath. I just did a cvs update and then a maven build and it was successful --Hien On May 11, 2004, at 9:14 PM, Abhishek Khandelwal wrote: Hien, How is maven rel

Re: building struts from source code

2004-05-11 Thread Abhishek Khandelwal
Hien, How is maven related to this problem? On Tue, 2004-05-11 at 18:16, Hien Q Nguyen wrote: > Download Maven http://maven.apache.org/ and install in your system. > > then type 'maven' , I found that life is a lot easier this way. > > -Hien > > On May 10, 2004, at 8:08 PM, Abhishek Khandelwal

Re: building struts from source code

2004-05-11 Thread Hien Q Nguyen
Download Maven http://maven.apache.org/ and install in your system. then type 'maven' , I found that life is a lot easier this way. -Hien On May 10, 2004, at 8:08 PM, Abhishek Khandelwal wrote: I am getting this error when I try to do ant dist on the source code of the struts framework. Anyone