cvs commit: spice/sandbox/repository/componenthaus project.properties project.xml todo.txt
Mike Hogan <[email protected]> Mon, 10 Nov 2003 12:21:41 -0800
| Newsgroups | gmane.comp.java.spice.cvs |
|---|---|
| Message-ID | <[email protected]> |
hogie 03/11/10 12:21:41
Modified: sandbox/repository/componenthaus project.properties
project.xml todo.txt
Log:
Preview release with plexus-utils components
Revision Changes Path
1.5 +6 -1 spice/sandbox/repository/componenthaus/project.properties
Index: project.properties
===================================================================
RCS file: /cvsroot/spice/spice/sandbox/repository/componenthaus/project.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- project.properties 9 Nov 2003 14:00:44 -0000 1.4
+++ project.properties 10 Nov 2003 20:21:41 -0000 1.5
@@ -2,5 +2,10 @@
maven.compile.source=1.4
maven.compile.target=1.4
+maven.javadoc.source=1.4
-maven.junit.fork=no
\ No newline at end of file
+#
+# Fork so we can run with JVM asserts enables
+#
+maven.junit.fork=yes
+maven.junit.jvmargs=-ea
\ No newline at end of file
1.12 +13 -0 spice/sandbox/repository/componenthaus/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/spice/spice/sandbox/repository/componenthaus/project.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- project.xml 9 Nov 2003 16:21:38 -0000 1.11
+++ project.xml 10 Nov 2003 20:21:41 -0000 1.12
@@ -7,6 +7,12 @@
<inceptionYear>2003</inceptionYear>
<package>org.componenthaus</package>
+ <description>
+ A website and a community centered around component based development.
+
+ Try it <a href="http://64.4.141.60/componenthaus/welcome.htm"> here </a>
+ </description>
+
<developers>
<developer>
<name>Mike Hogan</name>
@@ -194,4 +200,11 @@
</resources>
</unitTest>
</build>
+
+ <reports>
+ <report>maven-jxr-plugin</report>
+ <report>maven-javadoc-plugin</report>
+ <report>maven-junit-report-plugin</report>
+ <report>maven-clover-plugin</report>
+ </reports>
</project>
1.14 +1 -1 spice/sandbox/repository/componenthaus/todo.txt
Index: todo.txt
===================================================================
RCS file: /cvsroot/spice/spice/sandbox/repository/componenthaus/todo.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- todo.txt 9 Nov 2003 16:21:38 -0000 1.13
+++ todo.txt 10 Nov 2003 20:21:41 -0000 1.14
@@ -18,7 +18,7 @@
* 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.
+ * 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. Resolve transitive dependencies in this way also. Expose as web service (so federated componenthauses can come to the central one to have dependencies resolved).
* Better to make methods (services) the unit of indexing, searching and presentation? Or stick with classes?
* Write a test case to enable ClassAbbreviater to deal with constructors
* Display service interface fully collapsed, like in IDEA, with clickable buttons to show javadoc.
-------------------------------------------------------
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/