[webbeans-dev] numberguess example

Gavin King gavin at hibernate.org
Mon Dec 15 01:11:07 EST 2008


gavin-kings-macbook-pro:trunk gavin$ ant install
Buildfile: build.xml

install:
     [java] [INFO] Scanning for projects...
     [java] [INFO] Reactor build order:
     [java] [INFO]   Web Beans
     [java] [INFO]   Web Beans API
     [java] [INFO]   Web Beans RI
     [java] [INFO]   Web Beans Examples
     [java] [INFO]   Web Beans Examples: Numberguess
     [java] WAGON_VERSION: 1.0-beta-2
     [java] [INFO]
------------------------------------------------------------------------
     [java] [INFO] Building Web Beans
     [java] [INFO]    task-segment: [install]
     [java] [INFO]
------------------------------------------------------------------------
     [java] [INFO] [site:attach-descriptor]
     [java] [INFO] Preparing source:jar
     [java] [WARNING] Removing: jar from forked lifecycle, to prevent
recursive invocation.
     [java] [INFO] No goals needed for project - skipping
     [java] [INFO] [source:jar {execution: attach-sources}]
     [java] [INFO] [install:install]
     [java] [INFO] Installing
/Users/gavin/Documents/workspace/trunk/pom.xml to
/Users/gavin/.m2/repository/org/jboss/webbeans/parent/1.0.0-SNAPSHOT/parent-1.0.0-SNAPSHOT.pom
     [java] [INFO]
------------------------------------------------------------------------
     [java] [INFO] Building Web Beans API
     [java] [INFO]    task-segment: [install]
     [java] [INFO]
------------------------------------------------------------------------
     [java] [INFO] [resources:resources]
     [java] [INFO] Using default encoding to copy filtered resources.
     [java] [INFO] [compiler:compile]
     [java] [INFO] Nothing to compile - all classes are up to date
     [java] [INFO] [resources:testResources]
     [java] [INFO] Using default encoding to copy filtered resources.
     [java] [INFO] [compiler:testCompile]
     [java] [INFO] No sources to compile
     [java] [INFO] [surefire:test]
     [java] [INFO] No tests to run.
     [java] [INFO] [jar:jar]
     [java] [INFO] Preparing source:jar
     [java] [WARNING] Removing: jar from forked lifecycle, to prevent
recursive invocation.
     [java] [INFO] No goals needed for project - skipping
     [java] [INFO] [source:jar {execution: attach-sources}]
     [java] [INFO] Building jar:
/Users/gavin/Documents/workspace/trunk/webbeans-api/target/webbeans-api-1.0.0-SNAPSHOT-sources.jar
     [java] [INFO] [install:install]
     [java] [INFO] Installing
/Users/gavin/Documents/workspace/trunk/webbeans-api/target/webbeans-api-1.0.0-SNAPSHOT.jar
to /Users/gavin/.m2/repository/org/jboss/webbeans/webbeans-api/1.0.0-SNAPSHOT/webbeans-api-1.0.0-SNAPSHOT.jar
     [java] [INFO] Installing
/Users/gavin/Documents/workspace/trunk/webbeans-api/target/webbeans-api-1.0.0-SNAPSHOT-sources.jar
to /Users/gavin/.m2/repository/org/jboss/webbeans/webbeans-api/1.0.0-SNAPSHOT/webbeans-api-1.0.0-SNAPSHOT-sources.jar
     [java] [INFO]
------------------------------------------------------------------------
     [java] [INFO] Building Web Beans RI
     [java] [INFO]    task-segment: [install]
     [java] [INFO]
------------------------------------------------------------------------
     [java] [INFO] [resources:resources]
     [java] [INFO] Using default encoding to copy filtered resources.
     [java] [INFO] snapshot org.jboss.aop:jboss-aop:2.0.0-SNAPSHOT:
checking for updates from repository.jboss.org
     [java] Downloading:
http://repository.jboss.org/maven2/org/jboss/aop/jboss-aop/2.0.0-SNAPSHOT/jboss-aop-2.0.0-SNAPSHOT.pom
     [java] [INFO] snapshot
org.jboss.javaee:jboss-jca-api:1.5.0-SNAPSHOT: checking for updates
from repository.jboss.org
     [java] Downloading:
http://repository.jboss.org/maven2/org/jboss/javaee/jboss-jca-api/1.5.0-SNAPSHOT/jboss-jca-api-1.5.0-SNAPSHOT.pom
     [java] [INFO] snapshot
org.jboss.javaee:jboss-servlet-api:2.5.0-SNAPSHOT: checking for
updates from repository.jboss.org
     [java] Downloading:
http://repository.jboss.org/maven2/org/jboss/javaee/jboss-servlet-api/2.5.0-SNAPSHOT/jboss-servlet-api-2.5.0-SNAPSHOT.pom
     [java] [INFO] artifact
org.jboss.deployers:jboss-deployers-core-spi: checking for updates
from repository.jboss.org
     [java] [INFO] artifact
org.jboss.deployers:jboss-deployers-core-spi: checking for updates
from central
     [java] [INFO] artifact org.jboss.deployers:jboss-deployers-impl:
checking for updates from repository.jboss.org
     [java] [INFO] artifact org.jboss.deployers:jboss-deployers-impl:
checking for updates from central
     [java] [INFO] artifact org.jboss.deployers:jboss-deployers-vfs:
checking for updates from repository.jboss.org
     [java] [INFO] artifact org.jboss.deployers:jboss-deployers-vfs:
checking for updates from central
     [java] [INFO] artifact
org.jboss.deployers:jboss-deployers-structure-spi: checking for
updates from repository.jboss.org
     [java] [INFO] artifact
org.jboss.deployers:jboss-deployers-structure-spi: checking for
updates from central
     [java] [INFO] artifact org.jboss.microcontainer:jboss-dependency:
checking for updates from repository.jboss.org
     [java] [INFO] artifact org.jboss.microcontainer:jboss-dependency:
checking for updates from central
     [java] [INFO] artifact org.jboss.microcontainer:jboss-kernel:
checking for updates from repository.jboss.org
     [java] [INFO] artifact org.jboss.microcontainer:jboss-kernel:
checking for updates from central
     [java] [INFO] [compiler:compile]
     [java] [INFO] Compiling 25 source files to
/Users/gavin/Documents/workspace/trunk/webbeans-ri/target/classes
     [java] [INFO]
------------------------------------------------------------------------
     [java] [ERROR] BUILD FAILURE
     [java] [INFO]
------------------------------------------------------------------------
     [java] [INFO] Compilation failure
     [java]
     [java] /Users/gavin/Documents/workspace/trunk/webbeans-ri/src/main/java/org/jboss/webbeans/transaction/UserTransaction.java:[3,25]
package javax.persistence does not exist
     [java]
     [java] /Users/gavin/Documents/workspace/trunk/webbeans-ri/src/main/java/org/jboss/webbeans/transaction/UserTransaction.java:[28,22]
cannot find symbol
     [java] symbol  : class EntityManager
     [java] location: interface org.jboss.webbeans.transaction.UserTransaction
     [java]
     [java] /Users/gavin/Documents/workspace/trunk/webbeans-ri/src/main/java/org/jboss/webbeans/transaction/AbstractUserTransaction.java:[9,25]
package javax.persistence does not exist
     [java]
     [java] /Users/gavin/Documents/workspace/trunk/webbeans-ri/src/main/java/org/jboss/webbeans/transaction/AbstractUserTransaction.java:[66,22]
cannot find symbol
     [java] symbol  : class EntityManager
     [java] location: class
org.jboss.webbeans.transaction.AbstractUserTransaction
     [java]
     [java]
     [java] [INFO]
------------------------------------------------------------------------
     [java] [INFO] For more information, run Maven with the -e switch
     [java] [INFO]
------------------------------------------------------------------------
     [java] [INFO] Total time: 19 seconds
     [java] [INFO] Finished at: Sun Dec 14 22:10:14 PST 2008
     [java] [INFO] Final Memory: 30M/55M
     [java] [INFO]
------------------------------------------------------------------------
     [java] Java Result: 1



More information about the weld-dev mailing list