Re: [Anjuta-list] Some java crap...
- From: Jens Askengren <jensus linux nu>
- To: Anjuta List <anjuta-list lists sourceforge net>
- Subject: Re: [Anjuta-list] Some java crap...
- Date: Sun Feb 23 13:48:10 2003
fre 2003-02-21 klockan 06.23 skrev Naba Kumar:
> On Fri, 2003-02-21 at 01:56, Jens Askengren wrote:
> > Anyway, attached is a script that does about the same thing as
> > anjuta-gnome-application-create.py.
> >
> This would be nice addition. But I don't know ant system nor python to
> understand what your script does. Could you please briefly explain what
> it does and how it's controlled from Anjuta?
The script creates a project template, just like
plugins/gnome-project-types/anjuta-gnome-application-create.py does.
(using the same parameters)
The following stuff is created:
src/
classes/
docs/
resources/
resources/MANIFEST.MF.in
lib/
jar/
build.xml
project.anjuta
An ant based project is very easy to maintain: Unlike automake, no
changes to the project files are neede when a source file is added,
removed etc. It just works (tm) ;)
- Jens
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]