-
Anjuta is made to support projects that use automake and as such normally scans a Makefile.am/configure in the project root directory to find all files. It doesn't use any files on it's own to define a project.
There is a fallback for project that just have Makefiles but that does only work in simple cases. If you project doesn't fit in any of the two categories things are difficult. For...
2009-11-21 18:40:48 UTC in Anjuta DevStudio
-
No, it doesn't. Anjuta has a very project-centric model and as such only scans files it can detect inside the project. You are free to file an enhancement requeust on bugs.gnome.org though.
2009-11-20 11:03:46 UTC in Anjuta DevStudio
-
There could be various reasons. Mostly likely anjuta wasn't able to parse the Makefile of your project correctly. Are you using automake? If not, anjuta will probably not detect your project files.
2009-11-19 23:22:26 UTC in Anjuta DevStudio
-
Please file a bug at bugs.gnome.org if this still happens for you. Thanks!
(Note that complaining in the forum about bugs might not get much notice - use the bug tracker!)
2009-11-10 07:42:24 UTC in Anjuta DevStudio
-
First of all, you are using a quite old version (current is 2.28) but that's not the point.
I don't know how KDevelop creates projects. Anjuta can usually deal with project that use autotools (automake and autoconf) which is common for most open-source projects but some especially Qt projects rather use CMake.
If the project holds a simple Makefile, anjuta might be able to show you a...
2009-09-28 21:00:14 UTC in Anjuta DevStudio
-
Anjuta doesn't change files once they were generated (except Makefile.am and configure.ac). So there is no problem in changing the license declaration.
2009-09-22 08:40:13 UTC in Anjuta DevStudio
-
You will have to change the source file individually and also change the COPYRIGHT right file to the new license. There is no automatic way to do that after the project has been created. (Well, you can of course use search/replace...)
Regards,
Johannes.
2009-09-22 07:41:15 UTC in Anjuta DevStudio
-
Hi!
This is not yet supported but we are working on it. With templates it's even more difficult though.
Regards,
Johannes.
2009-09-21 21:08:51 UTC in Anjuta DevStudio