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 217144

Summary: Project checked out from kenai team server cannot be added to Hudson
Product: connecteddeveloper Reporter: Tomas Danek <musilt2>
Component: HudsonAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 7.3   
Hardware: PC   
OS: Mac OS X   
Issue Type: ENHANCEMENT Exception Reporter:

Description Tomas Danek 2012-08-21 09:56:08 UTC
Product Version: NetBeans IDE Dev (Build ODS-148-on-20120821)
Java: 1.7.0_05; Java HotSpot(TM) 64-Bit Server VM 23.1-b03
System: Mac OS X version 10.8 running on x86_64; UTF-8; en_US (nb)
User directory: /Users/tomas/Library/Application Support/NetBeans/dev
Cache directory: /Users/tomas/Library/Caches/NetBeans/dev
--------------------------
- checkout some sample project from kenai.com, which contains one or more netbeans projects
- structure is like:

-root
--.hg
--NetBeansProject1
----nbproject
----src
----build.xml
----manifest.mf
--NetBeansProject2
...
...

if you try to add NetBeansProject1 to hudson (Team|Create new build job), you get a message dialog that "Project does not use any supported VCS". Which is detected probably that there's no ".hg" folder under NetBeansProject1.
Comment 1 Jaroslav Havlin 2012-09-07 12:46:11 UTC
> Which is detected probably that there's no ".hg" folder under 
> NetBeansProject1.
This case is not currently supported. Changing to enhancement.

http://hg.netbeans.org/core-main/rev/d6dd2f75623d
Adding a better error message.
Comment 2 Quality Engineering 2012-09-08 02:08:09 UTC
Integrated into 'main-golden', will be available in build *201209080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d6dd2f75623d
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #217144: Project checked out from kenai team server cannot be added to Hudson