sanders 02/02/02 19:27:40
Modified: proposal/vindico/src/java/org/apache/alexandria/om
Workspace.java
Log:
Trying to get rid of the text logs, but we may still need them.
Revision Changes Path
1.8 +6 -6
jakarta-alexandria/proposal/vindico/src/java/org/apache/alexandria/om/Workspace.java
Index: Workspace.java
===================================================================
RCS file:
/home/cvs/jakarta-alexandria/proposal/vindico/src/java/org/apache/alexandria/om/Workspace.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Workspace.java 3 Feb 2002 01:59:55 -0000 1.7
+++ Workspace.java 3 Feb 2002 03:27:40 -0000 1.8
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-alexandria/proposal/vindico/src/java/org/apache/alexandria/om/Workspace.java,v
1.7 2002/02/03 01:59:55 sanders Exp $
- * $Revision: 1.7 $
- * $Date: 2002/02/03 01:59:55 $
+ * $Header:
/home/cvs/jakarta-alexandria/proposal/vindico/src/java/org/apache/alexandria/om/Workspace.java,v
1.8 2002/02/03 03:27:40 sanders Exp $
+ * $Revision: 1.8 $
+ * $Date: 2002/02/03 03:27:40 $
*
* ====================================================================
*
@@ -73,7 +73,7 @@
* Represents ...
*
* @author Scott Sanders
- * @version $Revision: 1.7 $ $Date: 2002/02/03 01:59:55 $
+ * @version $Revision: 1.8 $ $Date: 2002/02/03 03:27:40 $
*/
public class Workspace {
@@ -231,7 +231,7 @@
String projectName = cvs.getParentProject().getName();
helper.attribute("antfile", "build-" + projectName + ".xml");
helper.attribute("target", "cvs-" + projectName);
- helper.attribute("output", logPath + "/" + project.getName() +
"-cvs.xml");
+ helper.attribute("output", logPath + "/" + project.getName() +
"-cvs.txt");
helper.attribute("inheritAll", "true");
helper.element("ant");
helper.comment("From project: " + cvs.getParentProject().getName());
@@ -254,7 +254,7 @@
String projectName = project.getName();
helper.attribute("antfile", "build-" + projectName +
".xml");
helper.attribute("target", "build-" + projectName);
- helper.attribute("output", logPath + "/" +
project.getName() + "-build.xml");
+ helper.attribute("output", logPath + "/" +
project.getName() + "-build.txt");
helper.attribute("inheritAll", "true");
helper.element("ant");
if (project.getParentModule() != null) {
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>