Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] Problem with RPPS ...

Hi Sergey and all others,

I am using the "stable version" source code, as I need to make some changes.  I don't really know if it is me, or I can't compile due to problems with IFault now. I get the following compilation error:

    [javac] class file for IFault not found
    [javac]                 IFault fault = ((STSFaultException) e).getFault();

The most weird thing is that the import is there and the class is also in the proper place. Can anyone point me in the good direction to fix this?

I am using eclipse and ant to compile the source code.

Many thanks in advance,
C

On Thu, Jan 27, 2011 at 12:59 PM, Sergey Lyakhov <slyakhov@xxxxxxxxxxxxxx> wrote:
Calvin,

> I am trying to build and run the package org.eclipse.higgins.rpps.web in
> order to run my own registry service.  I have downloaded the latest version
> from the SVN. However, when I try to compile using ANT or even Maven (as it
> contains both build.xml and pom.xml) I get compilation errors on missing
> libraries.

Will check and fix it. Before fixed it, we recommend you to use stable B-1-1M8 version:
http://download.eclipse.org/technology/higgins/downloads/rpps.web/builds/S-S20100722-201007221616/index.html

Thanks,
Sergey Lyakhov

On Thu, 27 Jan 2011 11:22:46 +0100
Calvin <mrcalvino@xxxxxxxxx> wrote:

> Hi all,
>
> I am trying to build and run the package org.eclipse.higgins.rpps.web in
> order to run my own registry service.  I have downloaded the latest version
> from the SVN. However, when I try to compile using ANT or even Maven (as it
> contains both build.xml and pom.xml) I get compilation errors on missing
> libraries.
>
> I have already tried to import all dependencies using the
> projectWithDeps.psf with "import the project set", but I can't really import
> anything as I get a subversion error.  My idea would be trying to build the
> package with maven using some maven repository. Does Higgins have one? If
> not, is there any easy way to solve such problem with Ant?
>
> Many thanks in advance
> C




Back to the top