Re: How to activate VCS projects with EDE?

Tu Do <[email protected]>
Newsgroups gmane.emacs.cedet
Message-ID <CAOEd9jmhkkwNe3TgicZSD97Da-4BTk9J2xgWkos0=YyH0kvF0A@mail.gmail.com>
Hi Eric,

This is my ede-enable-generic-projects in generic.el:

(defun ede-enable-generic-projects ()
  "Enable generic project loaders."
  (interactive)
  (ede-generic-new-autoloader "generic-makefile" "Make"
                  "Makefile" 'ede-generic-makefile-project)
  (ede-generic-new-autoloader "generic-scons" "SCons"
                  "SConstruct" 'ede-generic-scons-project)
  (ede-generic-new-autoloader "generic-cmake" "CMake"
                  "CMakeLists" 'ede-generic-cmake-project)
  )

I don't see any VCS related projects there. I already checked out from the
bzr link you provided:

bzr checkout bzr://cedet.bzr.sourceforge.net/bzrroot/cedet/code/ede-ldf
cedet

and I always use ede-enable-generic-projects even before this new branch.
What am I missing? I tried to use the VCS feature by enter a random git
repository, and I think it should activate automatically for tracking
source files, but it doesn't work. How do I verify if the new ede work as
expected?

Thanks.

Tu.


On Sun, Jun 22, 2014 at 8:40 PM, Eric M. Ludlam <[email protected]>
wrote:

> On 06/22/2014 01:52 AM, Tu Do wrote:
>
>> Hi Eric,
>>
>> I am using the ede-ldf branch, but I don't know how to use the VCS
>> feature in EDE. When I run ede-new, it gives additional projects such as
>> GNUSteps aside from the old ones like Arduino, Make and Automake.
>>
>> How do I make EDE automatically recognize a VCS project?
>>
>
> Hi Tu,
>
> If you add this to your .emacs file:
>
> (ede-enable-generic-projects)
>
> the new VCS based projects will be enabled along with the Makefile, SCons,
> etc projects.
>
> If you've already done that, I must say I didn't put in tests for all
> those project types because I was worried about the anchor
> files/directories from other VC systems messing up my own VC in CEDET.
> Instead I test a mock VC system.
>
> It could also be I messed something up.  Please check in
> lisp/cedet/ede/generic.el for the function ede-enable-generic-projects to
> see if your VC system is properly represented.
>
> This is a great thing to try out, as I think it should be possible to
> replace `ede-cpp-root' with the generic project type which would make setup
> for new users much easier since all you need to do is:
>
> M-x customize-project
>
> to get similar features.
>
> Thanks
> Eric
>

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems

_______________________________________________
Cedet-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cedet-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.