I have download pluto-admin-portlet-v0.5-01-29-2005 and followed
as readme.txt. But i obtained an error at 5th step when i run "ant install":
Buildfile: build.xml
as readme.txt. But i obtained an error at 5th step when i run "ant install":
Buildfile: build.xml
install-message:
[input]
[input] You are about to install the Pluto Admin Portlet
[input] Application and replace the portletentityregistry.xml,
[input] pageregistry.xml, portletcontexts.txt,
[input] portlet-spec-1.0.css and Head.jsp files.
[input] Are you sure you want to proceed?
[input] (y,Y,n,N)
y
[input]
[input] You are about to install the Pluto Admin Portlet
[input] Application and replace the portletentityregistry.xml,
[input] pageregistry.xml, portletcontexts.txt,
[input] portlet-spec-1.0.css and Head.jsp files.
[input] Are you sure you want to proceed?
[input] (y,Y,n,N)
y
install:
[copy] Copying 3 files to E:\portals\pluto-1.0.1-rc2\webapps\pluto\WEB-INF\
data
[copy] Copying 1 file to E:\portals\pluto-1.0.1-rc2\webapps\pluto
[copy] Copying 1 file to E:\portals\pluto-1.0.1-rc2\webapps\pluto\WEB-INF\a
ggregation
[copy] Copying 3 files to E:\portals\pluto-1.0.1-rc2\webapps\pluto\WEB-INF\
data
[copy] Copying 1 file to E:\portals\pluto-1.0.1-rc2\webapps\pluto
[copy] Copying 1 file to E:\portals\pluto-1.0.1-rc2\webapps\pluto\WEB-INF\a
ggregation
init:
[echo] Ant version = Apache Ant version 1.6.3 compiled on April 28 2005
[echo] Ant version = Apache Ant version 1.6.3 compiled on April 28 2005
get-deps:
compile:
jar:
war:
deploy-pluto:
BUILD FAILED
F:\Portal\Deploying Portlet Interface\pluto-admin-portlet-v0.5-01-29-2005\build.
xml:279: The following error occurred while executing this line:
F:\Portal\Deploying Portlet Interface\pluto-admin-portlet-v0.5-01-29-2005\build.
xml:255: Basedir E:\portals\pluto-1.0.1-rc2\portlet-deploy does not exist
F:\Portal\Deploying Portlet Interface\pluto-admin-portlet-v0.5-01-29-2005\build.
xml:279: The following error occurred while executing this line:
F:\Portal\Deploying Portlet Interface\pluto-admin-portlet-v0.5-01-29-2005\build.
xml:255: Basedir E:\portals\pluto-1.0.1-rc2\portlet-deploy does not exist
It seems that beause of :
<target name="deploy-pluto" description="Deploy portlet to Pluto" depends="war">
<ant dir="${pluto.home}/portlet-deploy" inheritall="false">
<property name="full.war.path" value="${basedir}/${war.name}"/>
</ant>
</target>
in build.xml
<target name="deploy-pluto" description="Deploy portlet to Pluto" depends="war">
<ant dir="${pluto.home}/portlet-deploy" inheritall="false">
<property name="full.war.path" value="${basedir}/${war.name}"/>
</ant>
</target>
in build.xml
when i mkdir portlet-deploy in my PLUTO_HOME it again an error showed
that i missed build.xml in portlet-deploy folder(Howerver, it can show 3
portlet but all of them are "Error Exception in Portlet!").
that i missed build.xml in portlet-deploy folder(Howerver, it can show 3
portlet but all of them are "Error Exception in Portlet!").
I think that this is not a right problem. Can anyone help me ?
Do you Yahoo!?
Yahoo! Mail - Find what you need with new enhanced search. Learn more.
