DeletedPage - moved to PlutoProjectPages/InstallingPortlets
As a workaround to the build problems people are having as of 21 Jan, 2004, try these steps:
1) Run maven FullDeployment? as instructed in the new documentation.
2) Hard code the path to your pluto jars in the DeployPortlet?.intern target of build.xml (and make sure the pluto and portlet jars are in there!)
{{{ <classpath>
<pathelement path="${classpath}/"/>
<fileset dir="C:/java/jakarta-pluto/build/ant/lib">
<include name="*.jar"/>
</fileset>
- .. }}}
3) You may have to create some directories manually as well. Look at your ant error messages for any missing directories, and create them.
4) Copy prepareRun.properties.original to prepareRun.properties.
5) Run deployPortlet.
josh <at> media <dot> berkeley <dot> edu