Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [linux-distros-dev] Tools release happenings

Andrew Overholt wrote:
Hi,

I'm going to be at FUDCon (Fedora Users and Developers Conference) the
next few days so rather than having to have people bug me to do a build,
I just set my build script to happen hourly (on the hour) on
build.eclipse.org.  15 minutes past the hour the update site is
re-generated meaning at about 45 minutes past each hour this should be
updated:

http://download.eclipse.org/technology/linuxtools/updates-nightly/


I'm not seeing anything at that address?


[1]
"Could not open the editor: The editor class could not be instantiated.  This
usually indicates a missing no-arg constructor or that the editor's class name
was mistyped in plugin.xml."

java.lang.NullPointerException
	at org.eclipse.core.internal.runtime.Activator.getURLConverter(Activator.java:313)
	at org.eclipse.core.runtime.FileLocator.toFileURL(FileLocator.java:164)
	at org.eclipse.linuxtools.systemtap.ui.editor.SystemtapEditor.<init>(SystemtapEditor.java:52)


I fixed the NPE and added the completion/ folder to the build.properties bin.build so hopefully it will be distributed in an installed plug-in. Once the 45 minute builds are working I'll test it.

Regards

Phil


Back to the top