ehatcher 2002/06/22 18:33:43
Modified: src/main/org/apache/tools/ant/taskdefs Tag: ANT_15_BRANCH
Javac.java
Log:
somewhere i created a bad character in the javadocs, or at least something
that was not ASCII XML friendly. this fixes it, and removes proceed from the
docs.
Revision Changes Path
No revision
No revision
1.102.2.2 +4 -5
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Javac.java
Index: Javac.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Javac.java,v
retrieving revision 1.102.2.1
retrieving revision 1.102.2.2
diff -u -r1.102.2.1 -r1.102.2.2
--- Javac.java 19 Jun 2002 04:23:19 -0000 1.102.2.1
+++ Javac.java 23 Jun 2002 01:33:43 -0000 1.102.2.2
@@ -198,7 +198,7 @@
*
* If you use this attribute together with jikes, you must
* make sure that your version of jikes supports the -source switch.
- * Legal values are 1.3 and 1.4 � by default, no -source argument
+ * Legal values are 1.3 and 1.4 - by default, no -source argument
* will be used at all.
*
* @param v Value to assign to source.
@@ -220,7 +220,7 @@
}
/**
- * Recreate src
+ * Recreate src.
*
* @return a nested src element.
*/
@@ -417,8 +417,7 @@
}
/**
- * Proceed if compilation fails, but use
- * failonerror instead.
+ * @ant.attribute ignore="true"
*/
public void setProceed(boolean proceed) {
failOnError = !proceed;
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>