cvs commit: spice/sandbox/repository/componenthaus project.properties project.xml todo.txt
Mike Hogan <[email protected]> Sun, 09 Nov 2003 06:00:46 -0800
| Newsgroups | gmane.comp.java.spice.cvs |
|---|---|
| Message-ID | <[email protected]> |
hogie 03/11/09 06:00:46
Modified: sandbox/repository/componenthaus project.properties
project.xml todo.txt
Log:
If components are classes, show as little of the class as necessary to show service offering
Revision Changes Path
1.4 +2 -0 spice/sandbox/repository/componenthaus/project.properties
Index: project.properties
===================================================================
RCS file: /cvsroot/spice/spice/sandbox/repository/componenthaus/project.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project.properties 5 Nov 2003 20:22:02 -0000 1.3
+++ project.properties 9 Nov 2003 14:00:44 -0000 1.4
@@ -1,3 +1,5 @@
+maven.repo.remote=http://www.ibiblio.org/maven,http://dist.codehaus.org
+
maven.compile.source=1.4
maven.compile.target=1.4
1.10 +3 -0 spice/sandbox/repository/componenthaus/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/spice/spice/sandbox/repository/componenthaus/project.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- project.xml 3 Nov 2003 21:15:29 -0000 1.9
+++ project.xml 9 Nov 2003 14:00:46 -0000 1.10
@@ -48,6 +48,9 @@
<dependency>
<id>qdox</id>
<version>1.2</version>
+ <properties>
+ <war.bundle>true</war.bundle>
+ </properties>
</dependency>
<dependency>
<id>picocontainer</id>
1.12 +7 -1 spice/sandbox/repository/componenthaus/todo.txt
Index: todo.txt
===================================================================
RCS file: /cvsroot/spice/spice/sandbox/repository/componenthaus/todo.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- todo.txt 5 Nov 2003 20:22:02 -0000 1.11
+++ todo.txt 9 Nov 2003 14:00:46 -0000 1.12
@@ -14,11 +14,17 @@
* Restarted prevayler is not loading objects correctly - all the string fields are "gone".
* Disable multiple submissions of the same component.
* Structured API Search (Find me all methods taking a java.io.File and returning a java.lang.String, and importing java.sql classes)
- * If the component is a class, show only its methods, to better convey the service offering.
* Consider providing a means of displaying test cases that use a particular service method. Excellent way to convey purpose and usage of the service method.
* Include coverage report in component metadata
+ * Offline tool to submit CAR files.
+ * Have all Exception constructors call super(...)
+ * Determine required jars from imports in the component itself (and its impl). This is because one jar might contain two or more components. Dependencies traditionally are at the jar to jar level. But if you use only one component in a jar, you might not need all the dependencies the jar needs.
+ * When QDox bugs 27 and 28 are fixed, test if submission of Plexus FileUtils works.
Done
+
+November 9th
+ * If the component is a class, show only its methods, to better convey the service offering. Rolling this out was hampered by bugs in Qdox (27 and 28). So will retest when bugs are fixed.
November 5th
* Stop including plug-interfaces in the repository as public interfaces. Allow the submitter decide whats public.
-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/