I did 'mvn install' and manually deployed the wsrp4j-producer and
wsrp4j-testportlet war files.
There is more info on what I had to do get things working on the
mailling list in May.
mbk / regards,
Kristofer
Venkatesh Jayakumar wrote:
Thanks Kristofer.
This is what I got when I try with Maven 2.0.4.
I installed fresh Maven 2.0.4 and checked out wsrp4j
(vjz606)
C:\maven-2.0.4\bin>mvn build
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Invalid task 'build': you must specify a valid lifecycle phase, or a
goal
in the format plugin:goal or
pluginGroupId:pluginArtifactId:pluginVersion:goal
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Wed Jun 14 16:41:09 CDT 2006
[INFO] Final Memory: 1M/2M
[INFO]
------------------------------------------------------------------------
Venkatesh Jayakumar
-----Original Message-----
From: Kristofer Arnar Einarsson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 14, 2006 4:25 PM
To: [email protected]
Subject: Re: proxy portlet's dependencies to pluto
You need to use maven 2.
mbk / regards,
Kristofer
Venkatesh Jayakumar wrote:
Hi ,
Iam trying to build WSRP4J, I just downloaded WSRP4J from apache svs and
when I give Maven build it says
BUILD FAILED
Goal "build" does not exist in this project.
Total time: 1 seconds
Finished at: Wed Jun 14 16:18:20 CDT 2006
Could anyone of you help me in getting this straight ? I think I need a
maven.xml in the root folder, is this correct ?
Anyhelp is appreciated.
Thanks and Regards,
Venkatesh
------------------------------------------------------------------------
*From:* Valia Tsagkalidou [mailto:[EMAIL PROTECTED]
*Sent:* Wednesday, June 14, 2006 1:01 PM
*To:* [email protected]
*Subject:* RE: proxy portlet's dependencies to pluto
Hi again,
I studied the wsrp4j-consumer's code and I would like to make some
questions.
In ProxyPortlet class uses the PortletWindow class in order to retrieve
a handler.
Should this handler just be a unique identifier to the specific
portlet's instance?
If so, there can be used anything as far as it is a unique value.
Thanks in advance,
Valia.
-----Original Message-----
*From:* Valia Tsagkalidou [mailto:[EMAIL PROTECTED]
*Sent:* Wednesday, June 14, 2006 2:38 PM
*To:* [email protected]
*Subject:* proxy portlet's dependencies to pluto
Dear all,
I'm working on making your wsrp-consumer able to run under gridsphere.
The main problem is the PortletWindow pluto dependecy.
I would like to know what is the functionality of this class. Any
further information is welcome!
Thanks in advance for your help,
Valia Tsagkalidou.