Matthew Jason Benson
4ee5a49d4f
Beautify imports.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277649 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
65802780b6
Merged duplicate code from private methods.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277648 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
4c89cabbb8
More javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277647 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
4004834c04
LOC
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277646 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
0c132498a8
File inclusion: unnecessarily checked presence of selectors
AND DirectoryScanner.isEverythingIncluded, which will be false if
selectors cause omissions.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277645 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
0cff5aacff
Removing some (IMO) unnecessary blank lines; a couple of string cat merges;
replaced an if block with ?: notation.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277644 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
523d0e549f
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277643 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
02bf38263a
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277642 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
d004597c21
Keep setFile atomic.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277641 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
e536ed31da
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277640 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
507469d7c5
Beautify imports.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277639 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
791e3ecd33
Instantiate our own DirectoryScanner, since we plan to override
the fileset's followSymlinks attribute.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277638 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
4732c52135
Modified to return a cached DirectoryScanner instance until
changes are made to the AbstractFileSet.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277637 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
f701a45a76
Remove trailing spaces (and the whole line they were on too, hey).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277636 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
dba3d96c01
Add initial task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277635 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
97a15fa2d2
here is a plan
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277634 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
6c7f485943
Synchronize scanning so that a scan initiated before the end of another scan
will block and the two will share results. Likewise for slow scans.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277633 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
8b162d567d
More javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277632 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
45655beb89
Ensure the forked VM can find the Sun Javah implementation.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277631 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
90c28ffdf9
Move some validation into execute();
remove unnecessary guards against storepass == null.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277630 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
c9028f9f98
Tighten security by sending storepass and keypass to signjar
via the input stream of the forked process.
Also, create signjar's helper ExecTask instance directly rather than by
typedef discovery mechanisms.
PR: 33433
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277629 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
8d779414b7
Added loginputstring attribute to redirector.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277628 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
cee53a4634
Commandline.describeCommand() methods would attempt to describe
arguments even when none, other than the executable name, were present.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277627 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
4998b81d11
Year
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277626 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
71108118df
Corrected loglevel info in javadoc.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277625 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
ec13cff809
convert tabs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277624 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
56e9d4dcd5
Some very temporary diagnostic output to help find/fix a Kaffe+Gump issue
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277623 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
cf850ea7b4
2005
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277622 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
806fbc096c
tweaking the bit on arguments.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277621 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
ba2679a4a2
flip fork bit on Apt
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277620 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
76cb3597bd
return code checking on rpm. How do we test this?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277619 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
bec41871b5
diagnostics probes temp dir by writing a file to it.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277618 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
04a541221c
This is actually a serious issue. if i have a login on a machine, I can get the keystore password by waiting for someone to sign a JAR on it. We can fix this, either by running jarsigner in VM, or by passing the input over stdio.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277617 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
9f40c08607
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277616 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
17b08e6f01
minor doc updates
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277615 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
27acd99f49
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277614 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
bb7647cf3f
Remove temp variable/method call, some blank lines
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277613 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
ce84792f2d
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277612 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
bcce5f6e12
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277611 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
4eaa742b7f
s/native2ascii/javah
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277610 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
25ba6c1092
Move instance variables
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277607 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
6c9f43b9f1
another convenience method
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277606 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
c9c8d0cab6
+2 convenience methods
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277605 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
e290c9b56e
year
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277604 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
131e25ec4c
downgraded some logging to verbose level.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277603 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
60830983a6
1.6.3
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277601 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
dd91a1732e
Javadoc (okay DD? ;) )
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277599 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
a5f7ccbe7d
Personal taste
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277598 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
2159de4a8f
logging of command line was incomplete
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277596 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
c0d7a1793d
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277595 13f79535-47bb-0310-9956-ffa450edef68
21 years ago