mbenson 2005/05/26 15:11:57
Modified:src/main/org/apache/tools/ant Main.java
Log:
Make -projecthelp output display even in -quiet mode.
PR: 17471
Revision ChangesPath
1.120 +1 -1 ant/src/main/org/apache/tools/ant/Main.java
Index: Main.java
==
Peter Reilly wrote:
[EMAIL PROTECTED] wrote:
stevel 2005/05/13 14:57:23
@@ -424,6 +413,15 @@
throw new BuildException(
"Niceness value is out of the range 1-10");
}
+} else if (arg.equals("-cp") || arg.equals
[EMAIL PROTECTED] wrote:
stevel 2005/05/13 14:57:23
@@ -424,6 +413,15 @@
throw new BuildException(
"Niceness value is out of the range 1-10");
}
+} else if (arg.equals("-cp") || arg.equals("-lib")) {
+
stevel 2005/05/13 14:57:23
Modified:src/main/org/apache/tools/ant Main.java
Log:
added a special case that detects -cp and -lib calls in Main, and tells the
caller that they have a probable version mismatch.
Revision ChangesPath
1.118 +13 -21ant/src/main/org/apa
jkf 2005/02/26 13:16:58
Modified:src/main/org/apache/tools/ant Main.java
Log:
renamed hidden variables
Revision ChangesPath
1.117 +9 -9 ant/src/main/org/apache/tools/ant/Main.java
Index: Main.java
===
peterreilly2005/01/21 03:24:26
Modified:src/main/org/apache/tools/ant Main.java
Log:
unused import
Revision ChangesPath
1.116 +0 -1 ant/src/main/org/apache/tools/ant/Main.java
Index: Main.java
===
stevel 2005/01/20 07:58:47
Modified:src/main/org/apache/tools/ant Main.java
Log:
I pulled out a bit of pre-1.2 testing, but the code it wrapped is probably
unneeded, as we dont set a security manager.
Revision ChangesPath
1.114 +1 -5 ant/src/main/org/apache/too
jkf 2005/01/10 12:18:27
Modified:src/main/org/apache/tools/ant Main.java
Log:
Minor update in ant help. description for -nouserlib and -noclasspath were on
one line.
Revision ChangesPath
1.113 +2 -2 ant/src/main/org/apache/tools/ant/Main.java
Index: Mai
peterreilly2004/10/05 01:09:31
Modified:src/main/org/apache/tools/ant Main.java
Log:
typo
Revision ChangesPath
1.111 +1 -1 ant/src/main/org/apache/tools/ant/Main.java
Index: Main.java
===
RC
peterreilly2004/09/24 01:17:34
Modified:src/main/org/apache/tools/ant Main.java
Log:
checkstyle
Revision ChangesPath
1.110 +20 -15ant/src/main/org/apache/tools/ant/Main.java
Index: Main.java
==
mbenson 2004/06/18 06:42:04
Modified:src/main/org/apache/tools/ant/taskdefs Execute.java
src/main/org/apache/tools/ant Main.java
Log:
Exit status fixes.
Revision ChangesPath
1.82 +2 -2 ant/src/main/org/apache/tools/ant/taskdefs/Execute.java
I
mbenson 2004/04/20 12:27:54
Modified:src/main/org/apache/tools/ant Main.java
Log:
Switch getParentFile(File) to delegate to File.getParentFile() and deprecate.
Revision ChangesPath
1.106 +5 -6 ant/src/main/org/apache/tools/ant/Main.java
Index: Main.java
==
mbenson 2004/03/17 14:06:47
Modified:src/main/org/apache/tools/ant Main.java
Log:
ant -p swallows (configuration) errors silently.
PR: 27732
Revision ChangesPath
1.105 +2 -0 ant/src/main/org/apache/tools/ant/Main.java
Index: Main.java
==
antoine 2004/02/04 14:08:16
Modified:src/main/org/apache/tools/ant Main.java
Log:
bring back original copyright years
Revision ChangesPath
1.102 +1 -1 ant/src/main/org/apache/tools/ant/Main.java
Index: Main.java
Patch submitted, thanks.
-Ursprüngliche Nachricht-
Von: news [mailto:[EMAIL PROTECTED] Auftrag von Knut Wannheden
Gesendet: Donnerstag, 25. September 2003 00:01
An: [EMAIL PROTECTED]
Betreff: Re: cvs commit: ant/src/main/org/apache/tools/ant Main.java
The attached patch should make the
The attached patch should make the python script work.
--knut
> Yes, I do not know python, so please do !!!
> I did not change the os/2 script either.
begin 666 runant-python-launcher-patch.txt
[EMAIL PROTECTED](')U;F%N="YP>0T*/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]
M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3
/main/org/apache/tools/ant Main.java
Antoine,
I noticed that the runant.py wasn't updated in the same run. Do you want me
to write a patch for this?
--knut
> antoine 2003/09/22 14:10:10
>
> Modified:src/script ant ant.bat runant.pl
>src/main/org
Antoine,
I noticed that the runant.py wasn't updated in the same run. Do you want me
to write a patch for this?
--knut
> antoine 2003/09/22 14:10:10
>
> Modified:src/script ant ant.bat runant.pl
>src/main/org/apache/tools/ant/launch Launcher.java
>src/m
antoine 2003/09/22 14:15:41
Modified:src/script Tag: ANT_16_BRANCH ant ant.bat runant.pl
src/main/org/apache/tools/ant/launch Tag: ANT_16_BRANCH
Launcher.java
src/main/org/apache/tools/ant Tag: ANT_16_BRANCH Main.java
Log:
Merge l
antoine 2003/09/22 14:10:10
Modified:src/script ant ant.bat runant.pl
src/main/org/apache/tools/ant/launch Launcher.java
src/main/org/apache/tools/ant Main.java
Log:
adding a new supported command line argument -lib
this command line argument is eaten
conor 2003/09/12 07:01:39
Modified:src/main/org/apache/tools/ant Main.java
Log:
Old entry point is deprecated
Revision ChangesPath
1.94 +2 -0 ant/src/main/org/apache/tools/ant/Main.java
Index: Main.java
==
> bodewig: could you please also update docs/manual/running.html?
will do that
> What about a -H for -projecthelp??? Sounds more explicit... --DD
That´s why I started the discussion before changing the code.
I don´t think that that would be useful. Until now -D is the only
upper case option. An
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>
> Modified:src/main/org/apache/tools/ant Main.java
> Log:
> New shortcuts for ant options:
> -d --> -debug
> -e --> -emacs
> -h --> -help
> -p --> -projecthelp
> -s --> -find
What about
could you please also update docs/manual/running.html?
Thanks
Stefan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
jhm 2003/09/03 07:19:07
Modified:src/main/org/apache/tools/ant Main.java
Log:
New shortcuts for ant options:
-d --> -debug
-e --> -emacs
-h --> -help
-p --> -projecthelp
-s --> -find
Revision ChangesPath
1.93 +12 -12ant/src/main/org/apache
bodewig 2003/08/27 01:45:04
Modified:src/main/org/apache/tools/ant Main.java
Log:
Improve symmetry
Revision ChangesPath
1.92 +1 -1 ant/src/main/org/apache/tools/ant/Main.java
Index: Main.java
===
bodewig 2003/08/05 08:40:56
Modified:src/main/org/apache/tools/ant Main.java
Log:
ant -Debug would cause a NullPointerException
PR: 22065
Revision ChangesPath
1.91 +3 -0 ant/src/main/org/apache/tools/ant/Main.java
Index: Main.java
===
bodewig 2003/08/04 05:23:26
Modified:src/main/org/apache/tools/ant Main.java
Log:
Restore System.in, PR: 22066
Revision ChangesPath
1.90 +2 -0 ant/src/main/org/apache/tools/ant/Main.java
Index: Main.java
===
conor 2003/07/13 19:53:52
Modified:src/main/org/apache/tools/ant Main.java
Log:
Subtargets is a little confusing - change to "Other Targets"
PR: 14866
Revision ChangesPath
1.86 +2 -2 ant/src/main/org/apache/tools/ant/Main.java
Index: Main.java
==
29 matches
Mail list logo