On 12/8/05, Frank W. Zammetti <[EMAIL PROTECTED]> wrote:
> I have to ask the silly question now... where is this checked into?    I'm
> not terribly familiar with the structure in SVN at this point, just want
> to be sure I grab the right stuff.

It's under apps/mailreader. So the short answer is to create and
change to a likely directory and then

* svn co  http://svn.apache.org/repos/asf/struts/current

The MailReader would then be under

* current/apps/mailreader

You can switch to the apps folder and use

* maven build-all

to create a WAR to deploy

* current/app/mailreader/target/mailreader-1.3.0-dev.war

Building the whole project, which includes all the distribution
builds. could take ten or fifteen minutes the first time. Of course,
once that is done, you can buld individual subproejcts as needed.

There is more about checkouts here:

* http://struts.apache.org/acquiring.html#Source_Code

(Though, there really should be a coherent "How do  I compile and
modify the source code?" section in the How to Help FAQ.)

-T.

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

Reply via email to