project management

Richard Dale Richard_Dale at tipitina.demon.co.uk
Sat Jun 2 09:25:13 UTC 2001


On Sat, 02 Jun 2001, Bernd Gehrmann wrote:
> Richard, you have to look if all this affects the java support.
> >From the 10 lines of automake documentation about _JAVA I get
> the impression that java targets don't need any further options
> at all? Is automake is suitable build system for java? Or would
> it be better to implement one on top on ant (from the jakarta
> project) for example?
I've found the _JAVA primary reasonably ok to use. The only problem with it
that I would like to be able to solve, is to not install '.class' files when a
'.jar' file is all that is wanted - it ends up installing both for me at the
moment. I'm afraid I don't know anything about ant or jakarta, and I haven't
used other Java IDEs to know how they might handle the project builds.

Here are some example Java oriented rules - the KDevelop front end would just
need to make it possible to specify something like these:

data_DATA = koala.jar
datadir = $(kde_libraries)/java
 
koala.jar: org/kde/koala/classjava.stamp
        $(JAR) cf koala.jar org/kde/koala/*.class

java_JAVA = $(EXTRA_DIST)
javadir = $(kde_libraries)/java/org/kde/koala
 
JAVAROOT = ../../..
CLASSPATH = ../../..:../../../../../qtjava/javalib
JAVACFLAGS = -classpath $(CLASSPATH)

-- Richard

-
to unsubscribe from this list send an email to kdevelop-devel-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop-devel mailing list