dion 02/05/27 05:19:51
Modified: src/java/org/apache/maven DVSLFormatter.java
ProjectVerifier.java BaseProjectTask.java
MavenConstants.java Jxr.java ProjectResolver.java
UpdatePomCheck.java UpdateResources.java
XmlPomValidator.java MavenTool.java
DVSLPathTool.java MavenUtils.java
TaskListExecutor.java UpdateMavenCheck.java
PackageProjectMap.java ProjectProperties.java
ProjectResolverSource.java UpdateProperties.java
Log:
no message
Revision Changes Path
1.5 +3 -1
jakarta-turbine-maven/src/java/org/apache/maven/DVSLFormatter.java
Index: DVSLFormatter.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/DVSLFormatter.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- DVSLFormatter.java 6 May 2002 02:03:31 -0000 1.4
+++ DVSLFormatter.java 27 May 2002 12:19:51 -0000 1.5
@@ -52,6 +52,8 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
import java.text.DecimalFormat;
@@ -62,7 +64,7 @@
* shouldn't be done in a DVSL stylesheet.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Pete Kazmier</a>
- * @version $Id: DVSLFormatter.java,v 1.4 2002/05/06 02:03:31 kaz Exp $
+ * @version $Id: DVSLFormatter.java,v 1.5 2002/05/27 12:19:51 dion Exp $
*/
public class DVSLFormatter
{
1.8 +3 -1
jakarta-turbine-maven/src/java/org/apache/maven/ProjectVerifier.java
Index: ProjectVerifier.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/ProjectVerifier.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ProjectVerifier.java 27 May 2002 09:10:33 -0000 1.7
+++ ProjectVerifier.java 27 May 2002 12:19:51 -0000 1.8
@@ -52,6 +52,8 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
import java.io.File;
@@ -81,7 +83,7 @@
*
* @author <a href="[EMAIL PROTECTED]">Jason van Zyl</a>
* @author <a href="[EMAIL PROTECTED]">Vincent Massol</a>
- * @version $Id: ProjectVerifier.java,v 1.7 2002/05/27 09:10:33 dion Exp $
+ * @version $Id: ProjectVerifier.java,v 1.8 2002/05/27 12:19:51 dion Exp $
* @task Create a list of all things that could go wrong and then protect
* against them.
* @task Merge the XML POM validation mechanism in here.
1.12 +3 -1
jakarta-turbine-maven/src/java/org/apache/maven/BaseProjectTask.java
Index: BaseProjectTask.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/BaseProjectTask.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- BaseProjectTask.java 24 May 2002 15:41:28 -0000 1.11
+++ BaseProjectTask.java 27 May 2002 12:19:51 -0000 1.12
@@ -52,6 +52,8 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
import java.io.File;
@@ -74,7 +76,7 @@
* An ant task for creating an xml schema from an sql schema
*
* @author <a href="[EMAIL PROTECTED]">Jason van Zyl</a>
- * @version $Id: BaseProjectTask.java,v 1.11 2002/05/24 15:41:28 glennm Exp $
+ * @version $Id: BaseProjectTask.java,v 1.12 2002/05/27 12:19:51 dion Exp $
*/
public class BaseProjectTask
extends TexenTask
1.5 +3 -1
jakarta-turbine-maven/src/java/org/apache/maven/MavenConstants.java
Index: MavenConstants.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/MavenConstants.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- MavenConstants.java 7 Apr 2002 19:21:05 -0000 1.4
+++ MavenConstants.java 27 May 2002 12:19:51 -0000 1.5
@@ -52,13 +52,15 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
/**
* Maven constants.
*
* @author <a href="[EMAIL PROTECTED]">Jason van Zyl</a>
- * @version $Id: MavenConstants.java,v 1.4 2002/04/07 19:21:05 jvanzyl Exp $
+ * @version $Id: MavenConstants.java,v 1.5 2002/05/27 12:19:51 dion Exp $
*/
public class MavenConstants
{
1.6 +3 -1 jakarta-turbine-maven/src/java/org/apache/maven/Jxr.java
Index: Jxr.java
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/Jxr.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Jxr.java 13 May 2002 07:26:38 -0000 1.5
+++ Jxr.java 27 May 2002 12:19:51 -0000 1.6
@@ -52,6 +52,8 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
import org.apache.maven.jxr.JXR;
@@ -71,7 +73,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Josh Lucas</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
- * @version $Id: Jxr.java,v 1.5 2002/05/13 07:26:38 dion Exp $
+ * @version $Id: Jxr.java,v 1.6 2002/05/27 12:19:51 dion Exp $
*/
public class Jxr
extends AbstractExecutor
1.11 +3 -1
jakarta-turbine-maven/src/java/org/apache/maven/ProjectResolver.java
Index: ProjectResolver.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/ProjectResolver.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ProjectResolver.java 27 May 2002 09:10:33 -0000 1.10
+++ ProjectResolver.java 27 May 2002 12:19:51 -0000 1.11
@@ -52,6 +52,8 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
import java.io.File;
@@ -79,7 +81,7 @@
* in a project descriptor.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
- * @version $Id: ProjectResolver.java,v 1.10 2002/05/27 09:10:33 dion Exp $
+ * @version $Id: ProjectResolver.java,v 1.11 2002/05/27 12:19:51 dion Exp $
*/
public class ProjectResolver
{
1.3 +3 -1
jakarta-turbine-maven/src/java/org/apache/maven/UpdatePomCheck.java
Index: UpdatePomCheck.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/UpdatePomCheck.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- UpdatePomCheck.java 27 May 2002 12:06:16 -0000 1.2
+++ UpdatePomCheck.java 27 May 2002 12:19:51 -0000 1.3
@@ -52,6 +52,8 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
import java.io.File;
@@ -63,7 +65,7 @@
* XML project descriptor validator.
* @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
* @author dion
- * @version $Id: UpdatePomCheck.java,v 1.2 2002/05/27 12:06:16 dion Exp $
+ * @version $Id: UpdatePomCheck.java,v 1.3 2002/05/27 12:19:51 dion Exp $
*/
public class UpdatePomCheck extends AbstractExecutor
{
1.18 +2 -0
jakarta-turbine-maven/src/java/org/apache/maven/UpdateResources.java
Index: UpdateResources.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/UpdateResources.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- UpdateResources.java 22 May 2002 17:49:32 -0000 1.17
+++ UpdateResources.java 27 May 2002 12:19:51 -0000 1.18
@@ -52,6 +52,8 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
import java.io.File;
1.5 +3 -1
jakarta-turbine-maven/src/java/org/apache/maven/XmlPomValidator.java
Index: XmlPomValidator.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/XmlPomValidator.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- XmlPomValidator.java 27 May 2002 12:06:16 -0000 1.4
+++ XmlPomValidator.java 27 May 2002 12:19:51 -0000 1.5
@@ -52,6 +52,8 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
import java.io.File;
@@ -74,7 +76,7 @@
* only seem to get the validation with a schema to work with xerces2.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
- * @version $Id: XmlPomValidator.java,v 1.4 2002/05/27 12:06:16 dion Exp $
+ * @version $Id: XmlPomValidator.java,v 1.5 2002/05/27 12:19:51 dion Exp $
*/
public class XmlPomValidator
extends AbstractExecutor
1.9 +2 -0 jakarta-turbine-maven/src/java/org/apache/maven/MavenTool.java
Index: MavenTool.java
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/MavenTool.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- MavenTool.java 13 May 2002 07:36:17 -0000 1.8
+++ MavenTool.java 27 May 2002 12:19:51 -0000 1.9
@@ -52,6 +52,8 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
import java.io.File;
1.9 +3 -1
jakarta-turbine-maven/src/java/org/apache/maven/DVSLPathTool.java
Index: DVSLPathTool.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/DVSLPathTool.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- DVSLPathTool.java 27 May 2002 09:10:33 -0000 1.8
+++ DVSLPathTool.java 27 May 2002 12:19:51 -0000 1.9
@@ -52,6 +52,8 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
import java.io.IOException;
@@ -68,7 +70,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Pete Kazmier</a>
* @author <a href="[EMAIL PROTECTED]">Vincent Massol</a>
- * @version $Id: DVSLPathTool.java,v 1.8 2002/05/27 09:10:33 dion Exp $
+ * @version $Id: DVSLPathTool.java,v 1.9 2002/05/27 12:19:51 dion Exp $
*/
public class DVSLPathTool
{
1.17 +3 -1 jakarta-turbine-maven/src/java/org/apache/maven/MavenUtils.java
Index: MavenUtils.java
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/MavenUtils.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- MavenUtils.java 27 May 2002 09:10:33 -0000 1.16
+++ MavenUtils.java 27 May 2002 12:19:51 -0000 1.17
@@ -52,6 +52,8 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
import java.io.File;
@@ -73,7 +75,7 @@
* the project.
*
* @author <a href="[EMAIL PROTECTED]">Jason van Zyl</a>
- * @version $Id: MavenUtils.java,v 1.16 2002/05/27 09:10:33 dion Exp $
+ * @version $Id: MavenUtils.java,v 1.17 2002/05/27 12:19:51 dion Exp $
*/
public class MavenUtils
{
1.5 +3 -1
jakarta-turbine-maven/src/java/org/apache/maven/TaskListExecutor.java
Index: TaskListExecutor.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/TaskListExecutor.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- TaskListExecutor.java 27 May 2002 12:06:16 -0000 1.4
+++ TaskListExecutor.java 27 May 2002 12:19:51 -0000 1.5
@@ -52,6 +52,8 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
import java.io.File;
@@ -66,7 +68,7 @@
* various tags in JavaDoc of a project's source tree.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Pete Kazmier</a>
- * @version $Id: TaskListExecutor.java,v 1.4 2002/05/27 12:06:16 dion Exp $
+ * @version $Id: TaskListExecutor.java,v 1.5 2002/05/27 12:19:51 dion Exp $
*/
public class TaskListExecutor extends FileProcessingExecutor
{
1.9 +3 -1
jakarta-turbine-maven/src/java/org/apache/maven/UpdateMavenCheck.java
Index: UpdateMavenCheck.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/UpdateMavenCheck.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- UpdateMavenCheck.java 27 May 2002 12:06:16 -0000 1.8
+++ UpdateMavenCheck.java 27 May 2002 12:19:51 -0000 1.9
@@ -52,6 +52,8 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
import java.io.BufferedReader;
@@ -70,7 +72,7 @@
* the user's Maven installation up-to-date.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
- * @version $Id: UpdateMavenCheck.java,v 1.8 2002/05/27 12:06:16 dion Exp $
+ * @version $Id: UpdateMavenCheck.java,v 1.9 2002/05/27 12:19:51 dion Exp $
*/
public class UpdateMavenCheck
extends AbstractExecutor
1.6 +3 -1
jakarta-turbine-maven/src/java/org/apache/maven/PackageProjectMap.java
Index: PackageProjectMap.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/PackageProjectMap.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- PackageProjectMap.java 27 May 2002 09:10:33 -0000 1.5
+++ PackageProjectMap.java 27 May 2002 12:19:51 -0000 1.6
@@ -52,6 +52,8 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
import java.io.File;
@@ -68,7 +70,7 @@
* references.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
- * @version $Id: PackageProjectMap.java,v 1.5 2002/05/27 09:10:33 dion Exp $
+ * @version $Id: PackageProjectMap.java,v 1.6 2002/05/27 12:19:51 dion Exp $
*/
public class PackageProjectMap
extends AbstractExecutor
1.36 +3 -1
jakarta-turbine-maven/src/java/org/apache/maven/ProjectProperties.java
Index: ProjectProperties.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/ProjectProperties.java,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ProjectProperties.java 27 May 2002 09:10:33 -0000 1.35
+++ ProjectProperties.java 27 May 2002 12:19:51 -0000 1.36
@@ -52,6 +52,8 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
import java.io.File;
@@ -80,7 +82,7 @@
*
* @author <a href="[EMAIL PROTECTED]">Jason van Zyl</a>
* @author <a href="[EMAIL PROTECTED]">Vincent Massol</a>
- * @version $Id: ProjectProperties.java,v 1.35 2002/05/27 09:10:33 dion Exp $
+ * @version $Id: ProjectProperties.java,v 1.36 2002/05/27 12:19:51 dion Exp $
*/
public class ProjectProperties
extends ProjectExecutor
1.4 +4 -1
jakarta-turbine-maven/src/java/org/apache/maven/ProjectResolverSource.java
Index: ProjectResolverSource.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/ProjectResolverSource.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ProjectResolverSource.java 27 May 2002 09:10:33 -0000 1.3
+++ ProjectResolverSource.java 27 May 2002 12:19:51 -0000 1.4
@@ -52,7 +52,10 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
+
import java.io.File;
import java.io.FileInputStream;
import java.util.Iterator;
@@ -72,7 +75,7 @@
* of dependencies in a project descriptor.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
- * @version $Id: ProjectResolverSource.java,v 1.3 2002/05/27 09:10:33 dion Exp $
+ * @version $Id: ProjectResolverSource.java,v 1.4 2002/05/27 12:19:51 dion Exp $
*/
public class ProjectResolverSource
{
1.4 +3 -1
jakarta-turbine-maven/src/java/org/apache/maven/UpdateProperties.java
Index: UpdateProperties.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/UpdateProperties.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- UpdateProperties.java 24 May 2002 04:05:14 -0000 1.3
+++ UpdateProperties.java 27 May 2002 12:19:51 -0000 1.4
@@ -52,6 +52,8 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
import org.apache.maven.executor.AbstractExecutor;
@@ -65,7 +67,7 @@
* @author <a href="[EMAIL PROTECTED]">Pete Kazmier</a>
* @author <a href="[EMAIL PROTECTED]">Vincent Massol</a>
* @author dion
- * @version $Id: UpdateProperties.java,v 1.3 2002/05/24 04:05:14 dion Exp $
+ * @version $Id: UpdateProperties.java,v 1.4 2002/05/27 12:19:51 dion Exp $
*/
public class UpdateProperties extends AbstractExecutor
{
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>