That's because we (or most of us) already have the source downloaded
and built (which puts the binaries in our local repos). Since this
isn't true for you, you might want to grab a nightly and put the jars
in ~/.maven/repository/struts/jars/
So, for windows, that would be something like this:
C:\Documents and Settings\username\.maven\repository\struts\jars\
That should make maven happy for now without requiring you to get the
source and build it.
--
James Mitchell
678.910.8017
Skpe: jmitchtx
On Dec 9, 2005, at 12:51 AM, Frank W. Zammetti wrote:
Well, that didn't go so good :)
I checkout out as described, but when I tried to build, I got:
F:\struts_current\apps>maven build-all
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.2
Attempting to download struts-action-1.3.0-dev.jar.
WARNING: Failed to download struts-action-1.3.0-dev.jar.
Attempting to download struts-extras-1.3.0-dev.jar.
WARNING: Failed to download struts-extras-1.3.0-dev.jar.
Attempting to download struts-taglib-1.3.0-dev.jar.
WARNING: Failed to download struts-taglib-1.3.0-dev.jar.
Attempting to download servlet-api-2.3.jar.
76K downloaded
Attempting to download commons-validator-1.2.0.jar.
88K downloaded
The build cannot continue because of the following unsatisfied
dependencies:
struts-action-1.3.0-dev.jar (try downloading from http://
struts.apache.org/)
struts-extras-1.3.0-dev.jar (try downloading from http://
struts.apache.org/downl
oad.cgi)
struts-taglib-1.3.0-dev.jar (try downloading from http://
struts.apache.org/downl
oad.cgi)
Total time: 9 seconds
Finished at: Fri Dec 09 00:47:28 EST 2005
F:\struts_current\apps>
I notice the 1.3 JARs are not on iBiblio, and I wouldn't have
really expected them to be yet. I know that I can put them in my
own local Maven repository, and I'm going to try doing that next,
but I wanted to make you aware of this if the expectation was that
it should work.
Frank
Ted Husted wrote:
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]
--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM: fzammetti
Yahoo: fzammetti
MSN: [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]