Community
Participate
Working Groups
N20110618-2000. Javadoc warning in official build: ../org.eclipse.pde.build/src/org/eclipse/pde/internal/build/IPDEBuildConstants.java:13: package org.eclipse.pde.internal.publishing does not exist import org.eclipse.pde.internal.publishing.Constants; ^ 1 warning
Created attachment 198411 [details] patch Does this look right? The package in question comes from p2.
The publisher is already on the classpath: ;../org.eclipse.equinox.p2.publisher.eclipse/pdepublishing.jar so the question is why org.eclipse.equinox.p2.publisher.eclipse no longer delivers the code in the pdepublishing.jar but instead exploded? This is the only bundle that does this. Your patch *might* work but it should also remove the existing entry mentioned above.
Ah, didn't notice the pdepublishing.jar there. The problem here is related to bug 348095.
Created attachment 198475 [details] updated patch
I've released the new patch and the fix for 348095 to put the publishing.eclipse bundle in the normal shape.
Verified in N20110701-2000.
The bug reappears in I20110705-0800. It looks like PDE did not do a correct build input. I've released pde.doc now.