1 Reply Latest reply on Dec 30, 2008 1:13 AM by jaikiran

    building 2.02.GA of vfs fails(microcontainer)

    deanhiller

      I am not sure where to ask questions on building JBoss AS????

      I seem to have run into the problem that 2.0.2.GA which I checked out of subversion does not build as there is a jar it can't download(got a 404 error). I need this jar to build it so I can start playing around and debugging JBoss.

      Here is the error from the maven build....

      [INFO] Using default encoding to copy filtered resources.
      Downloading: http://repo1.maven.org/maven2/org/jboss/test/jboss-test/1.1.0.GA/jb
      oss-test-1.1.0.GA.jar
      [INFO] ------------------------------------------------------------------------
      [ERROR] BUILD ERROR
      [INFO] ------------------------------------------------------------------------
      [INFO] Failed to resolve artifact.
      
      Missing:
      ----------
      1) org.jboss.test:jboss-test:jar:1.1.0.GA
      
       Try downloading the file manually from the project website.
      
       Then, install it using the command:
       mvn install:install-file -DgroupId=org.jboss.test -DartifactId=jboss-test
      -Dversion=1.1.0.GA -Dpackaging=jar -Dfile=/path/to/file
      
       Alternatively, if you host your own repository you can deploy the file there:
      
       mvn deploy:deploy-file -DgroupId=org.jboss.test -DartifactId=jboss-test -D
      version=1.1.0.GA -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
      
       Path to dependency:
       1) org.jboss:jboss-vfs:jar:2.0.0.GA
       2) org.jboss.test:jboss-test:jar:1.1.0.GA
      
      ----------
      1 required artifact is missing.