Skip to Content

Exception whilst resolving the classpath entry

Posted in

I had previously used the 0.5 release of ant4eclipse and it worked like a charm. In looking at the site, I noticed the upgrade to the new version and I thought I would give it a whirl. I am work on the Weblogic OEPE Eclipse bundle and when I try and build I get the following:

Buildfile: C:\Documents and Settings\vcq554\workspace_developer\RtmGeneratedPrivacyServiceWebService\build.xml
init:

BUILD FAILED
C:\Documents and Settings\vcq554\workspace_developer\RtmGeneratedPrivacyServiceWebService\build.xml:33: org.ant4eclipse.core.exception.Ant4EclipseException: Exception whilst resolving the classpath entry '[EclipseClasspathEntry: path: oracle.eclipse.tools.weblogic.lib.system entryKind: 0 outputLocation: null exported: false]' of project 'RtmGeneratedPrivacyServiceWebService': 'Container '[EclipseClasspathEntry: path: oracle.eclipse.tools.weblogic.lib.system entryKind: 0 outputLocation: null exported: false]' not handled!'

Total time: 4 seconds

Here is my build script:








































Here is my class path

Here is my class path file:

<?xml version="1.0" encoding="UTF-8"?>


















































I have gotten slightly

I have gotten slightly further, in that I started defining all the con references. it seems though I define an empty set value like the following:


ant4eclipse gives an NPE.