Community
Participate
Working Groups
Change org_eclipse_edt_rui_dojo_samples_0_7_0.egldd to add a target project. Then deploy. There is a red x on the target project. Drilling down, it's on WebContent.dojox.gfx.resources.svg2gfx.xsl. Xpath is invalid svg2gfx.xsl /deployedDojoSamples/WebContent/dojox/gfx/resources line 731 Xpath is invalid svg2gfx.xsl /deployedDojoSamples/WebContent/dojox/gfx/resources line 789 Xpath is invalid svg2gfx.xsl /deployedDojoSamples/WebContent/dojox/gfx/resources line 1082 It's complaining about the line: <xsl:apply-templates select="&SupportedElements;"/>
Duplicate of Bug 357027 - [Eclipse]Deployment web project got compile error on dojox.gfx.resources.svg2gfx.xsl *** This bug has been marked as a duplicate of bug 357027 ***
I'm on the 201111220901 build and still have the error.
Looks like the file is still in CVS.
Matt is investigating. The file is no longer in CVS, but is still in the build.
There were two copies of WebContent/dojox/gfx/resources/svg2gfx.xsl. The one in org.eclipse.edt.rui.dojo.runtime.local_1.6.1 was deleted, but the other, in org.eclipse.edt.rui.dojo_0.7.0, was not deleted.
I deleted the other copy of the file. This should solve the problem.
Verified in 201111221542 build.