dhara.kamani
Joined: 10/06/2010 10:36:26
Messages: 10
Offline
|
in strategyAgent module i am getting following error:
I could not figure out which jars need to be copied to (if at all) here are the document instruction:
-----------------------
The module jars for all the modules and any third party libraries that they depend on, should be copied to src/test/sample_data/modules/jars. Do note that any third party libraries that the strategy agent already depends on need not be copied to the jars sub-directory. All the third party libraries that the strategy agent depends on are always available to the modules when they are loaded.
---------------------
output of:
mvn -P execute exec:java
[INFO] Repository 'java.net' will be blacklisted
[INFO] artifact asm:asm: checking for updates from internal
[INFO] [exec:java]
26 Jul 2010 16:07:59,621 INFO [org.marketcetera.strategyagent.StrategyAgent.mai
n()] marketcetera.strategyagent.StrategyAgent (StrategyAgent.java:53) - Copyrigh
t (c) 2006-2009 Marketcetera, Inc.
26 Jul 2010 16:07:59,621 INFO [org.marketcetera.strategyagent.StrategyAgent.mai
n()] marketcetera.strategyagent.StrategyAgent (StrategyAgent.java:53) - Copyrigh
t (c) 2006-2009 Marketcetera, Inc.
26 Jul 2010 16:07:59,637 INFO [org.marketcetera.strategyagent.StrategyAgent.mai
n()] marketcetera.strategyagent.StrategyAgent (StrategyAgent.java:54) - Strategy
Agent version 'No Version' (build 'No Build')
26 Jul 2010 16:07:59,637 INFO [org.marketcetera.strategyagent.StrategyAgent.mai
n()] marketcetera.strategyagent.StrategyAgent (StrategyAgent.java:54) - Strategy
Agent version 'No Version' (build 'No Build')
26 Jul 2010 16:07:59,652 ERROR [org.marketcetera.strategyagent.StrategyAgent.mai
n()] marketcetera.strategyagent.StrategyAgent (StrategyAgent.java:81) - Unable t
o configure application because of the error: 'Unresolved compilation problem:
The method addStringBean(GenericApplicationContext, String, String) from
the type SpringUtils refers to the missing type GenericApplicationContext
'. Exiting...
26 Jul 2010 16:07:59,652 ERROR [org.marketcetera.strategyagent.StrategyAgent.mai
n()] marketcetera.strategyagent.StrategyAgent (StrategyAgent.java:81) - Unable t
o configure application because of the error: 'Unresolved compilation problem:
The method addStringBean(GenericApplicationContext, String, String) from
the type SpringUtils refers to the missing type GenericApplicationContext
'. Exiting...
C:\marketceteraSrc\source\strategyagent>mvn -P execute exec:java
|