as well.
Added -debug and Project.MSG_DEBUG to make -verbose less verbose. Many
messages really rather belong into a DEBUG category.
Submitted by: Jason Dillon <jason@planet57.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268009 13f79535-47bb-0310-9956-ffa450edef68
userclasspath when using jikes or jvc to make them match javac's
behavior.
Submitted by: Robert Krueger <krueger@signal7.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268008 13f79535-47bb-0310-9956-ffa450edef68
not in init() now.
Make Microsoft's tools happy by not using "delegate" as a variable
name.
Improve handling of <ant>'s antfile attribute. This should work for
absolute paths now.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267997 13f79535-47bb-0310-9956-ffa450edef68
compilation on Windows) Ant included the command itself as well as all
arguments as source files.
PR: #74 (linked to bug #31)
Submitted by: Nico Seessle <nico@seessle.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267996 13f79535-47bb-0310-9956-ffa450edef68
You cannot have a package name with a "-" in it anyway so these files
are something different. In my case I had example files in the
.../doc-files directory and javadoc died because I've used the same
classname (Example) in several places.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267992 13f79535-47bb-0310-9956-ffa450edef68
This has a lot of consequences, most notably those listed in
WHATSNEW. This also affects the behavior of several other tasks like
<available> who will now do their job at runtime instead of parser
time as well.
I've changed the version number in build.xml to reflect this bigger
change.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267988 13f79535-47bb-0310-9956-ffa450edef68
Many thanks to Patrick C. Beard <beard@netscape.com> for allowing his
original jlink code to be placed under the Apache Software License.
Submitted by: Matthew Kuperus Heun <matthew.k.heun@gaerospace.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267982 13f79535-47bb-0310-9956-ffa450edef68
Make the descriptordir attribute optional. If it is not there, then it
will default to the original functionality by looking srcdir.
Added an optional basejarname attribute. If this exists, then there is
no need to prefix your descriptors with the jar name. If it is not
used, then it will default to using the original naming convention.
Added a optional weblogicdtd attribute for the location of
the weblogic DTD file. If this is not there, then the original
functionality will be executed (uses the classpath resource
/weblogic/ejb/deployment/xml/ejb-jar.dtd as the location of the
dtd file).
Added a weblogictoplink element to the ejbjar task. This
subtask allows you to build TOPLink for WebLogic enabled ejb jar
files. This subclasses the weblogic element so it uses the same
attributes with
the following additions:
toplinkdescriptor - this is the name of the xml file to be used by
(required) TOPLINK/ejbc. This does not require the
naming prefix as the naming standard
(suggested by The ObjectPeople/WebGain) for
these files is incompatible with the current
naming convention of the ejbjar task.
toplinkdtd - the location of the TOPLink DTD file. If this
(optional) is not provided, the web address is used
(Unfortunately, this cannot be picked up like
the weblogic DTD)
Submitted by: John Hall <jhall@solant.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267977 13f79535-47bb-0310-9956-ffa450edef68
"file", "dir" and "both" and deteremines, whether the task should work
on plain files only (the default), directories only or both.
Suggested by: Peter Donald <donaldp@mad.scientist.com>,
Kitching Simon <Simon.Kitching@orange.ch>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267969 13f79535-47bb-0310-9956-ffa450edef68
another path (by reference as well as literally, although I doubt the
latter is of any use). Circular references should be caught.
Suggested by: Barrie Treloar <Barrie.Treloar@camtech.com.au>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267962 13f79535-47bb-0310-9956-ffa450edef68