Howdy!

This all looks very cool, so I thought I'd give it a whirl.  Actually,
I'm looking for a solution for an ISP level webmail system, along with
other bits.

I checked the current version out of CVS and it didn't take too long to
run into something I'm unsure how to surmount.  I'm following the
getting started directions. 

I realize this is still in CVS, and maybe this is just the current state
of the project, but if y'all can point me in the right way to get going,
I'd appreciate the help very much.  Thanks!

Here's what I ran into -

Step 1 gave me this:

bash-2.05$ maven start.test.server
__  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc3

[snip....]

start.test.server:
    [echo] ====================================
    [echo]         Testing Database
    [echo] ====================================
    [java] server.properties not found, using command line or default
properties
    [java] Opening database: ./src/database/hsql/Test
    [java] HSQLDB server 1.7.1 is running
    [java] Use SHUTDOWN to close normally. Use [Ctrl]+[C] to abort
abruptly
    [java] Thu May 27 11:09:12 PDT 2004 Listening for connections ...

Step 2:

bash-2.05$ maven quickStart
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc3


BUILD FAILED
File...... /home/noah/jakarta-jetspeed-2/maven.xml
Element... sql
Line...... 345
Column.... 39
Source file does not exist!
Total time: 12 seconds
Finished at: Thu May 27 11:31:18 PDT 2004

Relevent portion of maven.xml looks like this:

   336    <!--
================================================================ -->
   337    <!-- EXECUTE a DB SCRIPT
-->
   338    <!-- TODO: I'd like to implement this as a plugin or use
commons SQL  -->
   339    <!--
================================================================ -->
   340    <goal name="db.execute">
   341      <sql driver="${org.apache.jetspeed.database.driver}"
   342           url="${org.apache.jetspeed.database.url}"
   343           userid="${org.apache.jetspeed.database.user}"
   344           password="${org.apache.jetspeed.database.password}"
   345           src="${database.arg.script}">
   346        <classpath>
   347          <path refid="maven.dependency.classpath"/>
   348          <pathelement
path="${org.apache.jetspeed.jdbc.drivers.path}"/>
   349        </classpath>
   350      </sql>
   351    </goal>

I think its looking for this (line 368):

   367    <goal name="db.create">
   368      <j:set var="database.arg.script"
value="./target/src/sql/${org.apache.jetspeed.database.default.name}/pha
se3ojb-sc
hema.sql" />
   369      <attainGoal name="db.execute" />
   370      <j:set var="database.arg.script"
value="./target/src/sql/${org.apache.jetspeed.database.default.name}/pha
se1-schem
a.sql" />

I don't see any file called phase3ojb-schema.sql, but there are some
similar sounding files:

./portal/src/sql/hsql/create-db-phase3-ojb.sql
./portal/src/sql/hsql/create-db-phase2.sql
./portal/src/sql/hsql/create-db.sql



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to