Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Problem with build - stupid
Problem with build - stupid [message #42642] Mon, 26 January 2009 20:10
Martin Schmitz is currently offline Martin SchmitzFriend
Messages: 23
Registered: July 2009
Junior Member
Hi,

I have a problem with my buil process. I have 2 workstations. Both have
installed Ganymede 3.4.1. In an extra folder there is Ganymede 3.4.1 +
Delta Pack. Perhaps anybody has an idea, because I am getting mad of this.

build properties:

base=D:/Development/Eclipse/Ganymede-SR1-Delta
baseLocation=${base}/eclipse
# Location of Eclipse SDK: Here the launcher is used from
# MUST not be the target platform (baseLocation, see below)
eclipseLocation=D:/Development/Eclipse/Ganymede-SR1-Delta/ec lipse

Is it correct setting the DeltaPack Eclipse for both variables? When not
how to set it correct?



On one pc I get the following trace,the other works fine, but on every
second build I get a NullPointerException:

#========================================
#========================================
#========================================
Buildfile: C:\Projekte\Java\XXX\#Build\build.xml
clean:
[delete] Deleting directory c:\temp\XXX-build1
copyProjectsFromWorkspace:
copyProjectsFromFilesystem:
[mkdir] Created dir: c:\temp\XXX-build1
[mkdir] Created dir: c:\temp\XXX-build1\plugins
[mkdir] Created dir: c:\temp\XXX-build1\features
[copy] Copying 27 files to c:\temp\XXX-build1\plugins
[copy] Copying 5 files to c:\temp\XXX-build1\features
pde-build:
[echo] Executing
C:/Java/IDE/Eclipse/Ganymede-SR1/eclipse/plugins/org.eclipse .equinox.launcher_1.0.101.R34x_v20080819.jar
[java] Buildfile:
C:/Java/IDE/Eclipse/Ganymede-SR1/eclipse/plugins/org.eclipse .pde.build_3.4.1.R34x_v20080805/scripts/productBuild/product Build.xml
[java] main:
[java] preBuild:
[java] preSetup:
[java] checkLocalMaps:
[java] getMapFiles:
[java] [concat] No existing resources and no nested text, doing
nothing
[java] postSetup:
[java] checkLocalBase:
[java] getBaseComponents:
[java] generateFeature:
[java] fetch:
[java] generateFeature:
[java] [eclipse.generateFeature] Some inter-plug-in dependencies
have not been satisfied.
[java] [eclipse.generateFeature] Bundle
org.eclipse.equinox.launcher.win32.win32.x86:
[java] [eclipse.generateFeature] Bundle
org.eclipse.swt.win32.win32.x86:
[java] generate:
[java] preGenerate:
[java] allElements:
[java] allElementsDelegator:
[java] init:
[java] generateScript:
[java] [eclipse.buildScript] Some inter-plug-in dependencies have
not been satisfied.
[java] [eclipse.buildScript] Bundle
org.eclipse.equinox.launcher.win32.win32.x86:
[java] [eclipse.buildScript] Bundle org.eclipse.swt.win32.win32.x86:
[java] BUILD FAILED
[java]
C:\Java\IDE\Eclipse\Ganymede-SR1\eclipse\plugins\org.eclipse .pde.build_3.4.1.R34x_v20080805\scripts\productBuild\product Build.xml:28:
The following error occurred while executing this line:
[java]
C:\Java\IDE\Eclipse\Ganymede-SR1\eclipse\plugins\org.eclipse .pde.build_3.4.1.R34x_v20080805\scripts\build.xml:64:
The following error occurred while executing this line:
[java] C:\Projekte\Java\XXX\#Build\customTargets.xml:12: The
following error occurred while executing this line:
[java]
C:\Java\IDE\Eclipse\Ganymede-SR1\eclipse\plugins\org.eclipse .pde.build_3.4.1.R34x_v20080805\scripts\productBuild\allElem ents.xml:10:
The following error occurred while executing this line:
[java]
C:\Java\IDE\Eclipse\Ganymede-SR1\eclipse\plugins\org.eclipse .pde.build_3.4.1.R34x_v20080805\scripts\genericTargets.xml:8 8:
Unable to find plug-in:
org.eclipse.equinox.launcher_1.0.100.v20080509-1800. Please check the
error log for more details.
[java] Total time: 2 seconds

BUILD FAILED
C:\Projekte\Java\XXX\#Build\build.xml:51: Java returned: 13

#========================================
#========================================
#========================================




NullPointerException:

[java] [exec] !ENTRY
org.eclipse.equinox.p2.metadata.repository 2 0 2009-01-26 21:04:07.372
[java] [exec] !MESSAGE Error parsing metadata repository
[java] [exec] !SUBENTRY 1 org.eclipse.equinox.p2.core 2 0
2009-01-26 21:04:07.372
[java] [exec] !MESSAGE Error at line 10, column 91: Missing
required attribute in "repository": url
[java] [exec] !SUBENTRY 1 org.eclipse.equinox.p2.core 2 0
2009-01-26 21:04:07.372
[java] [exec] !MESSAGE Error at line 10, column 91: Illegal
value for attribute "url" of element "repository": null
[java] [exec] !SUBENTRY 1 org.eclipse.equinox.p2.core 2 0
2009-01-26 21:04:07.372
[java] [exec] !MESSAGE Error at line 11, column 91: Missing
required attribute in "repository": url
[java] [exec] !SUBENTRY 1 org.eclipse.equinox.p2.core 2 0
2009-01-26 21:04:07.372
[java] [exec] !MESSAGE Error at line 11, column 91: Illegal
value for attribute "url" of element "repository": null
[java] [exec] !SUBENTRY 1 org.eclipse.equinox.p2.core 2 0
2009-01-26 21:04:07.372
[java] [exec] !MESSAGE Error at line 12, column 90: Missing
required attribute in "repository": url
[java] [exec] !SUBENTRY 1 org.eclipse.equinox.p2.core 2 0
2009-01-26 21:04:07.372
[java] [exec] !MESSAGE Error at line 12, column 90: Illegal
value for attribute "url" of element "repository": null
[java] [exec] !SUBENTRY 1 org.eclipse.equinox.p2.core 2 0
2009-01-26 21:04:07.372
[java] [exec] !MESSAGE Error at line 13, column 90: Missing
required attribute in "repository": url
[java] [exec] !SUBENTRY 1 org.eclipse.equinox.p2.core 2 0
2009-01-26 21:04:07.372
[java] [exec] !MESSAGE Error at line 13, column 90: Illegal
value for attribute "url" of element "repository": null
[java] [exec] Operation completed in 57845 ms.
[java] [exec] java.lang.NullPointerException
[java] [exec] at
org.eclipse.osgi.framework.internal.core.AbstractBundle.getB undleDescription(AbstractBundle.java:1337)
[java] [exec] at
org.eclipse.osgi.framework.internal.core.AbstractBundle.getR esolutionFailureMessage(AbstractBundle.java:1376)
[java] [exec] at
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:305)
[java] [exec] at
org.eclipse.osgi.framework.internal.core.AbstractBundle.star t(AbstractBundle.java:265)
[java] [exec] at
org.eclipse.osgi.framework.util.SecureAction.start(SecureAct ion.java:400)
[java] [exec] at
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter .postFindLocalClass(EclipseLazyStarter.java:111)
[java] [exec] at
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLoc alClass(ClasspathManager.java:427)
[java] [exec] at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.fin dLocalClass(DefaultClassLoader.java:193)
[java] [exec] at
org.eclipse.osgi.framework.internal.core.BundleLoader.findLo calClass(BundleLoader.java:368)
[java] [exec] at
org.eclipse.osgi.framework.internal.core.SingleSourcePackage .loadClass(SingleSourcePackage.java:33)
[java] [exec] at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl assInternal(BundleLoader.java:432)
[java] [exec] at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:397)
[java] [exec] at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:385)
[java] [exec] at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:87)
[java] [exec] at java.lang.ClassLoader.loadClass(Unknown Source)
[java] [exec] at
java.lang.ClassLoader.loadClassInternal(Unknown Source)
[java] [exec] at
org.eclipse.equinox.internal.p2.engine.MetadataCache$1.notif y(MetadataCache.java:81)
[java] [exec] at
org.eclipse.equinox.internal.p2.core.ProvisioningEventBus.di spatchEvent(ProvisioningEventBus.java:86)
[java] [exec] at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:211)
[java] [exec] at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManager.java:321)
[java] [delete] Deleting directory
c:\temp\XXX-build\result\tmp\XXX\p2\org.eclipse.equinox.p2.c ore\cache
[java] [zip] Building zip:
c:\temp\XXX-build\result\XXX-win32-3.4.1.v200901262103.zip
[java] BUILD SUCCESSFUL
[java] BUILD SUCCESSFUL
[java] Total time: 1 minute 31 seconds
Previous Topic:IEHS subsystem as Service
Next Topic:Problem with build - stupid
Goto Forum:
  


Current Time: Tue Mar 19 06:10:33 GMT 2024

Powered by FUDForum. Page generated in 0.01772 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top