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 > >
