I've seen this problem with h2 and other embedded databases.
Basically, since the database is created in a relative directory, it's
not available when you're in the "web" directory because it was
created (by the hibernate3 plugin) in the "core" module.

You could change your jdbc.url in the h2 profile to have an absolute URL:

<jdbc.url>jdbc:h2:c:/temp/h2/appfuse</jdbc.url>

I tried using variables (i.e. ${user.home} and ${java.io.tmpdir}) but
neither worked in place of "c:/temp".

Matt

On 3/1/07, Christopher Mason <[EMAIL PROTECTED]> wrote:
I'm extremely new to AppFuse.  I'm having problems getting the quick
start instructions to work for the modular archetype.  I'm using
1.0-m4-SNAPSHOT (which is really AppFuse 2.0, right?  why the differing
version numbers?) and h2.  The most relevant error messages are
immediately below, followed by the whole output (good God it's
verbose!); there a large number of warnings that look bad during the
archetype creation.

FYI, the appfuse-simple-tapestry archetype seems to work fine.  Honestly
I tried the modular first thinking modular=better.  I'm also still a
little confused about the whole exploded/war:inplace thing WRT to
upgrades; I want to tear everything apart to figure out how it works but
all the source seems to be packed away in jars somewhere which makes
figuring it out difficult.  Is there a document somewhere that tries to
explain what's going on under the covers?

I'm sure this is something silly I'm doing...

# mvn archetype:create -DarchetypeGroupId=org.appfuse
-DarchetypeArtifactId=appfuse-modular-tapestry
-DremoteRepositories=http://static.appfuse.org/repository
-DarchetypeVersion=1.0-m4-SNAPSHOT -DgroupId=edu.mayo.mprc
-DartifactId=tekaat
# cd teekat
# mvn integration-test -Ph2
# mvn -e jetty:run-war -Ph2

1 required artifact is missing.

for artifact:
   edu.mayo.mprc:tekaat-webapp:war:1.0-SNAPSHOT


Complete output follows.

Thanks,

-c


[EMAIL PROTECTED]:~/mprc/prime/tekaat/web> mvn --version
Maven version: 2.0.5
[EMAIL PROTECTED]:~/mprc/prime/tekaat/web> uname -a
Darwin 24-159-205-123.dhcp.roch.mn.charter.com 8.8.1 Darwin Kernel
Version 8.8.1: Mon Sep 25 19:42:00 PDT 2006;
root:xnu-792.13.8.obj~1/RELEASE_I386 i386 i386
[EMAIL PROTECTED]:~/mprc/prime/tekaat/web> java -version
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-112)
Java HotSpot(TM) Client VM (build 1.5.0_06-64, mixed mode, sharing)

[EMAIL PROTECTED]:~/mprc/prime> mvn archetype:create
-DarchetypeGroupId=org.appfuse
-DarchetypeArtifactId=appfuse-modular-tapestry
-DremoteRepositories=http://static.appfuse.org/repository
-DarchetypeVersion=1.0-m4-SNAPSHOT -DgroupId=edu.mayo.mprc
-DartifactId=tekaat
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'archetype'.
[INFO]
----------------------------------------------------------------------------
[INFO] Building Maven Default Project
[INFO]    task-segment: [archetype:create] (aggregator-style)
[INFO]
----------------------------------------------------------------------------
[INFO] Setting property: classpath.resource.loader.class =>
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] **************************************************************
[INFO] Starting Jakarta Velocity v1.4
[INFO] RuntimeInstance initializing.
[INFO] Default Properties File:
org/apache/velocity/runtime/defaults/velocity.properties
[INFO] Default ResourceManager initializing. (class
org.apache.velocity.runtime.resource.ResourceManagerImpl)
[INFO] Resource Loader Instantiated:
org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
[INFO] ClasspathResourceLoader : initialization starting.
[INFO] ClasspathResourceLoader : initialization complete.
[INFO] ResourceCache : initialized. (class
org.apache.velocity.runtime.resource.ResourceCacheImpl)
[INFO] Default ResourceManager initialization complete.
[INFO] Loaded System Directive:
org.apache.velocity.runtime.directive.Literal
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Macro
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Parse
[INFO] Loaded System Directive:
org.apache.velocity.runtime.directive.Include
[INFO] Loaded System Directive:
org.apache.velocity.runtime.directive.Foreach
[INFO] Created: 20 parsers.
[INFO] Velocimacro : initialization starting.
[INFO] Velocimacro : adding VMs from VM library template :
VM_global_library.vm
[ERROR] ResourceManager : unable to find resource 'VM_global_library.vm'
in any resource loader.
[INFO] Velocimacro : error using  VM library template
VM_global_library.vm :
org.apache.velocity.exception.ResourceNotFoundException: Unable to find
resource 'VM_global_library.vm'
[INFO] Velocimacro :  VM library template macro registration complete.
[INFO] Velocimacro : allowInline = true : VMs can be defined inline in
templates
[INFO] Velocimacro : allowInlineToOverride = false : VMs defined inline
may NOT replace previous VM definitions
[INFO] Velocimacro : allowInlineLocal = false : VMs defined inline will
be  global in scope if allowed.
[INFO] Velocimacro : initialization complete.
[INFO] Velocity successfully started.
[INFO] [archetype:create]
[INFO] Defaulting package to group ID: edu.mayo.mprc
[INFO] We are using command line specified remote repositories:
http://static.appfuse.org/repository
[INFO] snapshot org.appfuse:appfuse-modular-tapestry:1.0-m4-SNAPSHOT:
checking for updates from id0
[INFO]
----------------------------------------------------------------------------
[INFO] Using following parameters for creating Archetype:
appfuse-modular-tapestry:1.0-m4-SNAPSHOT
[INFO]
----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: edu.mayo.mprc
[INFO] Parameter: packageName, Value: edu.mayo.mprc
[INFO] Parameter: basedir, Value: /Users/cmason/mprc/prime
[INFO] Parameter: package, Value: edu.mayo.mprc
[INFO] Parameter: version, Value: 1.0-SNAPSHOT
[INFO] Parameter: artifactId, Value: tekaat
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/pom.xml [line 50,column 26] :
${appfuse.version} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/pom.xml [line 112,column 22]
: ${jdbc.groupId} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/pom.xml [line 113,column 25]
: ${jdbc.artifactId} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/pom.xml [line 114,column 22]
: ${jdbc.version} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/pom.xml [line 119,column 22]
: ${jmock.version} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/pom.xml [line 125,column 22]
: ${junit.version} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/pom.xml [line 131,column 22]
: ${spring.version} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/pom.xml [line 137,column 22]
: ${wiser.version} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/pom.xml [line 268,column 39]
: ${env.JBOSS_HOME} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/pom.xml [line 307,column 31]
: ${env.CATALINA_HOME} is not a valid reference.
[INFO] ********************* End of debug info from resources from
generated POM ***********************
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/pom.xml [line 50,column 26] :
${appfuse.version} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/pom.xml [line 112,column 22]
: ${jdbc.groupId} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/pom.xml [line 113,column 25]
: ${jdbc.artifactId} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/pom.xml [line 114,column 22]
: ${jdbc.version} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/pom.xml [line 119,column 22]
: ${jmock.version} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/pom.xml [line 125,column 22]
: ${junit.version} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/pom.xml [line 131,column 22]
: ${spring.version} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/pom.xml [line 137,column 22]
: ${wiser.version} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/pom.xml [line 268,column 39]
: ${env.JBOSS_HOME} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/pom.xml [line 307,column 31]
: ${env.CATALINA_HOME} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/core/pom.xml [line 46,column
34] : ${jdbc.groupId} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/core/pom.xml [line 47,column
37] : ${jdbc.artifactId} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/core/pom.xml [line 48,column
34] : ${jdbc.version} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/core/pom.xml [line 57,column
42] : ${dbunit.dataTypeFactoryName} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/core/pom.xml [line 58,column
29] : ${jdbc.driverClassName} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/core/pom.xml [line 59,column
31] : ${jdbc.username} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/core/pom.xml [line 60,column
31] : ${jdbc.password} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/core/pom.xml [line 61,column
26] : ${jdbc.url} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/core/pom.xml [line 63,column
27] : ${dbunit.operation.type} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/core/pom.xml [line 64,column
29] : ${dbunit.schema} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/core/pom.xml [line 65,column
27] : ${maven.test.skip} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/core/pom.xml [line 77,column
34] : ${jdbc.groupId} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/core/pom.xml [line 78,column
37] : ${jdbc.artifactId} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/core/pom.xml [line 79,column
34] : ${jdbc.version} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/core/pom.xml [line 109,column
22] : ${appfuse.version} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/core/src/test/resources/applicationContext-resources.xml
[line 15,column 49] : ${jdbc.driverClassName} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/core/src/test/resources/applicationContext-resources.xml
[line 16,column 37] : ${jdbc.url} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/core/src/test/resources/applicationContext-resources.xml
[line 17,column 42] : ${jdbc.username} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/core/src/test/resources/applicationContext-resources.xml
[line 18,column 42] : ${jdbc.password} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/core/src/test/resources/jdbc.properties [line
1,column 22] : ${jdbc.driverClassName} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/core/src/test/resources/jdbc.properties [line
2,column 10] : ${jdbc.url} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/core/src/test/resources/jdbc.properties [line
3,column 15] : ${jdbc.username} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/core/src/test/resources/jdbc.properties [line
4,column 15] : ${jdbc.password} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/core/src/test/resources/jdbc.properties [line
6,column 19] : ${hibernate.dialect} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/core/src/test/resources/jdbc.properties [line
9,column 31] : ${jdbc.username} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/core/src/test/resources/jdbc.properties [line
10,column 31] : ${jdbc.password} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/core/src/test/resources/jdbc.properties [line
11,column 26] : ${jdbc.url} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/core/src/test/resources/jdbc.properties [line
12,column 35] : ${jdbc.driverClassName} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 25,column
42] : ${dbunit.dataTypeFactoryName} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 26,column
29] : ${jdbc.driverClassName} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 27,column
31] : ${jdbc.username} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 28,column
31] : ${jdbc.password} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 29,column
26] : ${jdbc.url} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 31,column
27] : ${dbunit.operation.type} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 32,column
29] : ${dbunit.schema} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 33,column
27] : ${maven.test.skip} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 54,column
34] : ${jdbc.groupId} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 55,column
37] : ${jdbc.artifactId} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 56,column
34] : ${jdbc.version} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 169,column
22] : ${pom.parent.groupId} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 171,column
22] : ${pom.parent.version} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 175,column
33] : ${web.framework} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 176,column
22] : ${appfuse.version} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 181,column
33] : ${web.framework} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 182,column
22] : ${appfuse.version} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 189,column
22] : ${jsp.version} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 195,column
22] : ${servlet.version} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 202,column
17] : ${cargo.container} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 215,column
35] : ${cargo.wait} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 217,column
46] : ${cargo.container} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 218,column
42] : ${cargo.container.home} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 220,column
42] : ${cargo.container.url} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 221,column
49] : ${installDir} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 223,column
38] : ${project.build.directory} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 223,column
65] : ${cargo.container} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 224,column
41] : ${project.build.directory} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 224,column
68] : ${cargo.container} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 224,column
87] : ${cargo.container} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 227,column
39] : ${project.build.directory} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 227,column
66] : ${cargo.container} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 229,column
53] : ${cargo.host} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 230,column
57] : ${cargo.port} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 264,column
61] : ${project.build.finalName} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 264,column
102] : ${user.language} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 265,column
89] : ${test} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 266,column
75] : ${user.language} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 267,column
73] : ${project.build.finalName} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 268,column
66] : ${cargo.host} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 269,column
66] : ${cargo.port} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 285,column
42] : ${webtest.version} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 296,column
42] : ${javamail.version} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 301,column
42] : ${log4j.version} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/pom.xml [line 306,column
42] : ${oro.version} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/main/resources/applicationContext-resources.xml
[line 21,column 49] : ${jdbc.driverClassName} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/main/resources/applicationContext-resources.xml
[line 22,column 37] : ${jdbc.url} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/main/resources/applicationContext-resources.xml
[line 23,column 42] : ${jdbc.username} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/main/resources/applicationContext-resources.xml
[line 24,column 42] : ${jdbc.password} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/main/resources/ApplicationResources.properties
[line 6,column 24] : ${pom.version} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/main/resources/ApplicationResources.properties
[line 9,column 16] : ${copyright.year} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/main/resources/jdbc.properties [line
1,column 22] : ${jdbc.driverClassName} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/main/resources/jdbc.properties [line
2,column 10] : ${jdbc.url} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/main/resources/jdbc.properties [line
3,column 15] : ${jdbc.username} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/main/resources/jdbc.properties [line
4,column 15] : ${jdbc.password} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/main/resources/jdbc.properties [line
6,column 19] : ${hibernate.dialect} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/main/resources/jdbc.properties [line
9,column 31] : ${jdbc.username} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/main/resources/jdbc.properties [line
10,column 31] : ${jdbc.password} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/main/resources/jdbc.properties [line
11,column 26] : ${jdbc.url} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/main/resources/jdbc.properties [line
12,column 35] : ${jdbc.driverClassName} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/main/webapp/WEB-INF/menu-config.xml [line
8,column 88] : $DirectLink.sdirect is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/config.xml [line 1,column 15]
: ${host} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/config.xml [line 1,column 30]
: ${port} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/config.xml [line 2,column 15]
: ${webapp.name} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/config.xml [line 4,column 43]
: ${user.language} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/login.xml [line 2,column 66]
: ${login.title} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/login.xml [line 5,column 21]
: ${button.login} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/login.xml [line 6,column 66]
: ${mainMenu.title} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/web-tests.xml [line 7,column
40] : ${webapp.name} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/web-tests.xml [line 7,column
92] : ${user.language} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/web-tests.xml [line 8,column
40] : ${webapp.name} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/web-tests.xml [line 38,column
82] : ${login.title} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/web-tests.xml [line 49,column
70] : ${login.title} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/web-tests.xml [line 51,column
75] : ${login.title} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/web-tests.xml [line 62,column
73] : ${menu.user} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/web-tests.xml [line 64,column
29] : ${userProfile.title} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/web-tests.xml [line 77,column
29] : ${userList.title} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/web-tests.xml [line 88,column
73] : ${menu.user} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/web-tests.xml [line 90,column
29] : ${userProfile.title} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/web-tests.xml [line 93,column
37] : ${button.save} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/web-tests.xml [line 95,column
30] : ${mainMenu.title} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/web-tests.xml [line
107,column 38] : ${userProfile.title} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/web-tests.xml [line
123,column 37] : ${button.save} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/web-tests.xml [line
125,column 38] : ${userList.title} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/web-tests.xml [line
132,column 37] : ${button.delete} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/web-tests.xml [line
136,column 70] : ${userList.title} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/web-tests.xml [line
147,column 70] : ${signup.title} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/web-tests.xml [line
161,column 37] : ${button.register} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/web-tests.xml [line
163,column 67] : ${mainMenu.title} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/web-tests.xml [line
164,column 72] : ${user.registered} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/web-tests.xml [line
177,column 29] : ${activeUsers.title} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/web-tests.xml [line
190,column 29] : ${flushCache.title} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/web-tests.xml [line
202,column 83] : ${upload.title} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/web-tests.xml [line
205,column 37] : ${button.upload} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template =
archetype-resources/web/src/test/resources/web-tests.xml [line
206,column 80] : ${display.title} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/core/src/site/site.xml [line
15,column 9] : ${reports} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/web/src/site/site.xml [line
15,column 5] : ${reports} is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:
reference : template = archetype-resources/src/site/site.xml [line
16,column 9] : ${reports} is not a valid reference.
[INFO] Archetype created in dir: /Users/cmason/mprc/prime/tekaat
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Thu Mar 01 18:53:00 CST 2007
[INFO] Final Memory: 5M/9M
[INFO]
------------------------------------------------------------------------
[EMAIL PROTECTED]:~/mprc/prime> cd tekaat/
[EMAIL PROTECTED]:~/mprc/prime/tekaat> /usr/local/src/maven-2.0.5/bin/mvn
integration-test -Ph2
[EMAIL PROTECTED]:~/mprc/prime/tekaat> mvn integration-test -Ph2[INFO]
Scanning for projects...
[INFO] Reactor build order:
[INFO]   AppFuse Modular Application
[INFO]   AppFuse Modular Application - Core
[INFO]   AppFuse Modular Application - Web (Tapestry)
[INFO]
----------------------------------------------------------------------------
[INFO] Building AppFuse Modular Application
[INFO]    task-segment: [integration-test]
[INFO]
----------------------------------------------------------------------------
[INFO] [site:attach-descriptor]
[INFO]
----------------------------------------------------------------------------
[INFO] Building AppFuse Modular Application - Core
[INFO]    task-segment: [integration-test]
[INFO]
----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 1 source file to
/Users/cmason/mprc/prime/tekaat/core/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] Preparing hibernate3:hbm2ddl
[WARNING] Removing: hbm2ddl from forked lifecycle, to prevent recursive
invocation.
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[WARNING] POM for 'org.hibernate:jtidy:pom:r8-20060801:runtime' is
invalid. It will be ignored for artifact resolution. Reason: Parse error
reading POM. Reason: TEXT must be immediately followed by END_TAG and
not START_TAG (position: START_TAG seen
...<licenses>\n\t\t\t<license>... @12:13)
[WARNING] POM for 'org.hibernate:jtidy:pom:r8-20060801:runtime' is
invalid. It will be ignored for artifact resolution. Reason: Parse error
reading POM. Reason: TEXT must be immediately followed by END_TAG and
not START_TAG (position: START_TAG seen
...<licenses>\n\t\t\t<license>... @12:13)
[INFO] [hibernate3:hbm2ddl {execution: default}]
[INFO] Configuration XML file loaded:
/Users/cmason/mprc/prime/tekaat/core/src/main/resources/hibernate.cfg.xml
[INFO] Configuration XML file loaded:
/Users/cmason/mprc/prime/tekaat/core/src/main/resources/hibernate.cfg.xml
[INFO] Configuration Properties file loaded:
/Users/cmason/mprc/prime/tekaat/core/target/test-classes/jdbc.properties
create table app_user (id bigint generated by default as identity,
username varchar(50) not null unique, email varchar(255) not null
unique, password_hint varchar(255), first_name varchar(50) not null,
last_name varchar(50) not null, phone_number varchar(255), website
varchar(255), account_expired bit not null, account_locked bit not null,
credentials_expired bit not null, city varchar(50) not null, province
varchar(100), postal_code varchar(15) not null, address varchar(150),
country varchar(100), account_enabled bit, version integer, password
varchar(255) not null, primary key (id));
create table role (id bigint generated by default as identity, name
varchar(20), description varchar(64), primary key (id));
create table user_role (user_id bigint not null, role_id bigint not
null, primary key (user_id, role_id));
alter table user_role add constraint FK143BF46AF503D155 foreign key
(user_id) references app_user;
alter table user_role add constraint FK143BF46A4FD90D75 foreign key
(role_id) references role;
[INFO] [compiler:testCompile]
[INFO] Compiling 1 source file to
/Users/cmason/mprc/prime/tekaat/core/target/test-classes
[INFO] [dbunit:operation {execution: default}]
[INFO] [surefire:test]
[INFO] Surefire report directory:
/Users/cmason/mprc/prime/tekaat/core/target/surefire-reports

-------------------------------------------------------
  T E S T S
-------------------------------------------------------
Running CoreTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec

Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[INFO] Building jar:
/Users/cmason/mprc/prime/tekaat/core/target/tekaat-core-1.0-SNAPSHOT.jar
[INFO]
----------------------------------------------------------------------------
[INFO] Building AppFuse Modular Application - Web (Tapestry)
[INFO]    task-segment: [integration-test]
[INFO]
----------------------------------------------------------------------------
[INFO] [warpath:add-classes {execution: default}]
[INFO] [native2ascii:native2ascii {execution: native2ascii-utf8}]
[INFO] [native2ascii:native2ascii {execution: native2ascii-8859_1}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 1 source file to
/Users/cmason/mprc/prime/tekaat/web/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 1 source file to
/Users/cmason/mprc/prime/tekaat/web/target/test-classes
[INFO] [dbunit:operation {execution: test-compile}]
[INFO] [surefire:test]
[INFO] Surefire report directory:
/Users/cmason/mprc/prime/tekaat/web/target/surefire-reports

-------------------------------------------------------
  T E S T S
-------------------------------------------------------
Running edu.mayo.mprc.AppTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.769 sec

Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] [dbunit:operation {execution: test}]
[INFO] [war:war]
[INFO] Exploding webapp...
[INFO] Assembling webapp tekaat-webapp in
/Users/cmason/mprc/prime/tekaat/web/target/tekaat-webapp-1.0-SNAPSHOT
[INFO] Copy webapp webResources to
/Users/cmason/mprc/prime/tekaat/web/target/tekaat-webapp-1.0-SNAPSHOT
[INFO] Expanding:
/Users/cmason/.m2/repository/org/appfuse/appfuse-web-common/2.0-m4-SNAPSHOT/appfuse-web-common-2.0-m4-SNAPSHOT.war
into
/Users/cmason/mprc/prime/tekaat/web/target/war/work/appfuse-web-common-2.0-m4-SNAPSHOT
[INFO] Expanding:
/Users/cmason/.m2/repository/org/appfuse/appfuse-tapestry/2.0-m4-SNAPSHOT/appfuse-tapestry-2.0-m4-SNAPSHOT.war
into
/Users/cmason/mprc/prime/tekaat/web/target/war/work/appfuse-tapestry-2.0-m4-SNAPSHOT
[INFO] Overlaying 2 war(s).
[INFO] Generating war
/Users/cmason/mprc/prime/tekaat/web/target/tekaat-webapp-1.0-SNAPSHOT.war
[INFO] Building war:
/Users/cmason/mprc/prime/tekaat/web/target/tekaat-webapp-1.0-SNAPSHOT.war
[INFO] [cargo:start {execution: start-container}]
[INFO] [antrun:run {execution: default}]
[INFO] Executing tasks
     [mkdir] Created dir:
/Users/cmason/mprc/prime/tekaat/web/target/webtest-data
      [echo] Testing 'tekaat-webapp-1.0-SNAPSHOT' with locale 'en'

Login:
log4j:WARN No appenders could be found for logger
(com.canoo.webtest.ant.TestStepSequence).
log4j:WARN Please initialize the log4j system properly.

Logout:

PasswordHint:

Signup:

EditUser:

SearchUser:

SaveUser:

AddUser:

ActiveUsers:

UserTests:
      [echo] Successfully ran all User UI tests!

FlushCache:

FileUpload:

run-all-tests:
[INFO] Executed tasks
[INFO]
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
------------------------------------------------------------------------
[INFO] AppFuse Modular Application ........................... SUCCESS
[1.834s]
[INFO] AppFuse Modular Application - Core .................... SUCCESS
[6.400s]
[INFO] AppFuse Modular Application - Web (Tapestry) .......... SUCCESS
[1:05.568s]
[INFO]
------------------------------------------------------------------------
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 1 minute 14 seconds
[INFO] Finished at: Thu Mar 01 18:54:31 CST 2007
[INFO] Final Memory: 43M/63M
[INFO]
------------------------------------------------------------------------
[EMAIL PROTECTED]:~/mprc/prime/tekaat> cd web
[EMAIL PROTECTED]:~/mprc/prime/tekaat/web> mvn -e jetty:run-war -Ph2
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'jetty'.
[INFO]
----------------------------------------------------------------------------
[INFO] Building AppFuse Modular Application - Web (Tapestry)
[INFO]    task-segment: [jetty:run-war]
[INFO]
----------------------------------------------------------------------------
[INFO] Preparing jetty:run-war
Downloading:
http://repo1.maven.org/maven2/edu/mayo/mprc/tekaat-core/1.0-SNAPSHOT/tekaat-core-1.0-SNAPSHOT.pom
[WARNING] Unable to get resource
'edu.mayo.mprc:tekaat-core:pom:1.0-SNAPSHOT' from repository central
(http://repo1.maven.org/maven2)
Downloading:
http://static.appfuse.org/repository/edu/mayo/mprc/tekaat-core/1.0-SNAPSHOT/tekaat-core-1.0-SNAPSHOT.pom
[WARNING] Unable to get resource
'edu.mayo.mprc:tekaat-core:pom:1.0-SNAPSHOT' from repository appfuse
(http://static.appfuse.org/repository)
Downloading:
http://repo1.maven.org/maven2/edu/mayo/mprc/tekaat-core/1.0-SNAPSHOT/tekaat-core-1.0-SNAPSHOT.jar
[WARNING] Unable to get resource
'edu.mayo.mprc:tekaat-core:jar:1.0-SNAPSHOT' from repository central
(http://repo1.maven.org/maven2)
Downloading:
http://static.appfuse.org/repository/edu/mayo/mprc/tekaat-core/1.0-SNAPSHOT/tekaat-core-1.0-SNAPSHOT.jar
[WARNING] Unable to get resource
'edu.mayo.mprc:tekaat-core:jar:1.0-SNAPSHOT' from repository appfuse
(http://static.appfuse.org/repository)
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) edu.mayo.mprc:tekaat-core:jar:1.0-SNAPSHOT

   Try downloading the file manually from the project website.

   Then, install it using the command:
       mvn install:install-file -DgroupId=edu.mayo.mprc
-DartifactId=tekaat-core \
           -Dversion=1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

   Path to dependency:
         1) edu.mayo.mprc:tekaat-webapp:war:1.0-SNAPSHOT
         2) edu.mayo.mprc:tekaat-core:jar:1.0-SNAPSHOT

----------
1 required artifact is missing.

for artifact:
   edu.mayo.mprc:tekaat-webapp:war:1.0-SNAPSHOT

from the specified remote repositories:
   central (http://repo1.maven.org/maven2),
   appfuse (http://static.appfuse.org/repository)


[INFO]
------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Missing:
----------
1) edu.mayo.mprc:tekaat-core:jar:1.0-SNAPSHOT

   Try downloading the file manually from the project website.

   Then, install it using the command:
       mvn install:install-file -DgroupId=edu.mayo.mprc
-DartifactId=tekaat-core \
           -Dversion=1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

   Path to dependency:
         1) edu.mayo.mprc:tekaat-webapp:war:1.0-SNAPSHOT
         2) edu.mayo.mprc:tekaat-core:jar:1.0-SNAPSHOT

----------
1 required artifact is missing.

for artifact:
   edu.mayo.mprc:tekaat-webapp:war:1.0-SNAPSHOT

from the specified remote repositories:
   central (http://repo1.maven.org/maven2),
   appfuse (http://static.appfuse.org/repository)

         at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:556)
         at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)
         at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkProjectLifecycle(DefaultLifecycleExecutor.java:896)
         at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkLifecycle(DefaultLifecycleExecutor.java:739)
         at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:510)
         at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:493)
         at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:463)
         at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)
         at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
         at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:330)
         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:123)
         at org.apache.maven.cli.MavenCli.main(MavenCli.java:272)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
         at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
         at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by:
org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException:
Missing:
----------
1) edu.mayo.mprc:tekaat-core:jar:1.0-SNAPSHOT

   Try downloading the file manually from the project website.

   Then, install it using the command:
       mvn install:install-file -DgroupId=edu.mayo.mprc
-DartifactId=tekaat-core \
           -Dversion=1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

   Path to dependency:
         1) edu.mayo.mprc:tekaat-webapp:war:1.0-SNAPSHOT
         2) edu.mayo.mprc:tekaat-core:jar:1.0-SNAPSHOT

----------
1 required artifact is missing.

for artifact:
   edu.mayo.mprc:tekaat-webapp:war:1.0-SNAPSHOT

from the specified remote repositories:
   central (http://repo1.maven.org/maven2),
   appfuse (http://static.appfuse.org/repository)

         at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:305)
         at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:272)
         at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:243)
         at
org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies(DefaultPluginManager.java:1142)
         at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:374)
         at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
         ... 20 more
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Thu Mar 01 18:58:40 CST 2007
[INFO] Final Memory: 9M/16M
[INFO]
------------------------------------------------------------------------
[EMAIL PROTECTED]:~/mprc/prime/tekaat/web>

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




--
http://raibledesigns.com

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

Reply via email to