Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RES: [dsdp-mtj-dev] NullPointer during build

Hi Marcel,

Thanks for your interest on MTJ. 

About the question that you sent, this list targets developers that want
to extend MTJ, not use it. There is newsgroup where you post user
specific questions.

Since your questions are related to using MTJ, would you mind posting
them there? This will make it easy for other MTJ users to see the
questions / answers. And they might also contribute with the answers if
they havd faced similar problems.

Sorry for this inconvenience. We will try to update the web site to make
it clear to who ever visit it the objective of each communication
channel.

:)
gep 

-----Mensagem original-----
De: dsdp-mtj-dev-bounces@xxxxxxxxxxx
[mailto:dsdp-mtj-dev-bounces@xxxxxxxxxxx] Em nome de Marcel Ruff
Enviada em: domingo, 21 de junho de 2009 09:41
Para: dsdp-mtj-dev@xxxxxxxxxxx >> Mobile Tools for The Java Platform
mailinglist
Assunto: [dsdp-mtj-dev] NullPointer during build

Sorry, again me,

I have now recreated the project from source (removed all eclipseme and
MTJ
specific files and directories) and now get a NPE during building:
(eclipse 3.4.2 and MTJ 1.0.0 on Linux 64bit)

!ENTRY org.eclipse.mtj.core 4 0 2009-06-21 14:37:26.370
!MESSAGE createPackageForProject                      
!STACK 1                                              
org.eclipse.core.internal.resources.ResourceException: Errors during
build.
        at 
org.eclipse.core.internal.resources.Project.internalBuild(Project.java:5
22)
        at 
org.eclipse.core.internal.resources.Project.build(Project.java:94)

        at 
org.eclipse.mtj.internal.core.project.midp.MidletSuiteProject.createPack
age(Unknown 
Source)
        at 
org.eclipse.mtj.internal.ui.actions.packaging.AbstractCreatePackageActio
n.createPackageForProject(Unknown 
Source)
        at 
org.eclipse.mtj.internal.ui.actions.packaging.AbstractCreatePackageActio
n.access$0(Unknown 
Source)              
        at 
org.eclipse.mtj.internal.ui.actions.packaging.AbstractCreatePackageActio
n$1.run(Unknown 
Source)                 
        at 
org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)


        at 
org.eclipse.mtj.internal.ui.actions.packaging.AbstractCreatePackageActio
n.doPackageCreation(Unknown 
Source)     
        at 
org.eclipse.mtj.internal.ui.actions.packaging.AbstractCreatePackageActio
n.run(Unknown 
Source)                   
        at 
org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)


        at 
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Ac
tionContributionItem.java:583)           

        at 
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContribut
ionItem.java:500)                        

        at 
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionCont
ributionItem.java:411)                   

        at 
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)


        at 
org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)


        at 
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3401)


        at 
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3033)


        at 
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384)


        at 
org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348)


        at 
org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)


        at 
org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)


        at 
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:
288)                                     

        at 
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:4
90)                                      

        at 
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)


        at 
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplicat
ion.java:113)                            

        at 
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.j
ava:193)                                 

        at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplicat
ion(EclipseAppLauncher.java:110)
        at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Eclip
seAppLauncher.java:79)
        at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
386)
        at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at
org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
Contains: Errors running builder 'Package Builder' on project 
'xmlBlasterJ2me'.
Contains: An error occurred while traversing resources.
!SUBENTRY 1 org.eclipse.core.resources 4 566 2009-06-21 14:37:26.372
!MESSAGE Errors during build.
!SUBENTRY 2 org.eclipse.mtj.core 2 75 2009-06-21 14:37:26.372
!MESSAGE Errors running builder 'Package Builder' on project 
'xmlBlasterJ2me'.

_______________________________________________
dsdp-mtj-dev mailing list
dsdp-mtj-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-mtj-dev


Back to the top