Update of /var/cvs/contributions/CMSContainer/overview_generator
In directory james.mmbase.org:/tmp/cvs-serv19142/overview_generator

Modified Files:
        readme.txt project.xml 
Removed Files:
        generate_report.cmd config.properties generate_report.sh 
Log Message:
CMSC-472
Update build script.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/overview_generator
See also: http://www.mmbase.org/jira/browse/CMSC-472


Index: readme.txt
===================================================================
RCS file: /var/cvs/contributions/CMSContainer/overview_generator/readme.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- readme.txt  29 Dec 2007 01:54:19 -0000      1.1
+++ readme.txt  21 Jan 2008 10:21:55 -0000      1.2
@@ -1 +1,9 @@
- ant report -Dconfigfile=./config.properties 
-Dworkingfolder=/Users/gmark/temp/ -Dreportlocation=./
\ No newline at end of file
+To run the reporting tools.
+You hava to add below jar to the same folder as cmsc-overview_generator-0.1.jar
+commons-logging-1.1.jar
+j2ssh-core-0.2.2.jar
+jcvsii-5.3.2.jar
+log4j-1.2.11.jar
+svnkit-1.1.4.jar
+
+and then running it using java -jar cmsc-overview_generator-0.1.jar


Index: project.xml
===================================================================
RCS file: /var/cvs/contributions/CMSContainer/overview_generator/project.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- project.xml 17 Jan 2008 11:24:47 -0000      1.1
+++ project.xml 21 Jan 2008 10:21:55 -0000      1.2
@@ -9,7 +9,9 @@
 <project>
     <artifactId>cmsc-overview_generator</artifactId>
     <name>CMS Container overview generator</name>
+    <currentVersion>0.1</currentVersion>
     <shortDescription>CMS Container overview generator</shortDescription>
+
     <build>
         <sourceDirectory>
             src/java
@@ -21,30 +23,45 @@
             <artifactId>commons-logging</artifactId>
             <version>1.1</version>
             <type>jar</type>
+            <properties>
+                <jar.manifest.classpath>true</jar.manifest.classpath>
+            </properties>
         </dependency>
         <dependency>
             <groupId>sshtools</groupId>
             <artifactId>j2ssh-core</artifactId>
             <version>0.2.2</version>
             <type>jar</type>
+            <properties>
+                <jar.manifest.classpath>true</jar.manifest.classpath>
+            </properties>
         </dependency>
         <dependency>
             <groupId>jcvsii</groupId>
             <artifactId>jcvsii</artifactId>
             <version>5.3.2</version>
             <type>jar</type>
+            <properties>
+                <jar.manifest.classpath>true</jar.manifest.classpath>
+            </properties>
         </dependency>
         <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>
             <version>1.2.11</version>
             <type>jar</type>
+            <properties>
+                <jar.manifest.classpath>true</jar.manifest.classpath>
+            </properties>
         </dependency>
          <dependency>
             <groupId>svnkit</groupId>
             <artifactId>svnkit</artifactId>
             <version>1.1.4</version>
             <type>jar</type>
+            <properties>
+                <jar.manifest.classpath>true</jar.manifest.classpath>
+            </properties>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file






_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to