"Veerasamy, Thirumalai (Cognizant)" <[EMAIL PROTECTED]> wrote on 
19/03/2004 11:07:07 PM:

> I could see this code in goal "was40:generate-ejb-code"
> 
>     <java className="com.ibm.etools.ejbdeploy.EJBDeploy"
>           fork="true"
>           classpathRef="ejbdeploy.classpath">
>       <env key="JAVA_HOME" value="${maven.was40.home}/java"/>
>       <env key="PATH" value="${maven.was40.home}/java/bin"/>
>       <jvmarg value="-Xmx512m"/>
>       <sysproperty key="websphere.lib.dir"
> value="${maven.was40.home}/lib"/>
>       <arg value="${maven.was40.ejb.file}" />
>       <arg value="${workingDir}" />
>       <arg value="${maven.was40.ejb.out.file}" />
>       <arg value="-cp"/>
>       <arg value="${cpMaven}"/>
>     </java>
> 
> which set the java_home automatically. As I told you I am using ver 1.1
> plugin. I think it was not there in ver 1.0 plugin. Do you still want me
> to set the java_home and path there? 

Yes. RMIC will fail without the IBM JDK on the path. Which, under windows 
xp for me, doesn't happen using the plugin. The above was my attempt to 
get it to work, but it is not consistent. 
--
dIon Gillard, Multitask Consulting

Reply via email to