Ken,
On 5/28/06, Ken Williams <[EMAIL PROTECTED]> wrote:
For at least GNU make, I think you should be able to change this:
java ::
@$(MKPATH) Java/classes
"$jdk/javac" -deprecation -g -d Java/classes Java/sources/org/perl/
inline/java/*.java
"$jdk/jar" cf Java/InlineJa
For at least GNU make, I think you should be able to change this:
java ::
@$(MKPATH) Java/classes
"$jdk/javac" -deprecation -g -d Java/classes Java/sources/org/perl/
inline/java/*.java
"$jdk/jar" cf Java/InlineJavaServer.jar -C Java/classes org -C Java/
classes InlineJava.properties
Does anyone know how to write dependencies for Java source files that I could
use to have the default target build the .jar?
I can't say i "know" how to do it the best way, but perhaps you can use
a folder as a target? Say, "sources" is where java files are, and
"classes" is the destination fol
Hi all,
When one builds Inline::Java, you need to do:
make java
before doing:
make
make test
make install
in order to build a .jar file that is needed to use Inline::Java.
Does anyone know how to write dependencies for Java source files that I could
use to have the default target build t