Hi Robert, I deleted stax from my repo and tried. It failed the first couple of times and then it succeed pulling stax down from a mirror site... here is that line from the console log...
Downloading: http://mirrors.dotsrc.org/maven2//stax/stax-api/1.0.1/stax-api-1.0. 1.jar 25K downloaded So could you please try by adding this mirror to your maven. This can be done by adding the following to maven\conf\settings.xml file within the element tagged <mirrors>. <mirror> <id>mirrors.dotsrc.org</id> <name>Mirror of http://repo1.maven.org/maven2/</name> <url>http://mirrors.dotsrc.org/maven2/</url> <mirrorOf>central</mirrorOf> </mirror> Hope this works! - Venkat On 9/20/06, Robert Nielsen <[EMAIL PROTECTED]> wrote:
Venkat, I meant I was starting from scratch ... a clean repository ... using maven to download what is needed. Unfortunately, it doesn't download that particular JAR file. Robert On 9/19/06, Venkata Krishnan <[EMAIL PROTECTED]> wrote: > > Hi Robert, > > Yes you need the stax-api jar file in your local maven repository. > > I did not quite get 'building up my repository' unless you are installing > the jars manually. From what I know, if you do a build maven will handle > downloading the dependent jars and installing them in the repo. > > - Venkat > > > On 9/19/06, Robert Nielsen <[EMAIL PROTECTED]> wrote: > > > > Everyone, > > > > I'm building up my repository for SCA java ... and when I run maven for > > the > > first time I get the following errors: > > > > [INFO] [compiler:compile] > > Compiling 96 source files to C:\tuscany\java\sdo\impl\target\classes > > [INFO] > > ------------------------------------------------------------------------ > > [ERROR] BUILD FAILURE > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Compilation failure > > > > > > > C:\tuscany\java\sdo\impl\src\main\java\org\apache\tuscany\sdo\helper\XMLStreamHelperImpl.java:[19,24] > > package javax.xml.stream does not exist > > > > ... and things get worse from there. > > > > I think I've narrowed this down to the stax API, and when I look in my > > repository for that, I only see the POM file and an sha1 file ... but no > > library or JAR file. Should there be one there? > > > > Any ideas what could be causing this? > > > > Robert Nielsen > > > > > >
