You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Junichi Yamamoto (JIRA)" <ji...@apache.org> on 2018/09/11 04:51:00 UTC

[jira] [Comment Edited] (NETBEANS-1229) java.lang.AssertionError: Cannot find myself as org.netbeans.modules.php.editor

    [ https://issues.apache.org/jira/browse/NETBEANS-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16610100#comment-16610100 ] 

Junichi Yamamoto edited comment on NETBEANS-1229 at 9/11/18 4:50 AM:
---------------------------------------------------------------------

Thank you, Matthias!
I could build php.editor in NetBeans without running clean & build commands after I ran the above command.


was (Author: junichi11):
Thank you, Matthias!
I could build php.editor in NetBeans without running clean & build commands my PC after I ran the above command.

> java.lang.AssertionError: Cannot find myself as org.netbeans.modules.php.editor
> -------------------------------------------------------------------------------
>
>                 Key: NETBEANS-1229
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-1229
>             Project: NetBeans
>          Issue Type: Bug
>            Reporter: Junichi Yamamoto
>            Priority: Major
>
> Steps to reproduce:
> 1. Build NetBeans (ant -Dcluster.config=full)
> 2. Run php/php.editor in NetBeans
> 3. Reboot my PC
> 4. Run php/php.editor in NetBeans
> 5. Get the following error message
> output:
> {code:java}
> /incubator-netbeans/nbbuild/templates/projectized.xml:342: The following error occurred while executing this line:
> /incubator-netbeans/nbbuild/templates/projectized.xml:335:
> java.lang.AssertionError: Cannot find myself as org.netbeans.modules.php.editor
> at org.netbeans.nbbuild.ParseProjectXml.execute(ParseProjectXml.java:433)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
> at org.apache.tools.ant.Task.perform(Task.java:350)
> at java.util.Vector.forEach(Vector.java:1275)
> at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:67)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
> at org.apache.tools.ant.Task.perform(Task.java:350)
> at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:391)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
> at org.apache.tools.ant.Task.perform(Task.java:350)
> at org.apache.tools.ant.Target.execute(Target.java:449)
> at org.apache.tools.ant.Target.performTasks(Target.java:470)
> at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
> at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
> at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
> at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
> at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:261)
> at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:574)
> at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:128)
> {code}
> If I run clean and build command (ant -Dcluster.config=full clean build-nozip), I can run php/php.editor.
> Thanks.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists