Skip to main content



      Home
Home » Newcomers » Newcomers » VJet build path error(Need help correcting build path error message)
VJet build path error [message #1385378] Thu, 05 June 2014 21:43 Go to next message
Eclipse UserFriend
The message is:

Cannot nest '.org.eclipse.dltk.mod.core.external.folders/JavaPrimitive' inside
'.org.eclipse.dltk.mod.core.external.folders'.
To enable the nesting exclude 'JavaPrimitive/' from '.org.eclipse.dltk.mod.core.external.folders'

I have no idea how to correct this. I tried uninstalling and reinstalling the VJet plugin, with no change.

I was forced to move a substantial project to another computer in a hurry, and am trying to cope with changes from Eclipse Indigo to Kepler and VJet org.ebay to org.eclipse. The project is primarily Java, but supports user written scripts to modify program interaction with the user. It was working fine before the move and now the sample scripts do not work.

I expect the error message is not the only problem, but one thing at a time...
Re: VJet build path error [message #1386018 is a reply to message #1385378] Thu, 12 June 2014 21:21 Go to previous messageGo to next message
Eclipse UserFriend
The problem seems to be a .project file under .plugins, in the folder org.eclipse.dltk.mod.core\JavaPrimitive. Here is the complete content:

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>.org.eclipse.dltk.mod.core.external.folders</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.vjet.eclipse.core.builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.vjet.core.nature</nature>
</natures>
<linkedResources>
<link>
<name>JavaPrimitive</name>
<type>2</type>
<locationURI>typespace://JavaPrimitive/?group=JavaPrimitive</locationURI>
</link>
<link>
<name>JsBrowserLib</name>
<type>2</type>
<locationURI>typespace://JsBrowserLib/?group=JsBrowserLib</locationURI>
</link>
<link>
<name>JsNativeLib</name>
<type>2</type>
<locationURI>typespace://JsNativeLib/?group=JsNativeLib</locationURI>
</link>
<link>
<name>VjoSelfDescribed</name>
<type>2</type>
<locationURI>typespace://VjoSelfDescribed/?group=VjoSelfDescribed</locationURI>
</link>
</linkedResources>
</projectDescription>

I am comfortable with XML, but with no reference I have no idea if there is anything wrong here, how to correct it or whether it is a bug. I have searched for a reference, but so far all I have found are tutorials on how to specify things in Eclipse wizards. The containing folder path does not appear anywhere in Eclipse that I can find, so those tutorials are no help. I guess the error prevents this from being loaded into Eclipse.

The platform is Windows 7 (Professional).
Re: VJet build path error [message #1387381 is a reply to message #1386018] Tue, 24 June 2014 22:36 Go to previous message
Eclipse UserFriend
I have reported this as a bug to the org.eclipse.VJet project and uninstalled VJet. However, the removal was not clean. I will report particulars as a new topic in hopes that someone can suggest how to complete the removal.

In the meantime, my project remains stalled after over a month.
Previous Topic:Project files open uncontrollably and continue to reopen when closed
Next Topic:Can not find my topic
Goto Forum:
  


Current Time: Fri Jun 13 13:39:01 EDT 2025

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

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

Back to the top