Discussion Forums

openfast 2 building error
mark qiu / csc
20 Sep 2008 12:19PM ET

I check out openfast 2 from the svn repository into eclipse as a mvn scm project. When building the project, it reports an error: missing artifact com.lasalletech.entity:entity:jar:1.0.0-SNAPSHOT:compile.
Check the pom.xml, I find the following lines:
    
        
            com.lasalletech.entity
            entity
            1.0.0-SNAPSHOT
        

    

It seems that the mvn can't find the jar file anywhere. How can I solve this problem? Please help me, thanks.


openfast 2 building error
mark qiu / csc   20 Sep 2008 12:19PM ET
Re: openfast 2 building error
Jacob Northey / The LaSalle Technology Group   20 Sep 2008 1:18PM ET
Re: openfast 2 building error
mark qiu / csc   21 Sep 2008 12:52AM ET