Hi Yes, i have exactly the same. There are certain things in the tutorial that i never could be sure of, for which i have made certain assumptions:
1: tomcat-express I never knew where this directory should have come from. It was not in the tutorial so what i did was that i created the directory myself and then used the jetspeed installer and installed a 'Jetspeed-2 Standard with only the required Administrative Portlets' in that directory. 2: mvn archetype:create ............ DarchetypeVersion=2.1 I could not find this in Maven. I downloaded version 2.1-dev according to an earlier mail out and manually created the directory structure in my maven local repository. 3: This led to maven succeding until it asked for jetspeed-2-2.1.pom which it could not find from any where and finally according to one of the previous mail outs i saw the path to download jetspeed-2-2.1-dev.pom and i manually added this to my maven local repository. >From there i arrived at the problem that i am experiencing now. Thanks in advance <file:///C:/JetspeedTraining/maven/repository/org/apache/portals/jetspeed-2/jetspeed-2/2.1-dev/jetspeed-2-2.1-dev.pom> On 10/31/07, David Sean Taylor <[EMAIL PROTECTED]> wrote: > > > On Oct 30, 2007, at 3:15 PM, funky01 wrote: > > > > > sql-execute-derby: > > [java] Buildfile: C:\JetspeedTraining\workspace\jetexpress\etc > > \derby- > > sql-build.xml > > > > > > [java] forked-sql-execute-derby: > > [java] [sql] Executing file: > > C:\JetspeedTraining\workspace\jetexpress\etc\target\sql\derby\schema > > \phase1-schema.sql > > [java] [sql] Failed to execute: CREATE TABLE MEDIA_TYPE ( > > MEDIATYPE_ID INTEGER NOT NULL, NAME VARCHAR(80) NOT NULL, > > CHARACTER_SET VARCHA > > > > > > R(40), TITLE VARCHAR(80), DESCRIPTION LONGVARCHAR, PRIMARY KEY > > (MEDIATYPE_ID)) > > > > [java] BUILD FAILED > > [java] C:\JetspeedTraining\workspace\jetexpress\etc\derby-sql- > > build.xml:6: > > SQL Exception: Syntax error: Encountered "" at line 1, column 145. > > > > > not really sure , sounds like something going wrong with the create > table statement > Have you setup your database settings in settings.xml as described here: > > http://portals.apache.org/tutorials/jetspeed-2/01/first-steps.html > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
