This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 240992 - Exception: path must be absolute
Summary: Exception: path must be absolute
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
: 240994 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-01-27 07:08 UTC by Vladimir Kvashin
Modified: 2014-01-28 03:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2014-01-27 07:08:49 UTC
java.lang.Exception: path must be absolute customer.cc
[catch] at org.netbeans.modules.cnd.utils.CndUtils.assertTrueInConsole(CndUtils.java:212)
        at org.netbeans.modules.cnd.utils.CndUtils.assertAbsolutePathInConsole(CndUtils.java:254)
        at org.netbeans.modules.cnd.utils.CndPathUtilities.toAbsolutePath(CndPathUtilities.java:195)
        at org.netbeans.modules.cnd.utils.CndPathUtilities.toAbsolutePath(CndPathUtilities.java:184)
        at org.netbeans.modules.cnd.makeproject.api.configurations.Item.<init>(Item.java:117)
        at org.netbeans.modules.cnd.makeproject.api.configurations.Item.createInBaseDir(Item.java:108)
        at org.netbeans.modules.cnd.makeproject.configurations.ConfigurationXMLCodec.createItem(ConfigurationXMLCodec.java:1047)
        at org.netbeans.modules.cnd.makeproject.configurations.ConfigurationXMLCodec.endElement(ConfigurationXMLCodec.java:658)
        at org.netbeans.modules.cnd.api.xml.XMLDecoder.checkEndRecursion(XMLDecoder.java:160)
        at org.netbeans.modules.cnd.api.xml.XMLDecoder._endElement(XMLDecoder.java:119)
        at org.netbeans.modules.cnd.api.xml.XMLDocReader$Parser.endElement(XMLDocReader.java:348)
        at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:609)
        at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1789)
        at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2965)
        at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:606)
        at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)
        at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:848)
        at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777)
        at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
        at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)
        at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:649)
        at org.netbeans.modules.cnd.api.xml.XMLDocReader.read(XMLDocReader.java:152)
        at org.netbeans.modules.cnd.makeproject.configurations.ConfigurationXMLReader._read(ConfigurationXMLReader.java:161)
        at org.netbeans.modules.cnd.makeproject.configurations.ConfigurationXMLReader.access$000(ConfigurationXMLReader.java:82)
        at org.netbeans.modules.cnd.makeproject.configurations.ConfigurationXMLReader$1.runImpl(ConfigurationXMLReader.java:133)
        at org.netbeans.modules.cnd.utils.NamedRunnable.run(NamedRunnable.java:62)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 Vladimir Kvashin 2014-01-27 07:10:47 UTC
That's a consequence of my recent fixes
http://hg.netbeans.org/cnd-main/rev/1db938227102
http://hg.netbeans.org/cnd-main/rev/be39253e1f08
Comment 2 Vladimir Kvashin 2014-01-27 08:35:24 UTC
http://hg.netbeans.org/cnd-main/rev/c3f9c18efacf
Comment 3 Vladimir Kvashin 2014-01-27 08:44:49 UTC
*** Bug 240994 has been marked as a duplicate of this bug. ***
Comment 4 Quality Engineering 2014-01-28 03:05:49 UTC
Integrated into 'main-silver', will be available in build *201401280001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c3f9c18efacf
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #240992 - Exception: path must be absolute