Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] Setting up my own iCard Manager Web Application

Hello, 

ICM build is depend on RPPS location. If you want to use own RPPS (or might RPPS from the other URL) you have to rebuild ICM.

Thanks Jeesmon Jacob for updating the follow instruction  http://wiki.eclipse.org/ICard_Manager_CVS#Build_Instructions  

But some settings were changing. You have to configure google.webtoolkit.home properties into ${basedir}/pom.xml 
	<profiles>
		<profile>
			<id>main</id>
			<properties>
				<google.webtoolkit.home>/opt/jlib/gwt/</google.webtoolkit.home>
				<tmpdir>${java.io.tmpdir}</tmpdir>
				<settings.localRepository>${user.home}/.m2/repository/</settings.localRepository>
			</properties>
			<activation>
				<activeByDefault>true</activeByDefault>
				<jdk>1.5</jdk>
			</activation>
		</profile>
	</profiles>

And RPPS location (<urls><url>......</url></urls>)in the axistools-maven-plugin into ${basedir}/icm-ws/pom.xml file.

				<groupId>org.codehaus.mojo</groupId>
				<artifactId>axistools-maven-plugin</artifactId>
				<configuration>
					<packageSpace>org.eclipse.higgins.icm.ws.client</packageSpace>
					<allElements>true</allElements>
					<style>RPC</style>
					<typeMappingVersion>1.1</typeMappingVersion>
					<outputDirectory>${basedir}/src/main/java</outputDirectory>
					<urls><url>https://localhost:8443/rpps-axis/services/RPPSService?WSDL</url></urls>
				</configuration>

-- 
Alexander Yuhimenko <AYuhimenko@xxxxxxxxxxxxxx>


On Mon, 3 Dec 2007 15:59:34 -0500
David Kuehr-McLaren <dkuehrmc@xxxxxxxxxx> wrote:

> I would like to demo Higgins using a iCard Manager Web Application other 
> than the one installed at  graceland.parityinc.net.   Is there a download 
> for the WAR file?  Any advice on setting up my own Web based iCard 
> manager? 
> 
> 
> David 
> 
> David Kuehr-McLaren 
> Tivoli Security - VMM & Tivoli Identity Manager
> Identity Integration Architecture
> Master Inventor
> 919.224.1960 
> 


Back to the top