It seems to be broken.

I fixed it editing consumer/pom.xml changing

<dependency>
   <artifactId>portlet-api</artifactId>
   <groupId>portlet-api</groupId>
   <version>${portlet-api.version}</version>
</dependency>

for:

<dependency>
  <artifactId>portlet-api</artifactId>
  <groupId>portlet-api</groupId>
  <version>1.0</version>
</dependency>

you have to do this also in producer/pom.xml, someone with commit
permissions ought to fix this.


<cita quien="[EMAIL PROTECTED]">
> Hi,
>
>         I pulled a copy of the code and compiled it using maven(mvn
> install). Is there any reason why it shows errors like these ?
>
>
>
> [INFO] [compiler:compile]
>
> Compiling 14 source files to C:\java\WSRP4J\consumer\target\classes
>
> [INFO]
> ------------------------------------------------------------------------
>
> [ERROR] BUILD FAILURE
>
> [INFO]
> ------------------------------------------------------------------------
>
> [INFO] Compilation failure
>
>
>
> C:\java\WSRP4J\consumer\src\java\org\apache\wsrp4j\consumer\proxyportlet
> \impl\WS
>
> RPRequestImpl.java:[26,21] package javax.portlet does not exist
>
>
>
>
>
> Thanks,
>
> Mohan
>
>
>
> This message is for the designated recipient only and may contain
> privileged, proprietary, or otherwise private information.  If you have
> received it in error, please notify the sender immediately and delete the
> original.  Any other use of the email by you is prohibited.
>


Eric Noam Rodriguez S.
Departamento de E-business
VASS Consultoría de Sistemas
www.vass.es

Reply via email to