Download Blaze Trial
Follow FICO
LinkedIn   Twitter   Youtube
Close To access this section, please choose the Community Neighborhood in which you have the most interest.

» Business Rules Management
» Collections & Recovery
» Fraud Management
» Risk Management
» Scoring
Close To access this section, please choose the Community Neighborhood in which you have the most interest.

» Business Rules Management
» Collections & Recovery
» Fraud Management
» Risk Management
» Scoring
Reply
Contributor
Posts: 17
Registered: ‎10-01-2008
0
Accepted Solution

Maven managed dependencies and classpath with Blaze Advisor in Eclipse

It seems that the Blaze Advisor project in Eclipse does not recognize the Maven dependencies. Could the team confirm this? If yes, I think it is something we should be supporting soon. It can be expanded to maven and ivy dependency management which are common in the Java based development. Without that, we will be forced to use the classpath settings and mixed it within the overall modern dependency management platform.

Visitor
brianw
Posts: 1
Registered: ‎10-21-2012
0

Re: Maven managed dependencies and classpath with Blaze Advisor in Eclipse

did you ever get an answer or figure out a workaround?

Contributor
Posts: 17
Registered: ‎10-01-2008
0

Re: Maven managed dependencies and classpath with Blaze Advisor in Eclipse

No. It has to be FICO to provide the soluation to integrate the two. For now, you would have to manually add the jars to the classpath.

Contributor
Posts: 17
Registered: ‎10-01-2008
0

Re: Maven managed dependencies and classpath with Blaze Advisor in Eclipse

I tested 7.1 in Indigo and there is still no support to maven. So I worked out my own solution - using filter and resources to generate the project file which has the classpath and reference projects information. This approach allows me to generate the project file with correct reference paths on different machines (environments).