stevel 2003/03/09 22:54:17
ant/src/etc/testcases/taskdefs/optional/dotnet - New directory
stevel 2003/03/09 23:04:24
Modified:docs/manual/CoreTasks cvs.html
Log:
point out that CVS is a requirement
Revision ChangesPath
1.16 +3 -0 ant/docs/manual/CoreTasks/cvs.html
Index: cvs.html
stevel 2003/03/09 23:36:46
Modified:src/main/org/apache/tools/ant/types AbstractFileSet.java
Log:
implementing bug 12060: provide a toString operator
so that turning into a property is mildly meaningful.
We dont include base dir info, so you get a list of
files relative to
stevel 2003/03/09 23:54:29
Modified:src/main/org/apache/tools/ant/taskdefs ImportTask.java
Log:
a raid by the deprecation police.
1. Why is log used at the project level, not the task level?
2. documentation?
Revision ChangesPath
1.8 +4 -4
ant/src
stevel 2003/03/10 00:02:25
Modified:src/main/org/apache/tools/ant/taskdefs/optional/dotnet
DotnetCompile.java Ilasm.java NetCommand.java
Added: src/main/org/apache/tools/ant/taskdefs/optional/dotnet
DotnetBaseMatchingTask.java
stevel 2003/03/10 00:03:24
Added: src/etc/testcases/taskdefs/optional dotnet.xml
src/etc/testcases/taskdefs/optional/dotnet HelloWorld.wsdl
example.cs example.il example2.il
Log:
dotnet tests
Revision ChangesPath
1.1
stevel 2003/03/10 00:03:35
Added: src/testcases/org/apache/tools/ant/taskdefs/optional
DotnetTest.java
Log:
dotnet tests
Revision ChangesPath
1.1
ant/src/testcases/org/apache/tools/ant/taskdefs/optional/DotnetTest.java
stevel 2003/03/10 09:38:25
Modified:src/etc/testcases/taskdefs/optional/dotnet example2.il
Log:
ildasm inserts a copyright statement on everything it disassembles...
Revision ChangesPath
1.2 +0 -21
ant/src/etc/testcases/taskdefs/optional/dotnet/example2.il
stevel 2003/03/10 22:07:38
Modified:src/main/org/apache/tools/ant/taskdefs/optional/dotnet
CSharp.java DotnetBaseMatchingTask.java
DotnetCompile.java Ilasm.java NetCommand.java
VisualBasicCompile.java
Added
stevel 2003/03/10 22:08:11
Modified:src/testcases/org/apache/tools/ant/taskdefs/optional
DotnetTest.java
Log:
new tests
Revision ChangesPath
1.2 +17 -1
ant/src/testcases/org/apache/tools/ant/taskdefs/optional/DotnetTest.java
Index
stevel 2003/03/10 22:10:47
Modified:src/etc/testcases/taskdefs/optional dotnet.xml
src/etc/testcases/taskdefs/optional/dotnet example.cs
Added: src/etc/testcases/taskdefs/optional/dotnet example2.cs
Log:
dotnet tests in the build file. with the references and
stevel 2003/03/10 22:56:35
Modified:docs/manual/OptionalTasks jspc.html
Log:
bug 14034: doc corrections
Revision ChangesPath
1.15 +9 -5 ant/docs/manual/OptionalTasks/jspc.html
Index: jspc.html
stevel 2003/03/11 09:06:54
Modified:docs/manual/OptionalTasks jspc.html
Log:
finish this fix. it is , without the s
Revision ChangesPath
1.16 +1 -1 ant/docs/manual/OptionalTasks/jspc.html
Index: jspc.html
stevel 2003/03/13 13:41:11
Modified:src/main/org/apache/tools/ant/taskdefs SQLExec.java
Log:
option to preserve formatting in inline SQL, bug ID
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10719
The diff is bigger than it need be; someone's editor must have str
stevel 2003/03/13 16:31:43
Modified:src/main/org/apache/tools/ant/taskdefs/optional/ssh
AbstractSshMessage.java
Log:
xdocs is strict about semicolons outside methods
Revision ChangesPath
1.3 +1 -1
ant/src/main/org/apache/tools/ant
stevel 2003/03/13 16:39:54
Modified:src/main/org/apache/tools/ant/taskdefs ImportTask.java
Log:
documentation for xdocs to pick up
Revision ChangesPath
1.9 +17 -6
ant/src/main/org/apache/tools/ant/taskdefs/ImportTask.java
Index: ImportTask.java
stevel 2003/03/13 16:42:04
Modified:src/main/org/apache/tools/ant/taskdefs defaults.properties
Added: src/main/org/apache/tools/ant/taskdefs SubAnt.java
Log:
subant goes in there (provisionally)
Revision ChangesPath
1.142 +2 -0
ant/src/main/org/apache
stevel 2003/03/26 09:55:37
Added: docs/manual/CoreTasks subant.html whichresource.html
Log:
manual insertion of xdocs pages
Revision ChangesPath
1.1 ant/docs/manual/CoreTasks/subant.html
Index: subant.html
stevel 2003/04/13 22:26:51
Added: proposal/sandbox/httptasks build.xml
Log:
moving to httpclient, slowly
Revision ChangesPath
1.1 ant/proposal/sandbox/httptasks/build.xml
Index: build.xml
stevel 2003/05/23 17:31:49
Modified:docs/manual platform.html
Log:
pull in Antoine's comments on cygwin from 20144 as they were too profound to
not add to the docs :)
Note also this is my first commit from my new Linux box and SmartCVS, so it
may not work first
stevel 2003/06/10 13:57:59
Modified:src/main/org/apache/tools/ant/taskdefs defaults.properties
Added: src/main/org/apache/tools/ant/taskdefs/optional/dotnet
ImportTypelib.java
Log:
Importing COM into .NET is adding injury to insult, but if you had to
stevel 2003/06/12 22:14:34
Modified:src/main/org/apache/tools/ant/types Environment.java
Log:
nobody can hide from the comment police
Revision ChangesPath
1.11 +64 -5 ant/src/main/org/apache/tools/ant/types/Environment.java
Index: Environment.java
stevel 2003/06/12 22:15:11
Modified:src/main/org/apache/tools/ant/types DataType.java
Log:
refactoring out something that I see in too, too many places in datatypes
Revision ChangesPath
1.14 +26 -0 ant/src/main/org/apache/tools/ant/types/DataType.java
stevel 2003/06/12 22:16:36
Added: src/main/org/apache/tools/ant/types Assertions.java
Log:
This is not yet linked into but its the intent, or maybe
commandLineJava: a datatype for configuring assertion options. This'll be a fun
one to test :)
Revision Changes
stevel 2003/06/20 12:33:51
Modified:src/main/org/apache/tools/ant/taskdefs/optional/dotnet
ImportTypelib.java JSharp.java
Log:
xdocs fixup
Revision ChangesPath
1.2 +2 -1
ant/src/main/org/apache/tools/ant/taskdefs/optional/dotnet
stevel 2003/06/20 15:59:22
Modified:src/main/org/apache/tools/ant/taskdefs ImportTask.java
Log:
Doc fixup. I have just started to use this: I like it, but still need to
understand all that it does.
Revision ChangesPath
1.11 +16 -3
ant/src/main/org/apache
stevel 2003/07/09 09:24:38
Modified:docs ant_in_anger.html
docs/manual coretasklist.html
Added: docs/manual/CoreTasks import.html
Log:
documenting the import task
Revision ChangesPath
1.16 +24 -11ant/docs/ant_in_anger.html
Index
stevel 2003/07/31 22:02:30
Modified:src/main/org/apache/tools/ant/util ClasspathUtils.java
Log:
fix a couple of IDE highighted jdoc typos
Revision ChangesPath
1.8 +3 -3
ant/src/main/org/apache/tools/ant/util/ClasspathUtils.java
Index
stevel 2003/07/31 22:52:04
Modified:src/etc/testcases/taskdefs initializeclass.xml
Log:
want to catch failure to fork here.
Revision ChangesPath
1.2 +1 -1 ant/src/etc/testcases/taskdefs/initializeclass.xml
Index: initializeclass.xml
stevel 2003/07/31 22:52:31
Modified:src/main/org/apache/tools/ant/helper ProjectHelper2.java
Log:
I cant believe we never noticed this typo before
Revision ChangesPath
1.28 +1 -1
ant/src/main/org/apache/tools/ant/helper/ProjectHelper2.java
Index
stevel 2003/07/31 22:55:17
Modified:src/etc/testcases/taskdefs/optional dotnet.xml
src/main/org/apache/tools/ant/taskdefs/optional/dotnet
CSharp.java DotnetBaseMatchingTask.java
DotnetCompile.java JSharp.java
stevel 2003/07/31 23:30:01
Modified:docs/manual/CoreTasks property.html
Log:
bug #20735 "Resource" is not explained;
explained what a resource is, clarified what property files do, to field off
recurrent bugreps and show property expansion.
Revision Chang
stevel 2003/07/31 23:44:36
Modified:src/main/org/apache/tools/ant/types Assertions.java
Commandline.java CommandlineJava.java
src/main/org/apache/tools/ant/taskdefs Java.java
Log:
I always worry when I change something fundamental, and the
stevel 2003/08/07 17:11:05
Modified:src/main/org/apache/tools/ant/taskdefs/optional/dotnet
DotnetCompile.java
Log:
Lets try this as a fix: A new option to turn standardlib on
or off that overrides the defaultreferences switch
Revision ChangesPath
stevel 2003/08/07 17:15:47
Modified:src/etc/testcases/taskdefs/optional dotnet.xml
Log:
compiles but doesnt run. Path issues?
Revision ChangesPath
1.5 +1 -0 ant/src/etc/testcases/taskdefs/optional/dotnet.xml
Index: dotnet.xml
stevel 2003/08/07 17:34:27
ant/src/etc/testcases/taskdefs/assertions - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
stevel 2003/08/20 17:34:27
Added: docs/manual/CoreTypes assertions.html
Log:
Documented assertions..still need the tests
Revision ChangesPath
1.1 ant/docs/manual/CoreTypes/assertions.html
Index: assertions.html
Author: stevel
Date: Thu May 17 09:16:16 2007
New Revision: 538995
URL: http://svn.apache.org/viewvc?view=rev&rev=538995
Log:
bugzilla bug 42263: ${ant.version} not set in
Added:
ant/core/trunk/src/tests/antunit/taskdefs/subant-test.xml
Modified:
ant/core/trunk/WHATSNEW
ant/
Author: stevel
Date: Thu May 17 09:25:44 2007
New Revision: 539002
URL: http://svn.apache.org/viewvc?view=rev&rev=539002
Log:
bug 42275...handle failure of File.toURI() by printing the message (too noisy?)
and falling back to our own code.
Modified:
ant/core/trunk/WHATSNEW
ant/
Author: stevel
Date: Fri May 18 07:20:10 2007
New Revision: 539477
URL: http://svn.apache.org/viewvc?view=rev&rev=539477
Log:
Logger work.
The main change is the new BigProjectLogger that makes reading the results of
very big chained/nested projects manageable.
Some pulling up of he
Author: stevel
Date: Sat May 19 02:13:54 2007
New Revision: 539719
URL: http://svn.apache.org/viewvc?view=rev&rev=539719
Log:
I'm not sure what changed here but it is modified, so I'm checking it in
Modified:
ant/core/trunk/docs/slides/extending_ant.odp
Modified: ant/core/tru
Author: stevel
Date: Mon May 21 03:20:27 2007
New Revision: 540098
URL: http://svn.apache.org/viewvc?view=rev&rev=540098
Log:
exclude this package on java1.3
Modified:
ant/core/trunk/build.xml
Modified: ant/core/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/build
Author: stevel
Date: Mon May 21 03:22:47 2007
New Revision: 540101
URL: http://svn.apache.org/viewvc?view=rev&rev=540101
Log:
skip a test that, while failing, doesn't seem to arise in real-life
Modified:
ant/core/trunk/src/tests/junit/org/apache/tools/ant/launch/LocatorTest.java
Author: stevel
Date: Wed May 23 06:42:50 2007
New Revision: 540954
URL: http://svn.apache.org/viewvc?view=rev&rev=540954
Log:
Let's make the rpm documentation more complete, shall we?
Modified:
ant/core/trunk/docs/manual/OptionalTasks/rpm.html
ant/core/trunk/src/main/org/apache/
Author: stevel
Date: Mon Jun 11 05:57:42 2007
New Revision: 546132
URL: http://svn.apache.org/viewvc?view=rev&rev=546132
Log:
mark some static methods as non-final, as it is implicit from being static
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Jar.java
Modified:
Author: stevel
Date: Mon Jul 2 04:58:07 2007
New Revision: 552475
URL: http://svn.apache.org/viewvc?view=rev&rev=552475
Log:
I know, lets have a more detailed error message when expand fails than just
"expand failed"
Modified:
ant/core/trunk/src/main/org/apache/tool
Author: stevel
Date: Tue Sep 18 01:17:13 2007
New Revision: 576769
URL: http://svn.apache.org/viewvc?rev=576769&view=rev
Log:
bug ID 43348: add FileProvider interface for file providing resources
Added:
ant/core/trunk/src/main/org/apache/tools/ant/types/resources/FileProvider.
Author: stevel
Date: Tue Sep 18 01:20:21 2007
New Revision: 576771
URL: http://svn.apache.org/viewvc?rev=576771&view=rev
Log:
bug ID 43348: add FileProvider interface for file providing resources
Modified:
ant/core/trunk/WHATSNEW
Modified: ant/core/trunk/WHATSNEW
URL:
Author: stevel
Date: Wed Sep 19 05:28:01 2007
New Revision: 577279
URL: http://svn.apache.org/viewvc?rev=577279&view=rev
Log:
make this synchronized, especially the pop
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/ComponentHelper.java
Modified: ant/core/trunk/src/main/org/ap
Author: stevel
Date: Wed Sep 19 05:29:39 2007
New Revision: 577281
URL: http://svn.apache.org/viewvc?rev=577281&view=rev
Log:
bugzilla ID 38199, symlink fails on second call
bugzilla ID 43426, cant create a symlink over a file
solution is the same: opt for ln -sf after trying to d
Author: stevel
Date: Thu Oct 11 06:19:03 2007
New Revision: 583818
URL: http://svn.apache.org/viewvc?rev=583818&view=rev
Log:
SFOS-485 release build.xml isnt compatible with Ant1.7.0
http://jira.smartfrog.org/jira/browse/SFOS-485
-fixing the docs so nobody else uses commandResource prematu
Author: stevel
Date: Tue Oct 16 03:48:13 2007
New Revision: 585106
URL: http://svn.apache.org/viewvc?rev=585106&view=rev
Log:
seems to me these should be synchronized
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/ComponentHelper.java
Modified: ant/core/trunk/src/main/org/ap
Author: stevel
Date: Tue Oct 16 03:50:59 2007
New Revision: 585108
URL: http://svn.apache.org/viewvc?rev=585108&view=rev
Log:
Bug ID 43635 task can't be used more than once with a file stylesheet
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java
Modi
Author: stevel
Date: Mon Oct 29 10:41:35 2007
New Revision: 589763
URL: http://svn.apache.org/viewvc?rev=589763&view=rev
Log:
discussion on junit triggered me to look at this task; fix some things the IDE
warned about on localisation.
Modified:
ant/core/trunk/src/main/org/apache/tools
Author: stevel
Date: Mon Oct 29 10:40:51 2007
New Revision: 589762
URL: http://svn.apache.org/viewvc?rev=589762&view=rev
Log:
javadoc
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/util/FileUtils.java
Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/FileUtils.java
Author: stevel
Date: Mon Oct 29 10:44:21 2007
New Revision: 589767
URL: http://svn.apache.org/viewvc?rev=589767&view=rev
Log:
new test tasks, not declared yet -so they dont exist-
for functional testing
is waitfor that throws a BuildTimeoutException when it times out
Added:
ant/core/t
Author: stevel
Date: Mon Oct 29 10:30:28 2007
New Revision: 589755
URL: http://svn.apache.org/viewvc?rev=589755&view=rev
Log:
javdoc
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Parallel.java
Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Parallel.
Author: stevel
Date: Thu Nov 1 06:00:02 2007
New Revision: 590988
URL: http://svn.apache.org/viewvc?rev=590988&view=rev
Log:
make it impossible to have a null notify value
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/util/WorkerAnt.java
Modified: ant/core/trunk/src/main
Author: stevel
Date: Thu Nov 1 06:12:49 2007
New Revision: 590990
URL: http://svn.apache.org/viewvc?rev=590990&view=rev
Log:
read the javadocs on wait(long) to see why this change was made
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/util/WorkerAnt.java
Modified: ant/core/t
Author: stevel
Date: Thu Nov 1 06:29:23 2007
New Revision: 590998
URL: http://svn.apache.org/viewvc?rev=590998&view=rev
Log:
no, I'm rolling this back. Let's wait and see what the tests I'm running at
work on something similar say.
Modified:
ant/core/trunk/src/main/o
Author: stevel
Date: Thu Nov 1 07:06:39 2007
New Revision: 591013
URL: http://svn.apache.org/viewvc?rev=591013&view=rev
Log:
defect 38732; rmic task doesn't work with -Xnew and JDK 6.0
turning the test off on java6, as it damages the XML parser
Modified:
ant/core/trunk/src/etc/
Author: stevel
Date: Thu Nov 1 07:58:49 2007
New Revision: 591037
URL: http://svn.apache.org/viewvc?rev=591037&view=rev
Log:
test changes to handle windows systems better
Modified:
ant/core/trunk/src/tests/junit/org/apache/tools/ant/launch/LocatorTest.java
Modified:
ant/core/trunk
Author: stevel
Date: Thu Nov 1 08:02:20 2007
New Revision: 591040
URL: http://svn.apache.org/viewvc?rev=591040&view=rev
Log:
test changes to handle windows systems better
Modified:
ant/core/trunk/src/tests/junit/org/apache/tools/ant/launch/LocatorTest.java
Modified:
ant/core/trunk
Author: stevel
Date: Fri Nov 2 04:13:39 2007
New Revision: 591304
URL: http://svn.apache.org/viewvc?rev=591304&view=rev
Log:
Bug ID 43780: weblogic RMIC fails on ant1.7.0
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/rmic/DefaultRmicAdapter.java
ant/core/trunk
Author: stevel
Date: Wed Nov 21 05:41:27 2007
New Revision: 597084
URL: http://svn.apache.org/viewvc?rev=597084&view=rev
Log:
pulling out unneeded this. references in everything but the constructors
Modified:
ant/core/trunk/src/main/org/apache/tools/tar/TarEntry.java
Modified: ant/
Author: stevel
Date: Wed Nov 21 05:51:00 2007
New Revision: 597087
URL: http://svn.apache.org/viewvc?rev=597087&view=rev
Log:
pulling out unneeded this. references in everything but the
constructors/initialisers. No other changes.
Modified:
ant/core/trunk/src/main/org/apache/tools
Author: stevel
Date: Thu Nov 22 04:43:25 2007
New Revision: 597397
URL: http://svn.apache.org/viewvc?rev=597397&view=rev
Log:
Bug 43936: errors are unhelpful
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/FixCRLF.java
Modified: ant/core/trunk/src/main/org/apache/tools
Author: stevel
Date: Thu Nov 22 09:08:11 2007
New Revision: 597453
URL: http://svn.apache.org/viewvc?rev=597453&view=rev
Log:
43936: errors are unhelpful
Modified:
ant/core/trunk/WHATSNEW
Modified: ant/core/trunk/WHATSNEW
URL:
http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW
Author: stevel
Date: Thu Nov 22 09:05:51 2007
New Revision: 597452
URL: http://svn.apache.org/viewvc?rev=597452&view=rev
Log:
bit of tuning
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/testing/Funtest.java
Modified:
ant/core/trunk/src/main/org/apache/tools
Author: stevel
Date: Thu Nov 22 09:11:26 2007
New Revision: 597455
URL: http://svn.apache.org/viewvc?rev=597455&view=rev
Log:
Bugzilla Bug 43624
symlink task failonerror="false" does not stop build from failing when 'ln'
command returns non-zero
Modified:
ant/core
Author: stevel
Date: Thu Sep 7 08:27:45 2006
New Revision: 441117
URL: http://svn.apache.org/viewvc?view=rev&rev=441117
Log:
move other java1.5+ check down to the other java1.5 proxy tests.
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/Diagnostics.java
Modified: ant/core/trunk
Author: stevel
Date: Fri Sep 8 07:22:58 2006
New Revision: 441510
URL: http://svn.apache.org/viewvc?view=rev&rev=441510
Log:
use a buffered file in reporting. Added a note to tell people not to switch to
ClasspathUtils because the forking junit tests promptly fail.
Modified:
ant/
Author: stevel
Date: Tue Sep 19 07:11:02 2006
New Revision: 447852
URL: http://svn.apache.org/viewvc?view=rev&rev=447852
Log:
only search in the expected location for the JAR, otherwise forking junit tasks
fail with a bad classpath.
Modified:
ant/antlibs/common/trunk/build.xml
Modi
Author: stevel
Date: Fri Sep 22 03:14:27 2006
New Revision: 448886
URL: http://svn.apache.org/viewvc?view=rev&rev=448886
Log:
when you ask for everything, you get everything, scripting included.
Modified:
ant/core/trunk/fetch.xml
Modified: ant/core/trunk/fetch.xml
URL:
Author: stevel
Date: Wed Oct 4 08:45:50 2006
New Revision: 452917
URL: http://svn.apache.org/viewvc?view=rev&rev=452917
Log:
patch build.sh to exit with an error code if bootstrapping fails, for the
Gentoo team.
Modified:
ant/core/trunk/build.sh
Modified: ant/core/trunk/build.sh
Author: stevel
Date: Wed Oct 4 08:48:58 2006
New Revision: 452919
URL: http://svn.apache.org/viewvc?view=rev&rev=452919
Log:
patch build.bat to set the NT error code if bootstrapping failed, to be
consistent with the build.sh script.
Modified:
ant/core/trunk/build.bat
Modified: ant/
Author: stevel
Date: Thu Oct 5 02:24:11 2006
New Revision: 453156
URL: http://svn.apache.org/viewvc?view=rev&rev=453156
Log:
close using FileUtils.close
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/PropertyFile.java
Modified:
ant/core/trunk/src/main/org/ap
Author: stevel
Date: Thu Oct 5 08:48:31 2006
New Revision: 453274
URL: http://svn.apache.org/viewvc?view=rev&rev=453274
Log:
refactoring of WeakishReference, as discussed.
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/util/WeakishReference.java
ant/core/trunk/src/main
Author: stevel
Date: Thu Oct 12 15:29:38 2006
New Revision: 463473
URL: http://svn.apache.org/viewvc?view=rev&rev=463473
Log:
mention proxy settings here.
Modified:
ant/core/trunk/docs/manual/CoreTasks/get.html
ant/core/trunk/docs/manual/CoreTasks/sql.html
Modified: ant/core/trunk/
Author: stevel
Date: Mon Oct 16 05:40:48 2006
New Revision: 464468
URL: http://svn.apache.org/viewvc?view=rev&rev=464468
Log:
Move up to Xerces 2.8.1. I tried using Maven to do it, but the artifacts are
out of date, inconsistent, and with dirty dependencies.
Modified:
ant/core/t
Author: stevel
Date: Mon Oct 16 08:27:01 2006
New Revision: 464518
URL: http://svn.apache.org/viewvc?view=rev&rev=464518
Log:
Move up to Xerces 2.8.1.
Modified:
ant/core/trunk/WHATSNEW
Modified: ant/core/trunk/WHATSNEW
URL:
http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?view=diff
Author: stevel
Date: Tue Oct 17 12:28:20 2006
New Revision: 465013
URL: http://svn.apache.org/viewvc?view=rev&rev=465013
Log:
Having learned about how the java memory model really works, I have had a quick
code review of the threading here.
1. stuff that is shared read is always marked vola
Author: stevel
Date: Thu Oct 26 16:10:10 2006
New Revision: 468180
URL: http://svn.apache.org/viewvc?view=rev&rev=468180
Log:
web.xml is now optional in Java EE. I've tweaked to warn but continue if
it is omitted, and not to say anything if there is a duplicate reference to the
sam
Author: stevel
Date: Thu Oct 26 16:11:25 2006
New Revision: 468181
URL: http://svn.apache.org/viewvc?view=rev&rev=468181
Log:
handle security checks on property get gracefully
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/Diagnostics.java
Modified: ant/core/trunk/src/main
Author: stevel
Date: Thu Oct 26 16:15:17 2006
New Revision: 468184
URL: http://svn.apache.org/viewvc?view=rev&rev=468184
Log:
update change log
Modified:
ant/core/trunk/WHATSNEW
Modified: ant/core/trunk/WHATSNEW
URL:
http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?view=diff&re
Author: stevel
Date: Fri Oct 27 15:08:51 2006
New Revision: 468556
URL: http://svn.apache.org/viewvc?view=rev&rev=468556
Log:
remove some imports we dont need
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/filters/TokenFilter.java
Modified: ant/core/trunk/src/main/org/apache/t
Author: stevel
Date: Fri Oct 27 15:33:42 2006
New Revision: 468568
URL: http://svn.apache.org/viewvc?view=rev&rev=468568
Log:
Made web.xml non optional again, as it was hiding too many bugs (e.g war files
for tomcat 5), but added an attribute to make it optional.
More tests, especially
Author: stevel
Date: Fri Nov 10 09:20:05 2006
New Revision: 473393
URL: http://svn.apache.org/viewvc?view=rev&rev=473393
Log:
I'm still trying to stabilize the web.xml is optional policy. Maybe we just
pull it. Here the problem is that if you try and where there already is
one, ther
Author: stevel
Date: Fri Dec 8 15:23:47 2006
New Revision: 484842
URL: http://svn.apache.org/viewvc?view=rev&rev=484842
Log:
fix the link
Modified:
ant/core/trunk/docs/manual/OptionalTasks/script.html
Modified: ant/core/trunk/docs/manual/OptionalTasks/script.html
URL:
Author: stevel
Date: Fri Dec 8 16:10:40 2006
New Revision: 484857
URL: http://svn.apache.org/viewvc?view=rev&rev=484857
Log:
I plan to have this frozen by the end of the month too.
Modified:
ant/core/trunk/xdocs/resources.xml
Modified: ant/core/trunk/xdocs/resources.xml
URL:
Author: stevel
Date: Mon Dec 11 14:25:29 2006
New Revision: 485920
URL: http://svn.apache.org/viewvc?view=rev&rev=485920
Log:
automatic proxy handling is only there if -autoproxy is set; marked as such in
the docs. -noproxy is removed.
Modified:
ant/core/trunk/WHATSNEW
ant/core/t
Author: stevel
Date: Wed Jan 3 13:43:29 2007
New Revision: 492314
URL: http://svn.apache.org/viewvc?view=rev&rev=492314
Log:
hyphens break the autolinking to bookstores
Modified:
ant/core/trunk/xdocs/resources.xml
Modified: ant/core/trunk/xdocs/resources.xml
URL:
http://svn.apache
Author: stevel
Date: Wed Jan 3 13:46:42 2007
New Revision: 492317
URL: http://svn.apache.org/viewvc?view=rev&rev=492317
Log:
bug 41280 APT Task ignores memoryMaximumSize argument
Modified:
ant/core/trunk/WHATSNEW
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Apt.java
Modi
Author: stevel
Date: Thu Jan 11 06:02:50 2007
New Revision: 495229
URL: http://svn.apache.org/viewvc?view=rev&rev=495229
Log:
Bug 41349: rmic should strip out -J compiler args when not forking
Modified:
ant/core/trunk/WHATSNEW
ant/core/trunk/src/etc/testcases/taskdefs/rmic/rmic
Author: stevel
Date: Thu Jan 11 14:01:51 2007
New Revision: 495399
URL: http://svn.apache.org/viewvc?view=rev&rev=495399
Log:
Extra diagnostics. Dump all types in a namespace if the one you ask for isnt
known. Good for identifying typos, and helps you differentiate "library not yet
loa
Author: stevel
Date: Tue Jan 16 14:24:42 2007
New Revision: 496879
URL: http://svn.apache.org/viewvc?view=rev&rev=496879
Log:
I forgot to add an @since tag when this was added.
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/Xor.java
Modified:
ant/core/trunk
Author: stevel
Date: Thu Jan 18 02:33:30 2007
New Revision: 497387
URL: http://svn.apache.org/viewvc?view=rev&rev=497387
Log:
looking at how xml properties get expanded
Added:
ant/core/trunk/src/tests/antunit/taskdefs/xmlproperty.inline-expansion.xml
Modified:
ant/core/trunk/src/t
Author: stevel
Date: Thu Jan 18 02:56:42 2007
New Revision: 497394
URL: http://svn.apache.org/viewvc?view=rev&rev=497394
Log:
fix the tests. the problem is some double expansion going on in antunit's
assertions
Modified:
ant/core/trunk/src/tests/antunit/taskdefs/xmlproperty
Author: stevel
Date: Mon Jan 22 06:51:35 2007
New Revision: 498628
URL: http://svn.apache.org/viewvc?view=rev&rev=498628
Log:
no point in a public ctor to a package scope class; mention other JVMs in the
javadocs
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/task
Author: stevel
Date: Mon Jan 22 06:53:28 2007
New Revision: 498630
URL: http://svn.apache.org/viewvc?view=rev&rev=498630
Log:
Not making this a failing test on gump, because its not clear the behaviour is
anomalous w.r.t the Xml specifications.
Modified:
ant/core/trunk/src/tests/ant
1 - 100 of 528 matches
Mail list logo