Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2229 - in development/planet/components/jdo: . kodo-hsqldb kodo-hsqldb-test

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: niclas AT hedhman.org
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2229 - in development/planet/components/jdo: . kodo-hsqldb kodo-hsqldb-test
  • Date: Wed, 06 Apr 2005 11:46:05 -0400

Author: niclas AT hedhman.org
Date: Wed Apr 6 11:45:59 2005
New Revision: 2229

Modified:
development/planet/components/jdo/index.xml
development/planet/components/jdo/kodo-hsqldb-test/build.xml
development/planet/components/jdo/kodo-hsqldb/build.xml
development/planet/components/jdo/module.xml
Log:
For steve to look.

Modified: development/planet/components/jdo/index.xml
==============================================================================
--- development/planet/components/jdo/index.xml (original)
+++ development/planet/components/jdo/index.xml Wed Apr 6 11:45:59 2005
@@ -60,7 +60,7 @@
<include key="dpml-jdo" build="false" runtime="true" test="true" />
<include key="jdo" build="false" runtime="true" test="true" />
<include key="kodo-jdo-runtime" runtime="true" test="true" />
- <include key="hsqldb" runtime="true" test="true" />
+ <include key="hsqldb" build="true" runtime="true" test="true" />
</dependencies>
<plugins>
<include key="dpml-meta-tools"/>
@@ -101,6 +101,7 @@
<type>jar</type>
</info>
<dependencies>
+ <include key="dpml-jdo-kodo-hsqldb" test="true"/>
<include key="jdo" test="true"/>
</dependencies>
<plugins>
@@ -154,7 +155,7 @@
<type>jar</type>
</info>
<dependencies>
- <include key="dpml-xdoclet-kodo-task"/>
+ <include key="dpml-jdo-xdoclet"/>
</dependencies>
</project>


Modified: development/planet/components/jdo/kodo-hsqldb-test/build.xml
==============================================================================
--- development/planet/components/jdo/kodo-hsqldb-test/build.xml
(original)
+++ development/planet/components/jdo/kodo-hsqldb-test/build.xml Wed
Apr 6 11:45:59 2005
@@ -26,10 +26,26 @@

<target name="build" depends="standard.build" >
<mkdir dir="${basedir}/target/schemas"/>
+<echo message="${kodo.license.dev}" />
<kodo:schemagen file="${basedir}/target/schemas/test.schema" >
+ <config licenseKey="${kodo.license.dev}"
+ connectionUserName="sa"
+ connectionPassword=""
+ connectionUrl="jdbc:hsqldb:db-kodo"
+ connectionDriverName="org.hsqldb.jdbc.Driver"
+ mappingFactory="metadata"/>
</kodo:schemagen>

<kodo:schematool action="refresh" >
+ <config licenseKey="${kodo.license.dev}"
+ connectionUserName="sa"
+ connectionPassword=""
+ connectionUrl="jdbc:hsqldb:db-kodo"
+ connectionDriverName="org.hsqldb.jdbc.Driver"
+ mappingFactory="metadata"/>
+ <fileset dir="${basedir}/target/schemas/">
+ <include name="*.schema" />
+ </fileset>
<fileset dir="${basedir}/target/schemas/">
<include name="*.schema" />
</fileset>

Modified: development/planet/components/jdo/kodo-hsqldb/build.xml
==============================================================================
--- development/planet/components/jdo/kodo-hsqldb/build.xml (original)
+++ development/planet/components/jdo/kodo-hsqldb/build.xml Wed Apr 6
11:45:59 2005
@@ -23,6 +23,15 @@

<transit:import uri="artifact:template:dpml/magic/standard"/>

+ <target name="prepare" depends="standard.prepare" >
+ <echo>Niclas1</echo>
+ <x:path id="deps" resolve="false"/>
+ <echo>Niclas2</echo>
+ <pathconvert pathsep="," property="javafiles" refid="deps"/>
+ <echo>Niclas3</echo>
+ <echo message="${javafiles}" />
+ </target>
+
<target name="build" depends="standard.build" >
<x:block name="kodo-hsqldb" >
<x:component name="factory"
class="net.dpml.jdo.kodo.PersistenceManagerFactoryImpl">

Modified: development/planet/components/jdo/module.xml
==============================================================================
--- development/planet/components/jdo/module.xml (original)
+++ development/planet/components/jdo/module.xml Wed Apr 6 11:45:59
2005
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>

-<project name="dpml-jdo" default="docs" basedir="."
+<project name="dpml-jdo" default="docs" basedir="."
xmlns:transit="antlib:net.dpml.transit" xmlns:x="antlib:net.dpml.magic" >

<transit:init/>
- <import file="${dpml.templates}/standard.xml"/>
+ <transit:import uri="artifact:template:dpml/magic/standard"/>

<target name="build" depends="standard.build">
<x:module index="index.xml">



  • svn commit: r2229 - in development/planet/components/jdo: . kodo-hsqldb kodo-hsqldb-test, niclas, 04/06/2005

Archive powered by MHonArc 2.6.24.

Top of Page