Revision 4687
Added by daigle almost 16 years ago
docs/dev/building-metacat.html | ||
---|---|---|
68 | 68 |
<li>dev.deploy.dir - the automated development build (dev-install) will deploy your |
69 | 69 |
war file for you and clean up old application directories. Make sure this is set |
70 | 70 |
to the directory where Tomcat looks for its applications.</li> |
71 |
<li>cvsroot - if your cvs user is different than the user you are using to build metacat, |
|
72 |
you will need to change |
|
73 |
<div class="code">:ext:${env.USER}@cvs.ecoinformatics.org:/cvs</div> |
|
74 |
to |
|
75 |
<div class="code">:ext:<your_cvs_user>@cvs.ecoinformatics.org:/cvs</div> |
|
76 |
If you do not have a personal account with cvs, you can set the username to |
|
77 |
"anonymous". The password will be "guestaccess". |
|
78 |
</li> |
|
71 | 79 |
</ul> |
72 | 80 |
|
73 | 81 |
<a name="BuildXml"></a><div class="header2">build.xml</div> |
Also available in: Unified diff
Add information on CVS anonymous account