You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(2) |
Aug
(4) |
Sep
|
Oct
(4) |
Nov
(5) |
Dec
|
---|
From: <cg...@us...> - 2006-11-01 01:06:32
|
Revision: 942 http://svn.sourceforge.net/wotonomy/?rev=942&view=rev Author: cgruber Date: 2006-10-31 17:05:29 -0800 (Tue, 31 Oct 2006) Log Message: ----------- fix inter-project dependencies, use the new naming of artifacts, and use maven project variables to address common stuff that needn't be repeated over and over. Modified Paths: -------------- trunk/projects/net.wotonomy.datastore/pom.xml trunk/projects/net.wotonomy.persistence/pom.xml trunk/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml trunk/projects/net.wotonomy.test/pom.xml trunk/projects/net.wotonomy.ui/pom.xml trunk/projects/net.wotonomy.ui.swing/pom.xml trunk/projects/net.wotonomy.web/pom.xml Modified: trunk/projects/net.wotonomy.datastore/pom.xml =================================================================== --- trunk/projects/net.wotonomy.datastore/pom.xml 2006-11-01 00:43:53 UTC (rev 941) +++ trunk/projects/net.wotonomy.datastore/pom.xml 2006-11-01 01:05:29 UTC (rev 942) @@ -10,9 +10,9 @@ <packaging>jar</packaging> <dependencies> <dependency> - <groupId>net.wotonomy</groupId> - <artifactId>web</artifactId> - <version>1.0-alpha5-SNAPSHOT</version> + <groupId>${project.groupId}</groupId> + <artifactId>wotonomy-web</artifactId> + <version>${project.version}</version> </dependency> <dependency> <groupId>junit</groupId> Modified: trunk/projects/net.wotonomy.persistence/pom.xml =================================================================== --- trunk/projects/net.wotonomy.persistence/pom.xml 2006-11-01 00:43:53 UTC (rev 941) +++ trunk/projects/net.wotonomy.persistence/pom.xml 2006-11-01 01:05:29 UTC (rev 942) @@ -10,9 +10,9 @@ <packaging>jar</packaging> <dependencies> <dependency> - <groupId>net.wotonomy</groupId> - <artifactId>foundation</artifactId> - <version>1.0-alpha5-SNAPSHOT</version> + <groupId>${project.groupId}</groupId> + <artifactId>wotonomy-foundation</artifactId> + <version>${project.version}</version> </dependency> <dependency> <groupId>junit</groupId> Modified: trunk/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml =================================================================== --- trunk/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml 2006-11-01 00:43:53 UTC (rev 941) +++ trunk/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml 2006-11-01 01:05:29 UTC (rev 942) @@ -11,7 +11,7 @@ <dependencies> <dependency> <groupId>net.wotonomy</groupId> - <artifactId>persistence</artifactId> + <artifactId>wotonomy-persistence</artifactId> <version>1.0-alpha5-SNAPSHOT</version> </dependency> <dependency> Modified: trunk/projects/net.wotonomy.test/pom.xml =================================================================== --- trunk/projects/net.wotonomy.test/pom.xml 2006-11-01 00:43:53 UTC (rev 941) +++ trunk/projects/net.wotonomy.test/pom.xml 2006-11-01 01:05:29 UTC (rev 942) @@ -16,19 +16,19 @@ <scope>test</scope> </dependency> <dependency> - <groupId>net.wotonomy</groupId> - <artifactId>web</artifactId> - <version>1.0-alpha5-SNAPSHOT</version> + <groupId>${project.groupId}</groupId> + <artifactId>wotonomy-web</artifactId> + <version>${project.version}</version> </dependency> <dependency> - <groupId>net.wotonomy</groupId> - <artifactId>ui.swing</artifactId> - <version>1.0-alpha5-SNAPSHOT</version> + <groupId>${project.groupId}</groupId> + <artifactId>wotonomy-ui-swing</artifactId> + <version>${project.version}</version> </dependency> <dependency> - <groupId>net.wotonomy</groupId> - <artifactId>datastore</artifactId> - <version>1.0-alpha5-SNAPSHOT</version> + <groupId>${project.groupId}</groupId> + <artifactId>wotonomy-datastore</artifactId> + <version>${project.version}</version> </dependency> </dependencies> <reporting> Modified: trunk/projects/net.wotonomy.ui/pom.xml =================================================================== --- trunk/projects/net.wotonomy.ui/pom.xml 2006-11-01 00:43:53 UTC (rev 941) +++ trunk/projects/net.wotonomy.ui/pom.xml 2006-11-01 01:05:29 UTC (rev 942) @@ -10,9 +10,9 @@ <packaging>jar</packaging> <dependencies> <dependency> - <groupId>net.wotonomy</groupId> - <artifactId>persistence</artifactId> - <version>1.0-alpha5-SNAPSHOT</version> + <groupId>${project.groupId}</groupId> + <artifactId>wotonomy-persistence</artifactId> + <version>${project.version}</version> </dependency> <dependency> <groupId>junit</groupId> Modified: trunk/projects/net.wotonomy.ui.swing/pom.xml =================================================================== --- trunk/projects/net.wotonomy.ui.swing/pom.xml 2006-11-01 00:43:53 UTC (rev 941) +++ trunk/projects/net.wotonomy.ui.swing/pom.xml 2006-11-01 01:05:29 UTC (rev 942) @@ -10,9 +10,9 @@ <packaging>jar</packaging> <dependencies> <dependency> - <groupId>net.wotonomy</groupId> - <artifactId>ui</artifactId> - <version>1.0-alpha5-SNAPSHOT</version> + <groupId>${project.groupId}</groupId> + <artifactId>wotonomy-ui</artifactId> + <version>${project.version}</version> </dependency> <dependency> <groupId>junit</groupId> Modified: trunk/projects/net.wotonomy.web/pom.xml =================================================================== --- trunk/projects/net.wotonomy.web/pom.xml 2006-11-01 00:43:53 UTC (rev 941) +++ trunk/projects/net.wotonomy.web/pom.xml 2006-11-01 01:05:29 UTC (rev 942) @@ -10,9 +10,9 @@ <packaging>jar</packaging> <dependencies> <dependency> - <groupId>net.wotonomy</groupId> - <artifactId>persistence</artifactId> - <version>1.0-alpha5-SNAPSHOT</version> + <groupId>${project.groupId}</groupId> + <artifactId>wotonomy-persistence</artifactId> + <version>${project.version}</version> </dependency> <dependency> <groupId>jetty</groupId> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cg...@us...> - 2006-11-01 00:44:15
|
Revision: 941 http://svn.sourceforge.net/wotonomy/?rev=941&view=rev Author: cgruber Date: 2006-10-31 16:43:53 -0800 (Tue, 31 Oct 2006) Log Message: ----------- Disambiguate names. Modified Paths: -------------- trunk/projects/net.wotonomy.all/pom.xml Modified: trunk/projects/net.wotonomy.all/pom.xml =================================================================== --- trunk/projects/net.wotonomy.all/pom.xml 2006-11-01 00:36:08 UTC (rev 940) +++ trunk/projects/net.wotonomy.all/pom.xml 2006-11-01 00:43:53 UTC (rev 941) @@ -4,7 +4,7 @@ <artifactId>wotonomy-all</artifactId> <version>1.0-alpha5-SNAPSHOT</version> <packaging>pom</packaging> - <name>Wotonomy</name> + <name>Wotonomy - Parent Project</name> <description> Wotonomy - A free system for creating great database-oriented swing or web applications.</description> <url>http://wotonomy.sourceforge.net</url> <modules> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cg...@us...> - 2006-11-01 00:36:35
|
Revision: 940 http://svn.sourceforge.net/wotonomy/?rev=940&view=rev Author: cgruber Date: 2006-10-31 16:36:08 -0800 (Tue, 31 Oct 2006) Log Message: ----------- Fix pom names Modified Paths: -------------- trunk/projects/net.wotonomy.all/pom.xml Modified: trunk/projects/net.wotonomy.all/pom.xml =================================================================== --- trunk/projects/net.wotonomy.all/pom.xml 2006-11-01 00:34:32 UTC (rev 939) +++ trunk/projects/net.wotonomy.all/pom.xml 2006-11-01 00:36:08 UTC (rev 940) @@ -4,7 +4,7 @@ <artifactId>wotonomy-all</artifactId> <version>1.0-alpha5-SNAPSHOT</version> <packaging>pom</packaging> - <name>Wotonomy: </name> + <name>Wotonomy</name> <description> Wotonomy - A free system for creating great database-oriented swing or web applications.</description> <url>http://wotonomy.sourceforge.net</url> <modules> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cg...@us...> - 2006-11-01 00:34:54
|
Revision: 939 http://svn.sourceforge.net/wotonomy/?rev=939&view=rev Author: cgruber Date: 2006-10-31 16:34:32 -0800 (Tue, 31 Oct 2006) Log Message: ----------- Fix pom names Modified Paths: -------------- trunk/projects/pom.xml Modified: trunk/projects/pom.xml =================================================================== --- trunk/projects/pom.xml 2006-11-01 00:21:58 UTC (rev 938) +++ trunk/projects/pom.xml 2006-11-01 00:34:32 UTC (rev 939) @@ -4,7 +4,7 @@ <artifactId>wotonomy-root</artifactId> <version>1</version> <packaging>pom</packaging> - <name>Wotonomy Root</name> + <name>Wotonomy</name> <description>Root project for wotonomy</description> <url>http://wotonomy.sourceforge.net</url> <modules> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cg...@us...> - 2006-11-01 00:22:46
|
Revision: 938 http://svn.sourceforge.net/wotonomy/?rev=938&view=rev Author: cgruber Date: 2006-10-31 16:21:58 -0800 (Tue, 31 Oct 2006) Log Message: ----------- Fix parent pom crap. Modified Paths: -------------- trunk/projects/net.wotonomy.all/.project trunk/projects/net.wotonomy.datastore/pom.xml trunk/projects/net.wotonomy.foundation/pom.xml trunk/projects/net.wotonomy.persistence/pom.xml trunk/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml trunk/projects/net.wotonomy.test/pom.xml trunk/projects/net.wotonomy.ui/pom.xml trunk/projects/net.wotonomy.ui.swing/pom.xml trunk/projects/net.wotonomy.web/pom.xml Added Paths: ----------- trunk/projects/net.wotonomy.all/.classpath Added: trunk/projects/net.wotonomy.all/.classpath =================================================================== --- trunk/projects/net.wotonomy.all/.classpath (rev 0) +++ trunk/projects/net.wotonomy.all/.classpath 2006-11-01 00:21:58 UTC (rev 938) @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/> + <classpathentry kind="output" path="target/classes"/> +</classpath> Modified: trunk/projects/net.wotonomy.all/.project =================================================================== --- trunk/projects/net.wotonomy.all/.project 2006-10-15 23:20:20 UTC (rev 937) +++ trunk/projects/net.wotonomy.all/.project 2006-11-01 00:21:58 UTC (rev 938) @@ -5,7 +5,19 @@ <projects> </projects> <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.maven.ide.eclipse.maven2Builder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.maven.ide.eclipse.maven2Nature</nature> </natures> </projectDescription> Modified: trunk/projects/net.wotonomy.datastore/pom.xml =================================================================== --- trunk/projects/net.wotonomy.datastore/pom.xml 2006-10-15 23:20:20 UTC (rev 937) +++ trunk/projects/net.wotonomy.datastore/pom.xml 2006-11-01 00:21:58 UTC (rev 938) @@ -1,14 +1,13 @@ <project> <modelVersion>4.0.0</modelVersion> - <groupId>net.wotonomy</groupId> - <artifactId>wotonomy-datastore</artifactId> - <packaging>jar</packaging> - <name>Wotonomy: Object Datastore</name> <parent> <groupId>net.wotonomy</groupId> - <artifactId>all</artifactId> + <artifactId>wotonomy-all</artifactId> <version>1.0-alpha5-SNAPSHOT</version> </parent> + <artifactId>wotonomy-datastore</artifactId> + <name>Wotonomy - Object Datastore</name> + <packaging>jar</packaging> <dependencies> <dependency> <groupId>net.wotonomy</groupId> Modified: trunk/projects/net.wotonomy.foundation/pom.xml =================================================================== --- trunk/projects/net.wotonomy.foundation/pom.xml 2006-10-15 23:20:20 UTC (rev 937) +++ trunk/projects/net.wotonomy.foundation/pom.xml 2006-11-01 00:21:58 UTC (rev 938) @@ -1,14 +1,13 @@ <project> <modelVersion>4.0.0</modelVersion> - <groupId>net.wotonomy</groupId> - <artifactId>wotonomy-foundation</artifactId> - <packaging>jar</packaging> - <name>Wotonomy: Foundation Classes and Utilities</name> <parent> <groupId>net.wotonomy</groupId> - <artifactId>all</artifactId> + <artifactId>wotonomy-all</artifactId> <version>1.0-alpha5-SNAPSHOT</version> </parent> + <artifactId>wotonomy-foundation</artifactId> + <name>Wotonomy - Foundation Classes</name> + <packaging>jar</packaging> <dependencies> <dependency> <groupId>junit</groupId> Modified: trunk/projects/net.wotonomy.persistence/pom.xml =================================================================== --- trunk/projects/net.wotonomy.persistence/pom.xml 2006-10-15 23:20:20 UTC (rev 937) +++ trunk/projects/net.wotonomy.persistence/pom.xml 2006-11-01 00:21:58 UTC (rev 938) @@ -1,14 +1,13 @@ <project> <modelVersion>4.0.0</modelVersion> - <groupId>net.wotonomy</groupId> - <artifactId>wotonomy-persistence</artifactId> - <packaging>jar</packaging> - <name>Wotonomy: Persistence Framework</name> <parent> <groupId>net.wotonomy</groupId> - <artifactId>all</artifactId> + <artifactId>wotonomy-all</artifactId> <version>1.0-alpha5-SNAPSHOT</version> </parent> + <artifactId>wotonomy-persistence</artifactId> + <name>Wotonomy - Persistence</name> + <packaging>jar</packaging> <dependencies> <dependency> <groupId>net.wotonomy</groupId> Modified: trunk/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml =================================================================== --- trunk/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml 2006-10-15 23:20:20 UTC (rev 937) +++ trunk/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml 2006-11-01 00:21:58 UTC (rev 938) @@ -1,15 +1,14 @@ <project> <modelVersion>4.0.0</modelVersion> - <groupId>net.wotonomy</groupId> - <artifactId>wotonomy-persistence-adapter-jdbc</artifactId> - <packaging>jar</packaging> - <name>Wotonomy: Persistence Framework - JDBC Adapter</name> <parent> <groupId>net.wotonomy</groupId> - <artifactId>all</artifactId> + <artifactId>wotonomy-all</artifactId> <version>1.0-alpha5-SNAPSHOT</version> </parent> - <dependencies> + <artifactId>wotonomy-persistence-adapter-jdbc</artifactId> + <name>Wotonomy - Persistence - JDBC Adapter</name> + <packaging>jar</packaging> + <dependencies> <dependency> <groupId>net.wotonomy</groupId> <artifactId>persistence</artifactId> Modified: trunk/projects/net.wotonomy.test/pom.xml =================================================================== --- trunk/projects/net.wotonomy.test/pom.xml 2006-10-15 23:20:20 UTC (rev 937) +++ trunk/projects/net.wotonomy.test/pom.xml 2006-11-01 00:21:58 UTC (rev 938) @@ -1,14 +1,13 @@ <project> <modelVersion>4.0.0</modelVersion> - <groupId>net.wotonomy</groupId> - <artifactId>wotonomy-test</artifactId> - <packaging>jar</packaging> - <name>Wotonomy: System Tests</name> <parent> <groupId>net.wotonomy</groupId> - <artifactId>all</artifactId> + <artifactId>wotonomy-all</artifactId> <version>1.0-alpha5-SNAPSHOT</version> </parent> + <artifactId>wotonomy-test</artifactId> + <name>Wotonomy - System Tests</name> + <packaging>jar</packaging> <dependencies> <dependency> <groupId>junit</groupId> Modified: trunk/projects/net.wotonomy.ui/pom.xml =================================================================== --- trunk/projects/net.wotonomy.ui/pom.xml 2006-10-15 23:20:20 UTC (rev 937) +++ trunk/projects/net.wotonomy.ui/pom.xml 2006-11-01 00:21:58 UTC (rev 938) @@ -1,14 +1,13 @@ <project> <modelVersion>4.0.0</modelVersion> - <groupId>net.wotonomy</groupId> - <artifactId>wotonomy-ui</artifactId> - <packaging>jar</packaging> - <name>Wotonomy: Graphical User Interface</name> <parent> <groupId>net.wotonomy</groupId> - <artifactId>all</artifactId> + <artifactId>wotonomy-all</artifactId> <version>1.0-alpha5-SNAPSHOT</version> </parent> + <artifactId>wotonomy-ui</artifactId> + <name>Wotonomy - GUI</name> + <packaging>jar</packaging> <dependencies> <dependency> <groupId>net.wotonomy</groupId> Modified: trunk/projects/net.wotonomy.ui.swing/pom.xml =================================================================== --- trunk/projects/net.wotonomy.ui.swing/pom.xml 2006-10-15 23:20:20 UTC (rev 937) +++ trunk/projects/net.wotonomy.ui.swing/pom.xml 2006-11-01 00:21:58 UTC (rev 938) @@ -1,14 +1,13 @@ <project> <modelVersion>4.0.0</modelVersion> - <groupId>net.wotonomy</groupId> - <artifactId>wotonomy-ui-swing</artifactId> - <packaging>jar</packaging> - <name>Wotonomy: Graphical User Interface - Swing Implementation</name> <parent> <groupId>net.wotonomy</groupId> - <artifactId>all</artifactId> + <artifactId>wotonomy-all</artifactId> <version>1.0-alpha5-SNAPSHOT</version> </parent> + <artifactId>wotonomy-ui-swing</artifactId> + <name>Wotonomy - GUI - Swing Implementation</name> + <packaging>jar</packaging> <dependencies> <dependency> <groupId>net.wotonomy</groupId> Modified: trunk/projects/net.wotonomy.web/pom.xml =================================================================== --- trunk/projects/net.wotonomy.web/pom.xml 2006-10-15 23:20:20 UTC (rev 937) +++ trunk/projects/net.wotonomy.web/pom.xml 2006-11-01 00:21:58 UTC (rev 938) @@ -1,14 +1,13 @@ <project> <modelVersion>4.0.0</modelVersion> - <groupId>net.wotonomy</groupId> - <artifactId>wotonomy-web</artifactId> - <packaging>jar</packaging> - <name>Wotonomy: MVC Web Application Framework</name> <parent> <groupId>net.wotonomy</groupId> - <artifactId>all</artifactId> + <artifactId>wotonomy-all</artifactId> <version>1.0-alpha5-SNAPSHOT</version> </parent> + <artifactId>wotonomy-web</artifactId> + <name>Wotonomy - MVC Web Application Framework</name> + <packaging>jar</packaging> <dependencies> <dependency> <groupId>net.wotonomy</groupId> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cg...@us...> - 2006-10-15 23:20:30
|
Revision: 937 http://svn.sourceforge.net/wotonomy/?rev=937&view=rev Author: cgruber Date: 2006-10-15 16:20:20 -0700 (Sun, 15 Oct 2006) Log Message: ----------- fix scm link Modified Paths: -------------- trunk/projects/pom.xml Modified: trunk/projects/pom.xml =================================================================== --- trunk/projects/pom.xml 2006-10-15 22:42:43 UTC (rev 936) +++ trunk/projects/pom.xml 2006-10-15 23:20:20 UTC (rev 937) @@ -34,7 +34,7 @@ </site> </distributionManagement> <scm> - <connection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.all</connection> - <developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.all</developerConnection> + <connection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects</connection> + <developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects</developerConnection> </scm> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cg...@us...> - 2006-10-15 22:42:52
|
Revision: 936 http://svn.sourceforge.net/wotonomy/?rev=936&view=rev Author: cgruber Date: 2006-10-15 15:42:43 -0700 (Sun, 15 Oct 2006) Log Message: ----------- disambiguate root and parent names. Modified Paths: -------------- trunk/projects/net.wotonomy.all/pom.xml trunk/projects/pom.xml Modified: trunk/projects/net.wotonomy.all/pom.xml =================================================================== --- trunk/projects/net.wotonomy.all/pom.xml 2006-10-15 21:32:41 UTC (rev 935) +++ trunk/projects/net.wotonomy.all/pom.xml 2006-10-15 22:42:43 UTC (rev 936) @@ -4,7 +4,7 @@ <artifactId>wotonomy-all</artifactId> <version>1.0-alpha5-SNAPSHOT</version> <packaging>pom</packaging> - <name>Wotonomy</name> + <name>Wotonomy: </name> <description> Wotonomy - A free system for creating great database-oriented swing or web applications.</description> <url>http://wotonomy.sourceforge.net</url> <modules> Modified: trunk/projects/pom.xml =================================================================== --- trunk/projects/pom.xml 2006-10-15 21:32:41 UTC (rev 935) +++ trunk/projects/pom.xml 2006-10-15 22:42:43 UTC (rev 936) @@ -4,7 +4,7 @@ <artifactId>wotonomy-root</artifactId> <version>1</version> <packaging>pom</packaging> - <name>Wotonomy</name> + <name>Wotonomy Root</name> <description>Root project for wotonomy</description> <url>http://wotonomy.sourceforge.net</url> <modules> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cg...@us...> - 2006-10-15 21:32:55
|
Revision: 935 http://svn.sourceforge.net/wotonomy/?rev=935&view=rev Author: cgruber Date: 2006-10-15 14:32:41 -0700 (Sun, 15 Oct 2006) Log Message: ----------- Add a root pom Added Paths: ----------- trunk/projects/pom.xml Added: trunk/projects/pom.xml =================================================================== --- trunk/projects/pom.xml (rev 0) +++ trunk/projects/pom.xml 2006-10-15 21:32:41 UTC (rev 935) @@ -0,0 +1,40 @@ +<project> + <modelVersion>4.0.0</modelVersion> + <groupId>net.wotonomy</groupId> + <artifactId>wotonomy-root</artifactId> + <version>1</version> + <packaging>pom</packaging> + <name>Wotonomy</name> + <description>Root project for wotonomy</description> + <url>http://wotonomy.sourceforge.net</url> + <modules> + <module>net.wotonomy.all</module> + </modules> + <ciManagement> + <system>continuum</system> + </ciManagement> + <distributionManagement> + <!-- use the following if you're not using a snapshot version. --> + <repository> + <id>israfil</id> + <name>Israfil Deploy</name> + <url>scp://mikail.israfil.net/var/www/vhosts/www.israfil.net/htdocs/maven2</url> + <!--<url>file:///E:/tmp/i-deploy</url>--> + </repository> + <!-- use the following if you ARE using a snapshot version. --> + <snapshotRepository> + <id>israfil</id> + <name>Israfil Snapshot</name> + <url>scp://mikail.israfil.net/var/www/vhosts/www.israfil.net/htdocs/maven2</url> + <!--<url>file:///E:/tmp/i-deploy</url>--> + </snapshotRepository> + <site> + <id>website</id> + <url>scp://cg...@sh.../home/groups/w/wo/wotonomy/htdocs</url> + </site> + </distributionManagement> + <scm> + <connection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.all</connection> + <developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.all</developerConnection> + </scm> +</project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cg...@us...> - 2006-10-04 15:59:00
|
Revision: 934 http://svn.sourceforge.net/wotonomy/?rev=934&view=rev Author: cgruber Date: 2006-10-04 08:58:38 -0700 (Wed, 04 Oct 2006) Log Message: ----------- names and remove version numbers since they get it from the parent anyway. Modified Paths: -------------- trunk/projects/net.wotonomy.all/pom.xml trunk/projects/net.wotonomy.datastore/pom.xml trunk/projects/net.wotonomy.foundation/pom.xml trunk/projects/net.wotonomy.persistence/pom.xml trunk/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml trunk/projects/net.wotonomy.test/pom.xml trunk/projects/net.wotonomy.ui/pom.xml trunk/projects/net.wotonomy.ui.swing/pom.xml trunk/projects/net.wotonomy.web/pom.xml Modified: trunk/projects/net.wotonomy.all/pom.xml =================================================================== --- trunk/projects/net.wotonomy.all/pom.xml 2006-08-31 23:43:50 UTC (rev 933) +++ trunk/projects/net.wotonomy.all/pom.xml 2006-10-04 15:58:38 UTC (rev 934) @@ -1,13 +1,12 @@ <project> <modelVersion>4.0.0</modelVersion> <groupId>net.wotonomy</groupId> - <artifactId>all</artifactId> + <artifactId>wotonomy-all</artifactId> <version>1.0-alpha5-SNAPSHOT</version> <packaging>pom</packaging> - <name>Wotonomy Parent Project</name> + <name>Wotonomy</name> <description> Wotonomy - A free system for creating great database-oriented swing or web applications.</description> <url>http://wotonomy.sourceforge.net</url> - <!-- <org>Wotonomy Crew</org> --> <modules> <module>../net.wotonomy.datastore</module> <module>../net.wotonomy.foundation</module> @@ -70,27 +69,4 @@ </roles> </developer> </developers> - <reporting> - <plugins> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jxr-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>surefire-report-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>taglist-maven-plugin</artifactId> - </plugin> - </plugins> - </reporting> </project> Modified: trunk/projects/net.wotonomy.datastore/pom.xml =================================================================== --- trunk/projects/net.wotonomy.datastore/pom.xml 2006-08-31 23:43:50 UTC (rev 933) +++ trunk/projects/net.wotonomy.datastore/pom.xml 2006-10-04 15:58:38 UTC (rev 934) @@ -1,10 +1,9 @@ <project> <modelVersion>4.0.0</modelVersion> <groupId>net.wotonomy</groupId> - <artifactId>datastore</artifactId> - <version>1.0-alpha5-SNAPSHOT</version> + <artifactId>wotonomy-datastore</artifactId> <packaging>jar</packaging> - <name>Object Datastore</name> + <name>Wotonomy: Object Datastore</name> <parent> <groupId>net.wotonomy</groupId> <artifactId>all</artifactId> @@ -23,6 +22,23 @@ <scope>test</scope> </dependency> </dependencies> + <reporting> + <plugins> + <plugin> + <artifactId>maven-javadoc-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>surefire-report-maven-plugin</artifactId> + </plugin> + <!-- + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + </plugin> + --> + </plugins> + </reporting> <scm> <connection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.datastore</connection> <developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.datastore</developerConnection> Modified: trunk/projects/net.wotonomy.foundation/pom.xml =================================================================== --- trunk/projects/net.wotonomy.foundation/pom.xml 2006-08-31 23:43:50 UTC (rev 933) +++ trunk/projects/net.wotonomy.foundation/pom.xml 2006-10-04 15:58:38 UTC (rev 934) @@ -1,10 +1,9 @@ <project> <modelVersion>4.0.0</modelVersion> <groupId>net.wotonomy</groupId> - <artifactId>foundation</artifactId> - <version>1.0-alpha5-SNAPSHOT</version> + <artifactId>wotonomy-foundation</artifactId> <packaging>jar</packaging> - <name>Foundation Framework</name> + <name>Wotonomy: Foundation Classes and Utilities</name> <parent> <groupId>net.wotonomy</groupId> <artifactId>all</artifactId> Modified: trunk/projects/net.wotonomy.persistence/pom.xml =================================================================== --- trunk/projects/net.wotonomy.persistence/pom.xml 2006-08-31 23:43:50 UTC (rev 933) +++ trunk/projects/net.wotonomy.persistence/pom.xml 2006-10-04 15:58:38 UTC (rev 934) @@ -1,10 +1,9 @@ <project> <modelVersion>4.0.0</modelVersion> <groupId>net.wotonomy</groupId> - <artifactId>persistence</artifactId> - <version>1.0-alpha5-SNAPSHOT</version> + <artifactId>wotonomy-persistence</artifactId> <packaging>jar</packaging> - <name>Persistence Framework</name> + <name>Wotonomy: Persistence Framework</name> <parent> <groupId>net.wotonomy</groupId> <artifactId>all</artifactId> @@ -32,10 +31,12 @@ <groupId>org.codehaus.mojo</groupId> <artifactId>surefire-report-maven-plugin</artifactId> </plugin> + <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> </plugin> + --> </plugins> </reporting> <scm> Modified: trunk/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml =================================================================== --- trunk/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml 2006-08-31 23:43:50 UTC (rev 933) +++ trunk/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml 2006-10-04 15:58:38 UTC (rev 934) @@ -1,10 +1,9 @@ <project> <modelVersion>4.0.0</modelVersion> <groupId>net.wotonomy</groupId> - <artifactId>persistence.adapter.jdbc</artifactId> - <version>1.0-alpha5-SNAPSHOT</version> + <artifactId>wotonomy-persistence-adapter-jdbc</artifactId> <packaging>jar</packaging> - <name>Persistence: JDBC Adapter</name> + <name>Wotonomy: Persistence Framework - JDBC Adapter</name> <parent> <groupId>net.wotonomy</groupId> <artifactId>all</artifactId> @@ -32,10 +31,12 @@ <groupId>org.codehaus.mojo</groupId> <artifactId>surefire-report-maven-plugin</artifactId> </plugin> + <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> </plugin> + --> </plugins> </reporting> <scm> Modified: trunk/projects/net.wotonomy.test/pom.xml =================================================================== --- trunk/projects/net.wotonomy.test/pom.xml 2006-08-31 23:43:50 UTC (rev 933) +++ trunk/projects/net.wotonomy.test/pom.xml 2006-10-04 15:58:38 UTC (rev 934) @@ -1,10 +1,9 @@ <project> <modelVersion>4.0.0</modelVersion> <groupId>net.wotonomy</groupId> - <artifactId>test</artifactId> - <version>1.0-alpha5-SNAPSHOT</version> + <artifactId>wotonomy-test</artifactId> <packaging>jar</packaging> - <name>System Tests</name> + <name>Wotonomy: System Tests</name> <parent> <groupId>net.wotonomy</groupId> <artifactId>all</artifactId> Modified: trunk/projects/net.wotonomy.ui/pom.xml =================================================================== --- trunk/projects/net.wotonomy.ui/pom.xml 2006-08-31 23:43:50 UTC (rev 933) +++ trunk/projects/net.wotonomy.ui/pom.xml 2006-10-04 15:58:38 UTC (rev 934) @@ -1,10 +1,9 @@ <project> <modelVersion>4.0.0</modelVersion> <groupId>net.wotonomy</groupId> - <artifactId>ui</artifactId> - <version>1.0-alpha5-SNAPSHOT</version> + <artifactId>wotonomy-ui</artifactId> <packaging>jar</packaging> - <name>Graphical User Interface</name> + <name>Wotonomy: Graphical User Interface</name> <parent> <groupId>net.wotonomy</groupId> <artifactId>all</artifactId> @@ -32,10 +31,12 @@ <groupId>org.codehaus.mojo</groupId> <artifactId>surefire-report-maven-plugin</artifactId> </plugin> + <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> </plugin> + --> </plugins> </reporting> <scm> Modified: trunk/projects/net.wotonomy.ui.swing/pom.xml =================================================================== --- trunk/projects/net.wotonomy.ui.swing/pom.xml 2006-08-31 23:43:50 UTC (rev 933) +++ trunk/projects/net.wotonomy.ui.swing/pom.xml 2006-10-04 15:58:38 UTC (rev 934) @@ -1,10 +1,9 @@ <project> <modelVersion>4.0.0</modelVersion> <groupId>net.wotonomy</groupId> - <artifactId>ui.swing</artifactId> - <version>1.0-alpha5-SNAPSHOT</version> + <artifactId>wotonomy-ui-swing</artifactId> <packaging>jar</packaging> - <name>GUI: Swing Implementation</name> + <name>Wotonomy: Graphical User Interface - Swing Implementation</name> <parent> <groupId>net.wotonomy</groupId> <artifactId>all</artifactId> @@ -32,10 +31,12 @@ <groupId>org.codehaus.mojo</groupId> <artifactId>surefire-report-maven-plugin</artifactId> </plugin> + <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> </plugin> + --> </plugins> </reporting> <scm> Modified: trunk/projects/net.wotonomy.web/pom.xml =================================================================== --- trunk/projects/net.wotonomy.web/pom.xml 2006-08-31 23:43:50 UTC (rev 933) +++ trunk/projects/net.wotonomy.web/pom.xml 2006-10-04 15:58:38 UTC (rev 934) @@ -1,10 +1,9 @@ <project> <modelVersion>4.0.0</modelVersion> <groupId>net.wotonomy</groupId> - <artifactId>web</artifactId> - <version>1.0-alpha5-SNAPSHOT</version> + <artifactId>wotonomy-web</artifactId> <packaging>jar</packaging> - <name>Web MVC GUI Framework</name> + <name>Wotonomy: MVC Web Application Framework</name> <parent> <groupId>net.wotonomy</groupId> <artifactId>all</artifactId> @@ -57,10 +56,12 @@ <groupId>org.codehaus.mojo</groupId> <artifactId>surefire-report-maven-plugin</artifactId> </plugin> + <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> </plugin> + --> </plugins> </reporting> <scm> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cg...@us...> - 2006-08-31 23:43:58
|
Revision: 933 http://svn.sourceforge.net/wotonomy/?rev=933&view=rev Author: cgruber Date: 2006-08-31 16:43:50 -0700 (Thu, 31 Aug 2006) Log Message: ----------- Stop using custom css (for now) Removed Paths: ------------- trunk/projects/net.wotonomy.all/src/site/resources/css/site.css Deleted: trunk/projects/net.wotonomy.all/src/site/resources/css/site.css =================================================================== --- trunk/projects/net.wotonomy.all/src/site/resources/css/site.css 2006-08-31 23:43:13 UTC (rev 932) +++ trunk/projects/net.wotonomy.all/src/site/resources/css/site.css 2006-08-31 23:43:50 UTC (rev 933) @@ -1,16 +0,0 @@ -#navcolumn li { - padding-top: 3px; - font-size: smaller; -} -#navcolumn a:hover { - color:#69c; - text-decoration: underline; -} -#leftColumn { - width: 200px; - float:left; -} -#bodyColumn { - margin-right: 1.5em; - margin-left: 210px; -} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cg...@us...> - 2006-08-31 23:43:20
|
Revision: 932 http://svn.sourceforge.net/wotonomy/?rev=932&view=rev Author: cgruber Date: 2006-08-31 16:43:13 -0700 (Thu, 31 Aug 2006) Log Message: ----------- Inherited site settings should be good now. Modified Paths: -------------- trunk/projects/net.wotonomy.all/src/site/site.xml Modified: trunk/projects/net.wotonomy.all/src/site/site.xml =================================================================== --- trunk/projects/net.wotonomy.all/src/site/site.xml 2006-08-31 22:27:17 UTC (rev 931) +++ trunk/projects/net.wotonomy.all/src/site/site.xml 2006-08-31 23:43:13 UTC (rev 932) @@ -9,7 +9,7 @@ <body> <menu ref="parent" inherit="top" /> - <menu name="Wotonomy Documentation" inherit="top"> + <menu name="Wotonomy Documentation"> <item name="FAQ" href="faq.html" /> <item name="UI Developer's Guide" href="doc/ui-guide.html" /> <item name="Persistence Control Guide" href="doc/control-guide.txt" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cg...@us...> - 2006-08-31 22:27:23
|
Revision: 931 http://svn.sourceforge.net/wotonomy/?rev=931&view=rev Author: cgruber Date: 2006-08-31 15:27:17 -0700 (Thu, 31 Aug 2006) Log Message: ----------- Ignore cobertura crap. Property Changed: ---------------- trunk/projects/net.wotonomy.test/ trunk/projects/net.wotonomy.ui.swing/ Property changes on: trunk/projects/net.wotonomy.test ___________________________________________________________________ Name: svn:ignore - target + target cobertura.ser Property changes on: trunk/projects/net.wotonomy.ui.swing ___________________________________________________________________ Name: svn:ignore - target + target cobertura.ser This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cg...@us...> - 2006-08-31 21:58:49
|
Revision: 930 http://svn.sourceforge.net/wotonomy/?rev=930&view=rev Author: cgruber Date: 2006-08-31 14:58:26 -0700 (Thu, 31 Aug 2006) Log Message: ----------- Sync up reporting and site generation with new maven tools. Modified Paths: -------------- trunk/projects/net.wotonomy.all/pom.xml trunk/projects/net.wotonomy.all/src/site/site.xml trunk/projects/net.wotonomy.datastore/pom.xml trunk/projects/net.wotonomy.foundation/pom.xml trunk/projects/net.wotonomy.persistence/pom.xml trunk/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml trunk/projects/net.wotonomy.test/pom.xml trunk/projects/net.wotonomy.ui/pom.xml trunk/projects/net.wotonomy.ui.swing/pom.xml trunk/projects/net.wotonomy.web/pom.xml Modified: trunk/projects/net.wotonomy.all/pom.xml =================================================================== --- trunk/projects/net.wotonomy.all/pom.xml 2006-07-06 13:37:29 UTC (rev 929) +++ trunk/projects/net.wotonomy.all/pom.xml 2006-08-31 21:58:26 UTC (rev 930) @@ -4,9 +4,10 @@ <artifactId>all</artifactId> <version>1.0-alpha5-SNAPSHOT</version> <packaging>pom</packaging> - <name>Wotonomy</name> + <name>Wotonomy Parent Project</name> <description> Wotonomy - A free system for creating great database-oriented swing or web applications.</description> <url>http://wotonomy.sourceforge.net</url> + <!-- <org>Wotonomy Crew</org> --> <modules> <module>../net.wotonomy.datastore</module> <module>../net.wotonomy.foundation</module> @@ -69,4 +70,27 @@ </roles> </developer> </developers> + <reporting> + <plugins> + <plugin> + <artifactId>maven-javadoc-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>jxr-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>surefire-report-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>taglist-maven-plugin</artifactId> + </plugin> + </plugins> + </reporting> </project> Modified: trunk/projects/net.wotonomy.all/src/site/site.xml =================================================================== --- trunk/projects/net.wotonomy.all/src/site/site.xml 2006-07-06 13:37:29 UTC (rev 929) +++ trunk/projects/net.wotonomy.all/src/site/site.xml 2006-08-31 21:58:26 UTC (rev 930) @@ -7,38 +7,31 @@ <src>http://sourceforge.net/sflogo.php?group_id=12936&type=1</src> </bannerRight> <body> - ${reports} - <menu name="Wotonomy Sub-Projects"> - <item name="Foundation Framework" href="foundation/index.html" /> - <item name="Persistence Framework" href="persistence/index.html" /> - <item name="Persistence:JDBC" href="persistence.adapter.jdbc/index.html" /> - <item name="User Interface" href="ui/index.html" /> - <item name="User Interface:Swing" href="ui.swing/index.html" /> - <item name="Web Framework" href="web/index.html" /> - <item name="XML Support" href="xml/index.html" /> - <item name="Datastore" href="datastore/index.html" /> - <item name="System Tests" href="test/index.html" /> - </menu> - <menu name="Wotonomy Documentation"> - <item name="FAQ" href="faq.html" /> - <item name="UI Developer's Guide" href="doc/ui-guide.html" /> - <item name="Persistence Control Guide" href="doc/control-guide.txt" /> - </menu> + <menu ref="parent" inherit="top" /> + <menu name="Wotonomy Documentation" inherit="top"> + <item name="FAQ" href="faq.html" /> + <item name="UI Developer's Guide" href="doc/ui-guide.html" /> + <item name="Persistence Control Guide" href="doc/control-guide.txt" /> + </menu> + <menu ref="modules" /> + <menu ref="reports" /> + <menu name="Developer Instructions"> <item name="Project Folder Layout" href="layout.html" /> <item name="Source Control Help" href="scm.html" /> <item name="Build Help" href="build.html" /> <item name="Eclipse Help" href="eclipse.html" /> </menu> - <menu name="Downloads"> + <menu name="Downloads" inherit="bottom" > <item name="wotonomy packages" href="http://sourceforge.net/project/showfiles.php?group_id=12936"/> </menu> - <menu name="Links"> + <menu name="Links" inherit="bottom" > <item name="Sourceforge Project" href="http://www.sourceforge.net/projects/wotonomy/" /> <item name="Israfil Maven Repository" href="http://www.israfil.net/maven2/" /> <item name="Browse Sourceforge Repository" href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/wotonomy/wotonomy/" /> </menu> + </body> </project> Modified: trunk/projects/net.wotonomy.datastore/pom.xml =================================================================== --- trunk/projects/net.wotonomy.datastore/pom.xml 2006-07-06 13:37:29 UTC (rev 929) +++ trunk/projects/net.wotonomy.datastore/pom.xml 2006-08-31 21:58:26 UTC (rev 930) @@ -4,7 +4,7 @@ <artifactId>datastore</artifactId> <version>1.0-alpha5-SNAPSHOT</version> <packaging>jar</packaging> - <name>Wotonomy: Object Datastore</name> + <name>Object Datastore</name> <parent> <groupId>net.wotonomy</groupId> <artifactId>all</artifactId> @@ -23,23 +23,6 @@ <scope>test</scope> </dependency> </dependencies> - <reporting> - <plugins> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>surefire-report-maven-plugin</artifactId> - </plugin> - <!-- - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - --> - </plugins> - </reporting> <scm> <connection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.datastore</connection> <developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.datastore</developerConnection> Modified: trunk/projects/net.wotonomy.foundation/pom.xml =================================================================== --- trunk/projects/net.wotonomy.foundation/pom.xml 2006-07-06 13:37:29 UTC (rev 929) +++ trunk/projects/net.wotonomy.foundation/pom.xml 2006-08-31 21:58:26 UTC (rev 930) @@ -4,7 +4,7 @@ <artifactId>foundation</artifactId> <version>1.0-alpha5-SNAPSHOT</version> <packaging>jar</packaging> - <name>Wotonomy: Foundation Classes and Utilities</name> + <name>Foundation Framework</name> <parent> <groupId>net.wotonomy</groupId> <artifactId>all</artifactId> Modified: trunk/projects/net.wotonomy.persistence/pom.xml =================================================================== --- trunk/projects/net.wotonomy.persistence/pom.xml 2006-07-06 13:37:29 UTC (rev 929) +++ trunk/projects/net.wotonomy.persistence/pom.xml 2006-08-31 21:58:26 UTC (rev 930) @@ -4,7 +4,7 @@ <artifactId>persistence</artifactId> <version>1.0-alpha5-SNAPSHOT</version> <packaging>jar</packaging> - <name>Wotonomy: Persistence Framework</name> + <name>Persistence Framework</name> <parent> <groupId>net.wotonomy</groupId> <artifactId>all</artifactId> @@ -32,12 +32,10 @@ <groupId>org.codehaus.mojo</groupId> <artifactId>surefire-report-maven-plugin</artifactId> </plugin> - <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> </plugin> - --> </plugins> </reporting> <scm> Modified: trunk/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml =================================================================== --- trunk/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml 2006-07-06 13:37:29 UTC (rev 929) +++ trunk/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml 2006-08-31 21:58:26 UTC (rev 930) @@ -4,7 +4,7 @@ <artifactId>persistence.adapter.jdbc</artifactId> <version>1.0-alpha5-SNAPSHOT</version> <packaging>jar</packaging> - <name>Wotonomy: Persistence Framework - JDBC Adapter</name> + <name>Persistence: JDBC Adapter</name> <parent> <groupId>net.wotonomy</groupId> <artifactId>all</artifactId> @@ -32,12 +32,10 @@ <groupId>org.codehaus.mojo</groupId> <artifactId>surefire-report-maven-plugin</artifactId> </plugin> - <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> </plugin> - --> </plugins> </reporting> <scm> Modified: trunk/projects/net.wotonomy.test/pom.xml =================================================================== --- trunk/projects/net.wotonomy.test/pom.xml 2006-07-06 13:37:29 UTC (rev 929) +++ trunk/projects/net.wotonomy.test/pom.xml 2006-08-31 21:58:26 UTC (rev 930) @@ -4,7 +4,7 @@ <artifactId>test</artifactId> <version>1.0-alpha5-SNAPSHOT</version> <packaging>jar</packaging> - <name>Wotonomy: System Tests</name> + <name>System Tests</name> <parent> <groupId>net.wotonomy</groupId> <artifactId>all</artifactId> Modified: trunk/projects/net.wotonomy.ui/pom.xml =================================================================== --- trunk/projects/net.wotonomy.ui/pom.xml 2006-07-06 13:37:29 UTC (rev 929) +++ trunk/projects/net.wotonomy.ui/pom.xml 2006-08-31 21:58:26 UTC (rev 930) @@ -4,7 +4,7 @@ <artifactId>ui</artifactId> <version>1.0-alpha5-SNAPSHOT</version> <packaging>jar</packaging> - <name>Wotonomy: Graphical User Interface</name> + <name>Graphical User Interface</name> <parent> <groupId>net.wotonomy</groupId> <artifactId>all</artifactId> @@ -32,12 +32,10 @@ <groupId>org.codehaus.mojo</groupId> <artifactId>surefire-report-maven-plugin</artifactId> </plugin> - <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> </plugin> - --> </plugins> </reporting> <scm> Modified: trunk/projects/net.wotonomy.ui.swing/pom.xml =================================================================== --- trunk/projects/net.wotonomy.ui.swing/pom.xml 2006-07-06 13:37:29 UTC (rev 929) +++ trunk/projects/net.wotonomy.ui.swing/pom.xml 2006-08-31 21:58:26 UTC (rev 930) @@ -4,7 +4,7 @@ <artifactId>ui.swing</artifactId> <version>1.0-alpha5-SNAPSHOT</version> <packaging>jar</packaging> - <name>Wotonomy: Graphical User Interface - Swing Implementation</name> + <name>GUI: Swing Implementation</name> <parent> <groupId>net.wotonomy</groupId> <artifactId>all</artifactId> @@ -32,12 +32,10 @@ <groupId>org.codehaus.mojo</groupId> <artifactId>surefire-report-maven-plugin</artifactId> </plugin> - <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> </plugin> - --> </plugins> </reporting> <scm> Modified: trunk/projects/net.wotonomy.web/pom.xml =================================================================== --- trunk/projects/net.wotonomy.web/pom.xml 2006-07-06 13:37:29 UTC (rev 929) +++ trunk/projects/net.wotonomy.web/pom.xml 2006-08-31 21:58:26 UTC (rev 930) @@ -4,7 +4,7 @@ <artifactId>web</artifactId> <version>1.0-alpha5-SNAPSHOT</version> <packaging>jar</packaging> - <name>Wotonomy: MVC Web Application Framework</name> + <name>Web MVC GUI Framework</name> <parent> <groupId>net.wotonomy</groupId> <artifactId>all</artifactId> @@ -57,12 +57,10 @@ <groupId>org.codehaus.mojo</groupId> <artifactId>surefire-report-maven-plugin</artifactId> </plugin> - <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> </plugin> - --> </plugins> </reporting> <scm> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cg...@us...> - 2006-07-06 13:37:36
|
Revision: 929 Author: cgruber Date: 2006-07-06 06:37:29 -0700 (Thu, 06 Jul 2006) ViewCVS: http://svn.sourceforge.net/wotonomy/?rev=929&view=rev Log Message: ----------- Forgot to check-in the array implementation updates, to support wider Collection support, for which we have more tests now. Oops. Modified Paths: -------------- trunk/projects/net.wotonomy.foundation/src/main/java/net/wotonomy/foundation/NSArray.java Modified: trunk/projects/net.wotonomy.foundation/src/main/java/net/wotonomy/foundation/NSArray.java =================================================================== --- trunk/projects/net.wotonomy.foundation/src/main/java/net/wotonomy/foundation/NSArray.java 2006-07-02 03:39:40 UTC (rev 928) +++ trunk/projects/net.wotonomy.foundation/src/main/java/net/wotonomy/foundation/NSArray.java 2006-07-06 13:37:29 UTC (rev 929) @@ -492,27 +492,27 @@ public void add(int index, Object element) { - throw new UnsupportedOperationException(); + this.list.add(index,element); } public boolean add(Object o) { - throw new UnsupportedOperationException(); + return this.list.add(o); } public boolean addAll(Collection coll) { - throw new UnsupportedOperationException(); + return this.list.addAll(coll); } public boolean addAll(int index, Collection c) { - throw new UnsupportedOperationException(); + return this.list.addAll(index,c); } public void clear() { - throw new UnsupportedOperationException(); + this.list.clear(); } public Iterator iterator() @@ -549,27 +549,27 @@ public Object remove(int index) { - throw new UnsupportedOperationException(); + return this.list.remove(index); } public boolean remove(Object o) { - throw new UnsupportedOperationException(); + return this.list.remove(o); } public boolean removeAll(Collection coll) { - throw new UnsupportedOperationException(); + return this.list.removeAll(coll); } public boolean retainAll(Collection coll) { - throw new UnsupportedOperationException(); + return this.list.retainAll(coll); } public Object set(int index, Object element) { - throw new UnsupportedOperationException(); + return this.list.set(index,element); } public List subList(int fromIndex, int toIndex) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cg...@us...> - 2006-07-02 03:39:47
|
Revision: 928 Author: cgruber Date: 2006-07-01 20:39:40 -0700 (Sat, 01 Jul 2006) ViewCVS: http://svn.sourceforge.net/wotonomy/?rev=928&view=rev Log Message: ----------- Up to 52 tests now. Modified Paths: -------------- trunk/projects/net.wotonomy.foundation/src/test/java/net/wotonomy/foundation/NSArrayTest.java Modified: trunk/projects/net.wotonomy.foundation/src/test/java/net/wotonomy/foundation/NSArrayTest.java =================================================================== --- trunk/projects/net.wotonomy.foundation/src/test/java/net/wotonomy/foundation/NSArrayTest.java 2006-05-05 22:12:27 UTC (rev 927) +++ trunk/projects/net.wotonomy.foundation/src/test/java/net/wotonomy/foundation/NSArrayTest.java 2006-07-02 03:39:40 UTC (rev 928) @@ -1,8 +1,11 @@ package net.wotonomy.foundation; import java.util.ArrayList; +import java.util.Collection; import java.util.Enumeration; +import java.util.Iterator; import java.util.List; +import java.util.ListIterator; import junit.framework.TestCase; @@ -348,27 +351,52 @@ assertEquals(-1,array.indexOfObject("No Such Object")); } -/* + public void testIndexOfIdenticalObjectObject() { - fail("Not yet implemented"); - + Integer i1 = new Integer(3-1); + Integer i2 = new Integer(4/2); + NSArray array = new NSArray(new Object[] { o1,i2,o3,o4 }); + assertEquals(1,array.indexOfObject(i1)); + assertFalse(1 == array.indexOfIdenticalObject(i1)); + assertEquals(1, array.indexOfIdenticalObject(i2)); } public void testIndexOfIdenticalObjectObjectNSRange() { - fail("Not yet implemented"); - + Integer i1 = new Integer(3-1); + Integer i2 = new Integer(4/2); + NSRange range = new NSRange(1,2); + NSArray array = new NSArray(new Object[] { o1,i2,o3,o4 }); + assertEquals(1,array.indexOfObject(i1,range)); + assertFalse(1 == array.indexOfIdenticalObject(i1,range)); + assertEquals(1, array.indexOfIdenticalObject(i2,range)); + NSRange range2 = new NSRange(3,2); + assertEquals(-1, array.indexOfObject(i1,range2)); + assertEquals(-1, array.indexOfIdenticalObject(i1,range2)); + assertEquals(-1, array.indexOfIdenticalObject(i2,range2)); } public void testObjectAtIndex() { - fail("Not yet implemented"); - + NSArray array = new NSArray(new Object[] { o1,o2,o3,o4 }); + assertEquals(o1,array.objectAtIndex(0)); + assertEquals(o2,array.objectAtIndex(1)); + assertEquals(o3,array.objectAtIndex(2)); + assertEquals(o4,array.objectAtIndex(3)); + try { + assertEquals(null,array.objectAtIndex(4)); + fail("Should have thrown index out of bounds."); + } catch (IndexOutOfBoundsException e) {} } public void testComponentsSeparatedByString() { - fail("Not yet implemented"); - + String arrayString = "word0 word1 word2 word3"; + NSArray array = NSArray.componentsSeparatedByString(arrayString," "); + assertEquals("word0",array.objectAtIndex(0)); + assertEquals("word1",array.objectAtIndex(1)); + assertEquals("word2",array.objectAtIndex(2)); + assertEquals("word3",array.objectAtIndex(3)); } +/* public void testClone() { fail("Not yet implemented"); @@ -383,113 +411,203 @@ fail("Not yet implemented"); } - +*/ + public void testToString() { - fail("Not yet implemented"); - + NSArray array = new NSArray(new Object[] { "o1",new Integer(1),"o3" }); + assertEquals("(o1, 1, o3)",array.toString()); } + + public void testContains() { - fail("Not yet implemented"); - + NSArray array = new NSArray(new Object[] { o1,o2,o4 }); + assertTrue("Should contain object",array.contains(o1)); + assertTrue("Should contain object",array.contains(o2)); + assertFalse("Should not contain object",array.contains(o3)); + assertTrue("Should contain object",array.contains(o4)); } - public void testContainsAll() { - fail("Not yet implemented"); - + NSArray array = new NSArray(new Object[] { o1,o2,o4 }); + ArrayList list = new ArrayList(); + list.add(o1); + list.add(o2); + assertTrue("Should have all elements of provided list.",array.containsAll(list)); + ArrayList list2 = new ArrayList(); + list2.add(o2); + list2.add(o3); + assertFalse("Should not have all elements of provided list.",array.containsAll(list2)); } public void testGet() { - fail("Not yet implemented"); - + NSArray array = new NSArray(new Object[] { o1,o2,o4 }); + assertEquals(o1,array.get(0)); + assertEquals(o2,array.get(1)); + assertEquals(o4,array.get(2)); + try { + array.get(3); + } catch (IndexOutOfBoundsException e) {} } - public void testIndexOf() { - fail("Not yet implemented"); - + NSArray array = new NSArray(new Object[] { o1,o2,o4 }); + assertEquals(0,array.indexOf(o1)); + assertEquals(1,array.indexOf(o2)); + assertEquals(-1,array.indexOf(o3)); + assertEquals(2,array.indexOf(o4)); } - + public void testIsEmpty() { - fail("Not yet implemented"); - + assertFalse(new NSArray(new Object[] { o1,o2,o4 } ).isEmpty()); + assertTrue(new NSArray(new Object[] {} ).isEmpty()); } public void testLastIndexOf() { - fail("Not yet implemented"); - + NSArray array = new NSArray(new Object[] { o1,o4,o2,o4 }); + assertEquals(0,array.lastIndexOf(o1)); + assertEquals(2,array.lastIndexOf(o2)); + assertEquals(-1,array.lastIndexOf(o3)); + assertEquals(3,array.lastIndexOf(o4)); } public void testSize() { - fail("Not yet implemented"); - + assertEquals(3,new NSArray(new Object[] { o1,o2,o4 }).size()); + assertEquals(1,new NSArray(new Object[] { o1 }).size()); + assertEquals(0,new NSArray(new Object[] { }).size()); } public void testToArray() { - fail("Not yet implemented"); - + NSArray array = new NSArray(new Object[] { o1,o2,o4 }); + Object[] oarray = array.toArray(); + assertEquals(oarray[0],o1); + assertEquals(oarray[1],o2); + assertEquals(oarray[2],o4); } public void testToArrayObjectArray() { - fail("Not yet implemented"); - + NSArray array = new NSArray(new Object[] { o1,o2,o4 }); + Object[] oa0 = new Object[3]; + Object[] oa1 = array.toArray(oa0); + assertSame(oa0,oa1); + assertEquals(oa1[0],o1); + assertEquals(oa1[1],o2); + assertEquals(oa1[2],o4); } public void testAddIntObject() { - fail("Not yet implemented"); - + NSArray array = new NSArray(new Object[] { o1,o3,o4 }); + array.add(1,o2); + assertEquals(0,array.indexOfObject(o1)); + assertEquals(1,array.indexOfObject(o2)); + assertEquals(2,array.indexOfObject(o3)); + assertEquals(3,array.indexOfObject(o4)); } public void testAddObject() { - fail("Not yet implemented"); - + NSArray array = new NSArray(new Object[] { o1,o2,o3 }); + array.add(o4); + assertEquals(0,array.indexOfObject(o1)); + assertEquals(1,array.indexOfObject(o2)); + assertEquals(2,array.indexOfObject(o3)); + assertEquals(3,array.indexOfObject(o4)); } public void testAddAllCollection() { - fail("Not yet implemented"); - + NSArray array = new NSArray(new Object[] { o1,o2 }); + ArrayList list = new ArrayList(); + list.add(o3); + list.add(o4); + array.addAll(list); + assertEquals(0,array.indexOfObject(o1)); + assertEquals(1,array.indexOfObject(o2)); + assertEquals(2,array.indexOfObject(o3)); + assertEquals(3,array.indexOfObject(o4)); } + public void testAddAllIntCollection() { - fail("Not yet implemented"); - + NSArray array = new NSArray(new Object[] { o1,o4 }); + ArrayList list = new ArrayList(); + list.add(o2); + list.add(o3); + array.addAll(1,list); + assertEquals(0,array.indexOfObject(o1)); + assertEquals(1,array.indexOfObject(o2)); + assertEquals(2,array.indexOfObject(o3)); + assertEquals(3,array.indexOfObject(o4)); } + public void testClear() { - fail("Not yet implemented"); - + NSArray array = new NSArray(new Object[] { o1,o2 }); + array.clear(); + assertEquals(0,array.size()); } public void testIterator() { - fail("Not yet implemented"); - + NSArray array = new NSArray(new Object[] { o1,o4 }); + Iterator i = array.iterator(); + assertEquals(o1,i.next()); + assertEquals(o4,i.next()); + assertFalse(i.hasNext()); } public void testListIterator() { - fail("Not yet implemented"); - + NSArray array = new NSArray(new Object[] { o1,o2,o3,o4 }); + ListIterator i = array.listIterator(); + assertEquals(o1,i.next()); + assertEquals(o2,i.next()); + assertEquals(o3,i.next()); + assertEquals(o4,i.next()); + assertEquals(o4,i.previous()); + assertEquals(o3,i.previous()); + assertEquals(o3,i.next()); + assertEquals(o4,i.next()); + assertFalse(i.hasNext()); } public void testListIteratorInt() { - fail("Not yet implemented"); - + NSArray array = new NSArray(new Object[] { o1,o2,o3,o4 }); + ListIterator i = array.listIterator(1); + assertEquals(o2,i.next()); + assertEquals(o3,i.next()); + assertEquals(o4,i.next()); + assertEquals(o4,i.previous()); + assertEquals(o3,i.previous()); + assertEquals(o3,i.next()); + assertEquals(o4,i.next()); + assertFalse(i.hasNext()); } public void testRemoveInt() { - fail("Not yet implemented"); - + NSArray array = new NSArray(new Object[] { o1,o2,o3,o4 }); + assertEquals(o2,array.remove(1)); + assertEquals(o3,array.remove(1)); + assertEquals(o1,array.objectAtIndex(0)); + assertEquals(o4,array.objectAtIndex(1)); } public void testRemoveObject() { - fail("Not yet implemented"); - + NSArray array = new NSArray(new Object[] { o1,o2,o3,o4 }); + assertTrue(array.remove(o2)); + assertTrue(array.remove(o3)); + assertFalse(array.remove("blah")); + assertEquals(o1,array.objectAtIndex(0)); + assertEquals(o4,array.objectAtIndex(1)); } public void testRemoveAll() { - fail("Not yet implemented"); - + NSArray array = new NSArray(new Object[] { o1,o2,o3,o4 }); + ArrayList list = new ArrayList(); + list.add(o1); + list.add(o2); + array.removeAll(list); + assertEquals(2,array.size()); + assertEquals(o3,array.objectAtIndex(0)); + assertEquals(o4,array.objectAtIndex(1)); } + /* public void testRetainAll() { fail("Not yet implemented"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: Christian G. <cg...@is...> - 2006-05-05 22:19:27
|
Blah. christian gruber + process coach and architect Israfil Consulting Services Corporation email cg...@is... + bus 905.640.1119 + mob 416.998.6023 |