Patch from Nicola.
It adds support for multiple values.
( I am not sure if this is the right place - I would try to
return a vector/enumeration/[] - and then have a generic solution
that would turn this into a string. Until I find a better solution
I'll leave the code unchanged )
Bug 11789
48 lines of code changed in:
Added velocity and jexp dynamic properties.
Started a bit of support for jxpath set.
332 lines of code changed in:
Moved from discovery - it'll be the start on discovering the tasks.
0 lines of code changed in:
Added support for velocity and jexl.
I'm just playing around to see how the API works, I'll try to move
all those deps out of embed later.
22 lines of code changed in:
Added examples for velocity and jexl properties.
Started to add jxpath set ( I also have some work on jndi properties and set,
but in j-t-c repo ).
25 lines of code changed in:
Add quotes when %JAVA_HOME% contains spaces
Submitted by: Patrick Luby <patrick.luby@sun.com>
2 lines of code changed in:
More patches (+ test cases!) from Eric Pugh on the <image> task.
sorry for the multiple commits - getting lock errors otherwise
0 lines of code changed in:
More patches (+ test cases!) from Eric Pugh on the <image> task.
137 lines of code changed in:
Add a link to ant eater.
Submitted by: jefft@apache.org (Jeff Turner)
254 lines of code changed in:
changes submitted by Eric Pugh improving the <image> task. dest is now destdir - this breaks backwards compatibility, but its still in alpha so no worries.
121 lines of code changed in:
Fix PDF mangling
1 lines of code changed in:
More batch hacking. JAVACMD was reset each time and was jumping right off without
appending tools.jar
Reported by Brian DeWeese <brd1_reuters@yahoo.com>
12 lines of code changed in:
Costins need reminded me to turn on the java version specific system library stuff; though I would still like a good test for this.
1 lines of code changed in:
Add an extra attempt to load tools.jar
6 lines of code changed in:
Allow the task type to be set from a differnet package. That elminate
the need to have RuntimeConfigurable2 in the same package.
PR:
Obtained from:
Submitted by:
Reviewed by:
1 lines of code changed in:
If no logger is set, default to system.out instead of ignoring the
message.
This happens when ant is embeded ( if no logger is set ).
PR:
Obtained from:
Submitted by:
Reviewed by:
6 lines of code changed in:
Added org.w3c.dom too.
1 lines of code changed in:
Few fixes ( I hope it won't brake anything ).
Added 'org.sax' and 'sun.reflect' to the list of system pacakges. There are
problems when using JDK1.4 with 'endorsed' not set up corectly. This allows
using a different parser, but doesn't allow the overriting of system classes.
Made loadClass synchronized. Yes, it must be - there is a race condition,
we check if the class was not loaded and then load it, but 2 threads
may end up loading the class, and the second will get an exception.
This happen when using tomcat in ant for example - probably other
multithreaded tasks as well.
I left the stack trace in, it shouldn't happen in normal cases ( AFAIK ),
but when something strange happens it helps a lot to know what was wrong.
8 lines of code changed in:
Correct javadoc strings on methods that list deselected files and
directories to indicate that they do in fact list files that have
NOT been selected.
Submitted by: JimWright@quick.cz (Jim Wright)
12 lines of code changed in:
2002
2 lines of code changed in:
Clean up batch scripts with simplified syntax to avoid problems with some
w2k boxes and 4nt.
PR:11478, 11250
Submitted by: Patrick Luby <patrick.luby@sun.com>
53 lines of code changed in:
Add missing rmicoptions setter
PR: 9830
Submitted by: hengels@mercatis.de (Holger Engels)
8 lines of code changed in:
Make junit report more informative when looking for xalan
PR: 11067
Reported by: stevel@apache.org (Steve Loughran)
2 lines of code changed in:
Siwtch to strict dtd.
The escaping has been removed because this case is not adressed by the
xslt specs. Xalan 2.4D1 unescape & in the attribute while Saxon 7.1 does.
See PR 1604 for more information.
PR: 11701
Submitted by: ville.skytta@iki.fi (Ville Skytt?)
6 lines of code changed in:
Ooops. Bad IDEA configuration ruined the imports.
8 lines of code changed in:
The date format seems to be in 24h format (did not have time to browse all
docs but this is what I get on my machine so far) though it is clear that unlike
all cvs commands the timezone is in UTC so I added an additional setup
to configure the format with the utc timezone.
The hour format has been changed from hh to HH to accomodate 24h.
PR: 11582
Reported by: m.mehrmann@fernuni-hagen.de (Mathias Mehrmann)
14 lines of code changed in:
Fix the xsl to produce a valid html
(I changed the font size since it was not that readable for me, switched to a
loose dtd otherwise we have to work more on the html and I encoded
the entity '&' so that it is correct in the html attribute.)
PR: 11701
Submitted by: ville.skytta@iki.fi (Ville Skytt?)
53 lines of code changed in:
Why this has not been done before is beyond me, but its something I can't live without! :)
I typically have properties that refer to a JAR file, but its very difficult to construct a fileset to copy it or include it in a WAR/EAR - so this change fixes this. <fileset file="${some.jar}"/>
If this change is ok with everyone I'll take care of documenting it.
11 lines of code changed in:
Revive int constructor for 1.4 compatibility
PR: 11207
Reported by: martin.brehovsky@sun.com (Martin Brehovsky)
10 lines of code changed in:
Check in 11644. Thanks Nicola.
XMLDOC is a typedes that can be used in the embed proposal.
It loads an xml file as a DOM, thus making it available to jxpath.
Note:
This is different from the XML task that loads each element
as a property. Eventually we should merge the 2 - after 'embed'
is proposed for the main branch and if it is accepted.
Note2: It would be interesting to explore the other side of
jxpath, i.e. setting. And then saving the xml file.
12 lines of code changed in:
JNI++ pointer; moved jing into its right place (didnt notice it was alpha sorted before; sorry)
65 lines of code changed in:
here is the bugfix. concatSystemClasspath returns a new classpath, so if jasperc was in ant's lib it got lost along with everything else.
5 lines of code changed in:
this patch does not fix the failing of jspc test, it fixes two other bugs in bugzilla -NPE on inclusion of non jsp file, and webapp attr broken.
34 lines of code changed in:
cleanup
0 lines of code changed in:
two new tests
20 lines of code changed in:
Only set jikes.class.path if JIKESPATH is defined.
Submitted by: Patrick Luby <patrick.luby@sun.com>
15 lines of code changed in:
Make <arg line="''"/> closer to what a shell would do.
PR: 5906
Don't use <arg line="..." />!
46 lines of code changed in:
Fix a problem with HOME containing spaces on Cygwin.
PR: 10654
5 lines of code changed in:
Make <available> less noisy.
Merged from the 1.5 branch.
6 lines of code changed in:
MailLogger documentation patch
11 lines of code changed in:
Submited the patch from Patrick.
1. Removes the extraneous "cd `dirname $PRG`" line that causes the
script to break when Ant is invoked with from a relative path
(i.e. ../jakarta-ant/bin/ant).
2. Properly quote all environment variables that may contain paths.
The script would break if any of these environment variables
contained paths with spaces in them (a common occurrence on Windows).
3. Invoke Java using the "exec" shell command. There really is no need
to create a child process to run the JVM and by using the "exec"
command, there is less chance that killing the script will fail to
kill Ant.
PR:
Obtained from:
Submitted by: Patrick Luby <patrick.luby@sun.com>
Reviewed by:
16 lines of code changed in:
Applied patch from Romin Irani, thanks
6 lines of code changed in:
add copyright line, remove stray ^Ms
9 lines of code changed in:
Added a check on Property names using the "if" and "unless" attributes
for the selector tag, so that selectors that it contains are made
conditional.
149 lines of code changed in:
Include underlying exception message in exception. Makes it simpler to debug
2 lines of code changed in:
Keep the kids happy - they need a project too.
1 lines of code changed in:
Put JspcTest at the end to ensure we run all other tests in Gump.
3 lines of code changed in:
Add a getter for linkname.
Submitted by: njoneill@llnl.gov
10 lines of code changed in: