RAD runAnt.sh失败

时间:2019-07-12 23:55:46

标签: build ant rad ibm-rational

我已经干净安装了Rational Application Developer(RAD)v9.7和传统的Websphere Application Server(WAS)for Developers v8.5.5.15。我正在尝试使用runAnt.sh脚本导出EAR文件无头模式。尽管我遵循knowledge center上的步骤,但是在RAD的“ .log”文件中却出现以下错误。如果您知道出了什么问题,也可以让我知道。

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.packagename.phase1challenge">

    <uses-permission android:name="android.permission.INTERNET"/>

    <application
        android:allowBackup="true"
        android:icon="@mipmap/ic_launcher"
        android:label="@string/app_name"
        android:roundIcon="@mipmap/ic_launcher"
        android:supportsRtl="true"
        android:theme="@style/AppTheme">
        <activity android:name=".ProfileActivity" android:label="@string/profile_label" android:parentActivityName=".MainActivity"/>
        <activity android:name=".WebViewActivity" android:label="@string/about_label" android:parentActivityName=".MainActivity"/>
        <activity android:name=".MainActivity" android:label="@string/main_label">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />

                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>

        <meta-data
            android:name="preloaded_fonts"
            android:resource="@array/preloaded_fonts" />
    </application>

</manifest>

1 个答案:

答案 0 :(得分:0)

如果有一天有人遇到此错误,我会在此处写下答案。 如here所述的临时修订:Rational-RAD-PH06298ifix-ifix解决了该问题。