Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [higgins-dev] Trying to build RelyingPartyDemoApp eclipse error


The RelyingPartyDemo has the filter and the code that decrypts the token.
The RelyingPartyDemoApp is JSPs, _javascript_ and graphics to put together a photography application that relies on information cards.

Bruce A Rich
brich at-sign us dot ibm dot com



From: "Broberg, Jeffrey C" <Jeffrey.Broberg@xxxxxx>
To: "Higgins (Trust Framework) Project developer discussions" <higgins-dev@xxxxxxxxxxx>
Date: 12/04/2007 05:51 PM
Subject: RE: [higgins-dev] Trying to build RelyingPartyDemoApp eclipse error





which project should i download if i want to look at the servlet filter & token disassembly code ?

jeff

________________________________

From: higgins-dev-bounces@xxxxxxxxxxx on behalf of Jeesmon Jacob
Sent: Tue 12/4/2007 2:45 PM
To: Higgins (Trust Framework) Project developer discussions
Subject: RE: [higgins-dev] Trying to build RelyingPartyDemoApp eclipse error



Hi Jeff,



Jars of the project dependencies and required 3rd party libs are already in WebContent/WEB-INF/lib, so you can safely remove the project dependencies and 3rd party libs from build path (Deployment steps #3) to get rid of errors.



Or you can download all the dependent projects (and their dependencies) from eclipse svn and use approved 3rd party libs. I used eclipse approved axiom-api-1.2.jar, wstx-asl-3.0.1.jar, xml-apis.jar from dependencies.redistributable project and downloaded jaxen-1.1-beta-12.jar from (
http://www.ibiblio.org/maven/jaxen/jars/)



-Jeesmon



From: higgins-dev-bounces@xxxxxxxxxxx [
mailto:higgins-dev-bounces@xxxxxxxxxxx] On Behalf Of Broberg, Jeffrey C
Sent: Tuesday, December 04, 2007 1:53 PM
To: higgins-dev@xxxxxxxxxxx
Subject: [higgins-dev] Trying to build RelyingPartyDemoApp eclipse error



Hello,  First, apologies for any stupid mistakes I made.  I am trying to startup a new eclipse higgins dev environment.  I thought I would start the creation process with the RelyingPartyDemoApp to make sure that I could get all the needed pieces.  I have been following the directions on
http://wiki.eclipse.org/RelyingPartyDemoApp_Deployment <http://wiki.eclipse.org/RelyingPartyDemoApp_Deployment>  .  I performed the below steps, and when I first try and build the RelyingPartyDemoApp I get some errors (listed below).  In my RelyingPartyDemoApp project the lib references different levels of some jars available from dependencies.redistributable.  Is it ok, to just change the project to reference the different versions ?  Have I done something incorrectly ?



Jeff



Steps taken so far



1.                 Download eclipse

                a.                
http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/20071103/eclipse-jee-europa-fall2-win32.zip <http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/20071103/eclipse-jee-europa-fall2-win32.zip>  

2.                 Download eclipse WTP

                a.                
http://www.eclipse.org/downloads/download.php?file=/webtools/downloads/drops/R3.0/S-3.0M3-20071114232332/wtp-S-3.0M3-20071114232332.zip <http://www.eclipse.org/downloads/download.php?file=/webtools/downloads/drops/R3.0/S-3.0M3-20071114232332/wtp-S-3.0M3-20071114232332.zip>  

3.                 Extract eclipse
4.                 Start eclipse
5.                 Update eclipse (Update Manager)
6.                 unzip #2 into eclipse
7.                 Update eclipse (Update Manager)
8.                 Download RCP projects

                a.                 org.eclipse.higgins/app/RelyingPartyDemoApp
                b.                 org.eclipse.higgins/dependencies.redistributable

9.                 Copy ALL jars

                a.                 dependencies รจ RelyiingPartyDemoApp

10.                 Try and build 8a.

Errors

Project 'RelyingPartyDemoApp' is missing required Java project: 'org.eclipse.higgins.configuration.api'  RelyingPartyDemoApp Build path 1196789939046 63
Project 'RelyingPartyDemoApp' is missing required Java project: 'org.eclipse.higgins.sts.api'  RelyingPartyDemoApp Build path 1196789939046 59
Project 'RelyingPartyDemoApp' is missing required Java project: 'org.eclipse.higgins.sts.common'  RelyingPartyDemoApp Build path 1196789939046 60
Project 'RelyingPartyDemoApp' is missing required Java project: 'org.eclipse.higgins.sts.spi'  RelyingPartyDemoApp Build path 1196789939046 61
Project 'RelyingPartyDemoApp' is missing required Java project: 'org.eclipse.higgins.sts.xmlsecurity.apache'  RelyingPartyDemoApp Build path 1196789939046 62


Project 'RelyingPartyDemoApp' is missing required library: 'lib/activation-1.1.jar'  RelyingPartyDemoApp Build path 1196789939046 64
Project 'RelyingPartyDemoApp' is missing required library: 'lib/axiom-api-1.0.jar'  RelyingPartyDemoApp Build path 1196789939046 65

*** found axion-api-1.2.jar
Project 'RelyingPartyDemoApp' is missing required library: 'lib/commons-logging-1.0.4.jar'  RelyingPartyDemoApp Build path 1196789939046 66
Project 'RelyingPartyDemoApp' is missing required library: 'lib/jaxen-1.1-beta-9.jar'  RelyingPartyDemoApp Build path 1196789939046 67

*** found NONE
Project 'RelyingPartyDemoApp' is missing required library: 'lib/log4j-1.2.13.jar'  RelyingPartyDemoApp Build path 1196789939046 68
Project 'RelyingPartyDemoApp' is missing required library: 'lib/mail-1.4.jar'  RelyingPartyDemoApp Build path 1196789939046 69
Project 'RelyingPartyDemoApp' is missing required library: 'lib/stax-api-1.0.1.jar'  RelyingPartyDemoApp Build path 1196789939046 70
Project 'RelyingPartyDemoApp' is missing required library: 'lib/wstx-asl-3.0.0.jar'  RelyingPartyDemoApp Build path 1196789939046 71

*** found wstx-asl-3.0.1.jar
Project 'RelyingPartyDemoApp' is missing required library: 'lib/xml-apis-1.3.03.jar'  RelyingPartyDemoApp Build path 1196789939046 72

*** found xml-apis.jar











_______________________________________________
higgins-dev mailing list
higgins-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/higgins-dev

Attachment: winmail.dat
Description: Binary data


Back to the top