OS: Win XP.

 

Downloaded equinox-struts2-hibernate-1.7.zip. 

 

Ran ant test (per readme) and it began downloading artifacts. But I
received an error just into it stating the following:

 

[code]

BUILD FAILED

C:\work\s2hib\build.xml:31: Unable to resolve artifact: required
artifacts missing:

  org.apache.struts:struts2-core:jar:2.0.1

 

for the artifact:

  org.appfuse:equinox:war:1.7

[/code]

 

 

In the maven file it shows this:

<dependency>

            <groupId>org.apache.struts</groupId>

            <artifactId>struts2-core</artifactId>

            <version>2.0.1</version>

        </dependency>

        <dependency>

 

Is there a way for me to find out which core is available now, and
change this pom file?

 

 

Also, if this is the wrong forum for these questions, please let me
know.

 

Sincerely

Scott

 

 

 

Reply via email to