yes, i'm running this from the master branch
and here you are the entire output from my compilation
Some problems were encountered while building the effective model for org.eurekastreams:eurekastreams-web:war:2.0-SNAPSHOT
'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-checkstyle-plugin is missing. @ line 1064, column 21
It is highly recommended to fix these problems because they threaten the stability of your build.
For this reason, future Maven versions might no longer support building such malformed projects.
------------------------------------------------------------------------
Building Eureka Streams Web 2.0-SNAPSHOT
------------------------------------------------------------------------
The POM for org.jboss.aop:jboss-aop:jar:2.0.0-SNAPSHOT is missing, no dependency information available
The POM for org.jboss.javaee:jboss-jca-api:jar:1.5.0-SNAPSHOT is missing, no dependency information available
The POM for com.google.gwt:gwt-incubator:jar:2.1.0 is missing, no dependency information available
The POM for com.googlecode.gchart:gchart:jar:2.7 is missing, no dependency information available
[clean:clean]
[checkstyle:checkstyle]
[buildnumber:create]
Storing buildNumber: 20121217231059 at timestamp: 1355778659038
[dependency:unpack-dependencies]
Unpacking /home/khaled/.m2/repository/org/eurekastreams/eurekastreams-database/2.0-SNAPSHOT/eurekastreams-database-2.0-SNAPSHOT-resources.zip to
/home/khaled/NetBeansProjects/eurekastreams-master/web/target/unpack
with includes null and excludes:null
Unpacking /home/khaled/.m2/repository/org/eurekastreams/eurekastreams-sharedresources/2.0-SNAPSHOT/eurekastreams-sharedresources-2.0-SNAPSHOT-resources.zip to
/home/khaled/NetBeansProjects/eurekastreams-master/web/target/unpack
with includes null and excludes:null
[resources:resources]
Using 'UTF-8' encoding to copy filtered resources.
Copying 18 resources to features
Copying 11 resources to conf
Copying 588 resources to public
Copying 7 resources to db/schema
Copying 152 resources to db/migration
Copying 6 resources to db/scripts
Copying 3 resources
Copying 6 resources to scripts
--- maven-antrun-plugin:1.6:run (set db script permissions) @ eurekastreams-web ---
Executing tasks
main:
Executed tasks
[compiler:compile]
Compiling 553 source files to /home/khaled/NetBeansProjects/eurekastreams-master/web/target/classes
-------------------------------------------------------------
COMPILATION ERROR :
-------------------------------------------------------------
org/eurekastreams/web/client/ui/common/stream/renderers/RenderUtilities.java:[76,18] cannot find symbol
symbol : method isActive()
location: class org.eurekastreams.server.domain.stream.StreamEntityDTO
org/eurekastreams/web/client/ui/common/avatar/AvatarLinkPanel.java:[94,18] cannot find symbol
symbol : method isActive()
location: class org.eurekastreams.server.domain.stream.StreamEntityDTO
org/eurekastreams/web/client/ui/common/stream/comments/CommentPanel.java:[86,32] cannot find symbol
symbol : method isAuthorActive()
location: class org.eurekastreams.server.search.modelview.CommentDTO
3 errors
-------------------------------------------------------------
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 14.709s
Finished at: Mon Dec 17 23:11:08 EET 2012
Final Memory: 35M/302M
------------------------------------------------------------------------
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project eurekastreams-web: Compilation failure: Compilation failure:
/home/khaled/NetBeansProjects/eurekastreams-master/web/src/main/java/org/eurekastreams/web/client/ui/common/stream/renderers/RenderUtilities.java:[76,18] cannot find symbol
symbol : method isActive()
location: class org.eurekastreams.server.domain.stream.StreamEntityDTO
/home/khaled/NetBeansProjects/eurekastreams-master/web/src/main/java/org/eurekastreams/web/client/ui/common/avatar/AvatarLinkPanel.java:[94,18] cannot find symbol
symbol : method isActive()
location: class org.eurekastreams.server.domain.stream.StreamEntityDTO
/home/khaled/NetBeansProjects/eurekastreams-master/web/src/main/java/org/eurekastreams/web/client/ui/common/stream/comments/CommentPanel.java:[86,32] cannot find symbol
symbol : method isAuthorActive()
location: class org.eurekastreams.server.search.modelview.CommentDTO
-> [Help 1]
To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.
For more information about the errors and possible solutions, please read the following articles:
[Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException