> Did you follow the instructions at:
>
> http://jakarta.apache.org/jetspeed/site/psml_db.html
Yes, those are the instructions I'm following.
> I just went to the build/torque dir and typed "ant"
I probed into the build via an "ant -debug". The build tries to regenerate
some files that are checked in, and those steps all fail if the project was
checked out with all files read-only. I check out files in read-only mode
by default, a habit formed to deal with capricious non-CVS source control
apps.
A "clean" build target that removes these files might address this, but in
the meantime a simple workaround was to make these files writeable:
{JETSPEED_HOME}\src\sql\dbpsml-schema.sql
{JETSPEED_HOME}\src\java\org\apache\jetspeed\om\dbpsml\*.java
{JETSPEED_HOME}\src\java\org\apache\jetspeed\om\dbpsml\map\*.java
Now the torque build runs fine for me.
-- Andy
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>