first round of NRPA changes:
- added color customization in render-config.xml - added ability to scale size of Venice logo in footer - added ability to customize size of site logo, as well as add a hyperlink - moved to use of LOG4J 1.1.3, LOG4J now installed in Venice lib directory instead of in JRE extensions directory (only Java extensions should go in JRE extensions directory) - close to requiring JAXP 1.1 (will still work with 1.0 though)
This commit is contained in:
@@ -56,8 +56,14 @@
|
||||
|
||||
<!-- Compile all the Java source -->
|
||||
<target name="compile" depends="prepare">
|
||||
<javac srcdir="src" destdir="${deploy.home}/WEB-INF/classes" classpath="${deploy.home}/WEB-INF/classes"
|
||||
debug="on" optimize="off" deprecation="off"/>
|
||||
<javac srcdir="src" destdir="${deploy.home}/WEB-INF/classes" debug="on" optimize="off" deprecation="on">
|
||||
<classpath>
|
||||
<fileset dir="${deploy.home}/WEB-INF/lib">
|
||||
<include name="**/*.jar"/>
|
||||
</fileset>
|
||||
<pathelement location="${deploy.home}/WEB-INF/classes"/>
|
||||
</classpath>
|
||||
</javac>
|
||||
<copy todir="${deploy.home}/WEB-INF/classes">
|
||||
<fileset dir="src" includes="**/*.properties"/>
|
||||
</copy>
|
||||
|
||||
Reference in New Issue
Block a user