Stefan Bodewig
e910d5184a
Properly support containsKey in LazyHashtable.
Fix the wrong semantics of AntTaskTable#contains.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273834 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
50c532e1a1
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273830 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
9b9894a107
added .DS_Store to default excludes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273829 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
c2dba68725
Factor out XML Context into its own class
Clean up style conformance in ProjectHelper2
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273828 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
7cbce4bf09
documentation of the <depends> selector. Dont expect me to follow up with tests, as I dont know where to begin on this one.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273827 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
9d74327d0a
refactoring of the <depends> Selector and a new subclass <different>, which has a more advanced definition of different from just timestamps.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273826 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
8ca6f54b9a
Fix some JDK 1.1 issues - only culprit remaining is Diagnostics with
its class locating code.
Learned by failing <xmlvalidate> tests that FileUtils.getFileURL
wouldn't append slashes where it should (because normalize strips
them).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273824 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
bf37341e1a
Take care of the original manifest when updating a jar.
PR: 12651
Based on code submitted by: Ben Jenkins <bjenkins at dynamicsoft dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273822 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
a6dc398196
Add (disabled) tests for 12651
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273821 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
745031fad7
Add (disabled) tests for 10755
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273820 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
21660b7678
Actually enable namespace support in ProjectHelper2
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273819 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
7d38166d02
Fix up PVCS folder creation
PR: 3219
Submitted by: Shane Hartman
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273818 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
448f5ee22c
Associate messages with the correct tasks in XML Logger.
Where an UnknownElement is involved, need to look a little harder
Commented out for now the code which associated a project level message
with the currently active element - better to have it go to the project
level
PR: 7926
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273817 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
1657cdb28f
Wrong way to do it
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273816 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
168fb3b7a0
Make Gump run all tests
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273815 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
bbce438867
Move the signjar fixes to 1.5.2
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273813 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
3c8e24464d
fix typo in example
PR: 14034
fix version information about jsp and servlet API - at least I think
this is the correct information.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273811 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
52946af6fe
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273809 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
05aec1874f
Search for jarsigner in JAVA_HOME using standard JDK tool search
(JavaEnvUtils is cool)
PR: 11175
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273808 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
5034769eb7
Restore ability of signjar keystore to take a URL
PR: 10672
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273807 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
4dd9da76b4
&x should better be &#x
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273804 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
0a60a74c8c
Initial tests for Import including a test to highlight issue importing
unnamed projects
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273802 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
7b8097afa8
Don't allow ]]> within CDATA sections.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273801 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
2ce3f17386
Oops... 2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273800 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
386d0634b9
Translate not ignoring comment lines
PR: 16042
Submitted by: morpheus@smi.stanford.edu (Mark Woon)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273798 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Christoph Wilhelms
f61b5370fa
Added my (accidently forgotten) e-mail-address.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273797 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
6a65262ae7
Make build.sysclasspath handling more consistent.
PR: 15014
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273795 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
11997bb5b8
commercial JBuilders support Ant, PR#15701
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273794 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
48616a1e32
Update Netbeans info.
PR: 15836
Submitted by: David Konecny <david dot konecny at volny dot cz>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273791 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
c4ee923f5c
Try to be more verbose in the FAQ to address PR#15949
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273790 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
24799cbb99
Tell people to look into the FAQ
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273789 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
d346e44b7d
* sync with site.
* regenerate including Bruce's bio.
* make <subsection> look more like it used to be.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273788 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
feb447ccc1
Enable <get> compilation without Sun classes.
PR: 16006
Submitted by: Dalibor Topic <robilad at yahoo dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273785 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
c5fa091ce5
Don't fail if the file doesn't exist in <xmlproperty>
PR: 15674
Submitted by: Nicola Ken Barozzi <nicolaken at apache dot org>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273784 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
d1019d39f4
Import updates
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273783 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
66a9ab78b7
Make this compile
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273782 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Bruce Atherton
e7e8690539
Added a biography
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273781 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
3c329a6a4a
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273780 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
e55aeba0d0
sync with real site
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273779 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
76246af477
closer to alphanumeriucally sorted
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273778 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
932eb66ab4
Add pointer to Java+ Preprocessor task.
Submitted by: Brad Cox <bcox at virtualschool dot edu>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273777 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
e26227929e
Don't execute the implict target if no default available.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273776 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
2fc6368698
Update check file to latest version of checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273775 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
77537a0381
* Add pointer to "pack"
* Add FAQ on how to get your task listed.
Submitted by: Cristiano Sadun <cristiano at xtractor dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273774 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
a7cadc1c26
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273773 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Costin Manolache
988ec06164
Few changes:
- implement the BuildLogger - so it can be used with -logger
- few hacks/changes to support logging messages to stdout/stderr without
going to infinite loop. The trick is to create the logger with stdout
beeing the "real" one. Just to be sure it also logs with stdout set to
the real one. This could be done more cleanely probably - with some
changes in core.
- less verbosity ( task started/stoped doesn't need info, etc ).
- the log category is based on the real task name, combine with the
target. That means you can arbitrarily enable debug on tasks and
to tasks that are in particular target.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273772 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
8372d91e26
* sync source XML files with generated HTML files
* port GnuPG options fix to ant-site proposal.
* Much of the content in tha ant-site proposal is a lot older than a
few days, adjust copyright notice.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273771 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
1a598d67a5
GPG options require double --
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273770 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Costin Manolache
5f8c440ba8
Warn of duplicated project name only if importing.
There are normal cases ( antcall) where the same build file is parsed many times
( this could be avoided now - as an optimization ).
It is a problem only in import, because of the target conflict resolution.
( targets are qualified with the project name )
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273769 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
93c03989c1
added comment if no merge point found in template
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273768 13f79535-47bb-0310-9956-ffa450edef68
23 years ago