Github user 243826 commented on a diff in the pull request:

    https://github.com/apache/incubator-apex-core/pull/153#discussion_r44502346
  
    --- Diff: engine/src/main/scripts/dtcli ---
    @@ -67,7 +67,7 @@ fi
     
     if [ -f "$MVN_GENERATED_PATH" ]; then
       # development launch mode
    -  DT_CORE_JAR="$BUILD_DIR/apex-engine.jar"
    +  DT_CORE_JAR=`find "$BUILD_DIR" -maxdepth 1 -regex 
".*\/apex-engine-.*[^tests]\.jar"`
    --- End diff --
    
    May be look at resource formatting. There is also another way to pass this 
kind of information through maven. If you can dig up jarpath source code, 
probably I had used something similar there.
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to