You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "Huizhi Lu (JIRA)" <ji...@apache.org> on 2016/09/02 07:45:22 UTC

[jira] [Commented] (EAGLE-517) develop branch is actually broken with missing dependencies

    [ https://issues.apache.org/jira/browse/EAGLE-517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457823#comment-15457823 ] 

Huizhi Lu commented on EAGLE-517:
---------------------------------

Ccurrent develop branch has replaced eagle-webservice with eagle-server. So eagle-webservice is not necessary in develop branch any more.

Eagle-webservice is kept Branch 0.3.x and 0.4.x which have been released.

So I would build eagle-server and run it instead of eagle-webservice.
Run eagle-server with this class in your intellij.
incubator-eagle/eagle-server/src/main/java/org/apache/eagle/server/ServerMain.java

> develop branch is actually broken with missing dependencies
> -----------------------------------------------------------
>
>                 Key: EAGLE-517
>                 URL: https://issues.apache.org/jira/browse/EAGLE-517
>             Project: Eagle
>          Issue Type: Bug
>    Affects Versions: v0.5.0
>            Reporter: Jayesh
>             Fix For: v0.5.0
>
>
> I see that module: eagle-application-management is removed (dont have more context)  in develop branch (but it is there in master branch).
> so here are some issues it has caused: ( or not sure if this is simply left over usages that needs to be removed )
> 1) it makes "com.typesafe.akka" dependency for module: eagle-webservice go missing because it is not added to any other or respective pom.
> 2) ApplicationSchedulerListener.java has invalid imports
> {code} 
> import org.apache.eagle.service.application.AppManagerConstants;
> import org.apache.eagle.stream.application.scheduler.ApplicationScheduler;
> {code}
> and it still uses class constant like {code} AppManagerConstants.APP_COMMAND_LOADER_ENABLED {code}
> Also, same with EagleServiceProfileInitializer.java
> {code}
> import org.apache.eagle.stream.application.scheduler.ApplicationScheduler;
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)