You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-user@portals.apache.org by Nguyen Viet Trieu <jv...@yahoo.com> on 2005/05/18 11:08:18 UTC

Question about pluto-admin-portlet-v0.5-01-29-2005,a portlet provide UI

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
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
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
init:
     [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
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
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!"). 
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.

Re: Question about pluto-admin-portlet-v0.5-01-29-2005,a portlet provide UI

Posted by Nguyen Viet Trieu <jv...@yahoo.com>.
Thanks for your help. The problem was fixed.
Regards,
Viet Trieu


The portlet-deploy directory and corresponding files is found in the 1.0.1-rc2 source distribution. This directory and associated files needs to be put in the home directory of the binary distribution. 
An updated version of the Pluto Admin Portlet with bug fixes has been incorporated into the Pluto portal in the 1.0.1-rc3 build. You need to build that distribution from source (maven distribute:binary) and the resulting zipped (and tarred) binary will end up in target/distribution. 
/Craig 




Nguyen Viet Trieu <jv...@yahoo.com> 
05/18/2005 05:08 AM Please respond to
pluto-user@portals.apache.org


To
pluto-user <pl...@portals.apache.org> cc
Subject
Question about pluto-admin-portlet-v0.5-01-29-2005,a portlet provide UI




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 
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 
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 
init:
    [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 
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 
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!"). 
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. 


		
---------------------------------
Do you Yahoo!?
 Yahoo! Mail - Find what you need with new enhanced search. Learn more.

Re: Question about pluto-admin-portlet-v0.5-01-29-2005,a portlet provide UI

Posted by CD...@hannaford.com.
The portlet-deploy directory and corresponding files is found in the 
1.0.1-rc2 source distribution. This directory and associated files needs 
to be put in the home directory of the binary distribution.
An updated version of the Pluto Admin Portlet with bug fixes has been 
incorporated into the Pluto portal in the 1.0.1-rc3 build. You need to 
build that distribution from source (maven distribute:binary) and the 
resulting zipped (and tarred) binary will end up in target/distribution.
/Craig





Nguyen Viet Trieu <jv...@yahoo.com> 
05/18/2005 05:08 AM
Please respond to
pluto-user@portals.apache.org


To
pluto-user <pl...@portals.apache.org>
cc

Subject
Question about pluto-admin-portlet-v0.5-01-29-2005,a portlet provide UI






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
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
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
init:
     [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
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
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!"). 
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.