Marketcetera Community Forums
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Jars missing !!  XML
Forum Index » Installation and Configuration Help
Author Message
dhara.kamani


Joined: 10/06/2010 10:36:26
Messages: 10
Offline

Hi,

We are unable to compile the strategy agent with the following command :
cd source/strategyagent
mvn -Pexecute exec:java

(We have compiled the ors module with ):
$ mvn -PexecuteDBInit exec:java

as per the link given below:
http://www.marketcetera.org/confluence/display/MDN/Building+Marketcetera+Platform#BuildingMarketceteraPlatform-RunningfromcodeinanIDE

However we are unable to find the module jars in the path
src/test/sample_data/modules/jars (it is empty)
Also the default properties files are missing in conf.(it is empty)

Kindly help us with the same and guide us as in what next to do.Are we supposed to download jars separately or do they get installed as soon as code is compiled because our build is hsown as successful on running mvn compile.

Thanks
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



 
Forum Index » Installation and Configuration Help
Go to:   
Powered by JForum 2.1.8 © JForum Team