简体   繁体   English

编译错误ADF-jdeveloper

[英]compile error ADF-jdeveloper

I have error, when i try compile project 我尝试编译项目时出现错误

<?xml version = '1.0' encoding = 'UTF-8'?>
        <markers xmlns="http://xmlns.oracle.com/jdeveloper/110000ide-markers">
           <list n="markers">
              <hash>
                 <value n="code" v="0"/>
                 <value n="column" v="33"/>
                 <value n="description" v="Error(15,33): expecting '}', found ')' @ line 15, column 33."/>
                 <list n="events">
                    <hash>
                       <value n="event-description" v="Rebuild AgreementsTab.jpr"/>
                       <value n="event-id" v="f873829b-b9ed-43b9-bebd-87b1f37a7b34"/>
                       <value n="event-timestamp" v="1500964315640"/>
                    </hash>
                 </list>
                 <value n="id" v="682fb1ce-a184-4887-b32c-79af1c9c3453"/>
                 <value n="lastUpdated" v="1500964325979"/>
                 <value n="line" v="15"/>
                 <url n="markableURL" path="../../../JDeveloper/mywork/agreements_tab_rebuild/AgreementsApp.jws"/>
                 <value n="severity" v="0"/>
                 <value n="timestamp" v="1500964325870"/>
                 <value n="type" v="oracle.jdeveloper.compiler.CompilerProblemMarker"/>
              </hash>
           </list>
        </markers>

.jws file don't have ) and What reason this error? .jws文件没有),什么原因导致此错误?

 15 Line:  <value n="oracle.adfdtinternal.model.ide.security.extension.AdfSecurityMigrator" v="11.1.1.1.0.13"/>

How solve this problem? 如何解决这个问题?

I encountered a similar kind of error in my application. 我在应用程序中遇到了类似的错误。

Error(17,19): expecting ')', found '=' @ line 17, column 19.

But, later I found that there was an syntax error in one of the Groovy expressions. 但是,后来我发现其中一个Groovy表达式存在语法错误。

So, you can check the *.bcs files for the error in your application. 因此,您可以在*.bcs文件中检查应用程序中的错误。

I hope this helps you. 我希望这可以帮助你。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM