This is a discussion on DW : "Building composite applications and templates in WebSpherePortal V6" - Websphere ; if you want to build the src of this DW article http://www.ibm.com/developerworks/we...library/techar ticles/0608_stober/0608_stober.html , then is the classpath i needed. hope this helps someone. <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.Standar dVMType/WebSphere Portal v6.0 JRE"/> <classpathentry kind="con" ...
if you want to build the src of this DW article http://www.ibm.com/developerworks/we...library/techar ticles/0608_stober/0608_stober.html, then is the classpath i needed. hope this helps someone.
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.Standar dVMType/WebSphere Portal v6.0 JRE"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/com.ibm.etools.portal.runtime.provider.v6/WebSphere Portal v6.0"/>
<classpathentry kind="var" path="WP6_ROOT/lotusworkplacelib/cai.compAPI.jar"/>
<classpathentry kind="var" path="WP6_ROOT/contentLib/contentapi.service.jar"/>
<classpathentry kind="var" path="WP6_ROOT/contentLib/wp.contentapi.service.jar"/>
<classpathentry kind="var" path="WP6_ROOT/contentLib/contentapi.jar"/>
<classpathentry kind="output" path="WebContent/WEB-INF/classes"/>
</classpath>