1 2 Previous Next 17 Replies Latest reply on Jun 27, 2007 3:42 PM by adrian.brock Go to original post
      • 15. New Deployers

        The new deployers code is in now.
        Next I've got to commit the changes to JBossAS.

        For the new code either do a clean checkout or retrieve the
        deployers-* projects
        http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/trunk/

        The old deployers project is now redundant (except for historical reasons).

        • 16. Re: WARNING: Deployer changes

          I'll describe the changes in more detail later this week.

          • 17. Re: WARNING: Deployer changes

            Arghh!!!

            I was trying to finish off uploading snapshots and my build is broken again :-(

            I did deployers-impl and deployers-vfs-spi
            then when I tried deployers-vfs I get this.

            Missing:
            ----------
            1) org.jboss.microcontainer:jboss-classloader:jar:2.0.0-SNAPSHOT
            
             Try downloading the file manually from the project website.
            
             Then, install it using the command:
             mvn install:install-file -DgroupId=org.jboss.microcontainer -DartifactId=jboss-classloader \
             -Dversion=2.0.0-20070627.190928-1 -Dpackaging=jar -Dfile=/path/to/file
            
             Path to dependency:
             1) org.jboss.microcontainer:jboss-deployers-vfs:jar:2.0.0-SNAPSHOT
             2) org.jboss.microcontainer:jboss-deployers-impl:jar:2.0.0-SNAPSHOT
             3) org.jboss.microcontainer:jboss-classloader:jar:2.0.0-20070627.190928-1
            
            2) org.jboss.microcontainer:jboss-deployers-spi:jar:2.0.0-SNAPSHOT
            
             Try downloading the file manually from the project website.
            
             Then, install it using the command:
             mvn install:install-file -DgroupId=org.jboss.microcontainer -DartifactId=jboss-deployers-spi \
             -Dversion=2.0.0-20070627.190928-1 -Dpackaging=jar -Dfile=/path/to/file
            
             Path to dependency:
             1) org.jboss.microcontainer:jboss-deployers-vfs:jar:2.0.0-SNAPSHOT
             2) org.jboss.microcontainer:jboss-deployers-impl:jar:2.0.0-SNAPSHOT
             3) org.jboss.microcontainer:jboss-deployers-spi:jar:2.0.0-20070627.190928-1
            
            ----------
            2 required artifacts are missing.
            
            for artifact:
             org.jboss.microcontainer:jboss-deployers-vfs:jar:2.0.0-SNAPSHOT
            


            I'm going to leave it until tomorrow. :-)

            1 2 Previous Next