|
发表于 2017-6-6 21:04:26
|
显示全部楼层
需要把代码放到181行的target标签里- <target name="compileUI" if="compileUINeeded" depends="init" description="编译UI资源">
- <java classname="com.justep.deploy.app.utils.Builder" fork="true" dir="${justepHome}/tools/app-builder/lib" failonerror="true">
- <!-- <jvmarg value="-Xdebug" /> -->
- <!-- <jvmarg value="-Xrunjdwp:transport=dt_socket,address=8099,server=y,suspend=y" /> -->
- <classpath refid="ant.compileUI.classpath"></classpath>
- <arg value="compileUI"></arg>
- <arg value="--appPath=${appPath}"></arg>
- <arg value="--uiServerDir=${uiServerDir}"></arg>
- <arg value="${targetDir}"></arg>
- <arg value="${targetDir}"></arg>
- </java>
- <copy todir="${targetDir}/www${webPath}/v-d-zh_CN-/system\components\bootstrap\lib\css" overwrite="true">
- <fileset dir="${justepHome}\model\UI2\system\components\bootstrap\lib\css">
- <include name="bootstrap.min.css" />
- <include name="bootstrap-theme.min.css" />
- </fileset>
- </copy>
- </target>
复制代码
|
|