I wanted to post a diff (is this the proper lingo? sorry i'm new to open
source stuff)
in build-turbine.xml:
<target name="javadocs" depends="prepare">
but in the build script build-turbine.sh it suggests target name javadoc
instead of javadocs:
# -----------------------------------------------------------
# The targets are the different build scripts.
# The default "jar" is suggested
# and does not require any external packages
#
# "compile" target builds Turbine core classes
# "clean" target #oves bin directory
# "jar" target builds "core" + jar file
# "javadoc" target builds the javadoc
# -----------------------------------------------------------
TARGET=${1}
# TARGET=javadoc
# TARGET=compile
# TARGET=clean
# TARGET=jar
It would be useful to change one or the other.
Thanks.
Jamie
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jeffrey D.Brekke
Sent: Tuesday, April 04, 2000 12:12 PM
To: [EMAIL PROTECTED]
Subject: Off Topic: Ant setup
Question:
I'm setting up my projects to use ant for building and just copied the
turbine
build setup and changed it for my project. This worked great, but I was
wondering why the java source is copied into the build directory and not
left
where it is. I changed the build.xml file so the source is not copied in
the
prepare and this worked fine. This way when errors come up during compile,
I
can use my editor to jump to the correct line in the correct file and fix
it.
When the source is moved, the file is the moved file and not the one that
really needs to be fixed. Just wondering if there is another reason to move
the source I'm not seeing. Jetspeed and ecs builds are set up the same
way...
Jeffrey D. Brekke
mailto:[EMAIL PROTECTED]
http://sites.netscape.net/ekkerbj/homepage
____________________________________________________________________
Get your own FREE, personal Netscape WebMail account today at
http://webmail.netscape.com.
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]