Use the Retroweaver verifier to ensure we're not referencing unweavable
1.5isms. git-svn-id: https://samskivert.googlecode.com/svn/trunk@1816 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -237,7 +237,14 @@
|
||||
classname="com.rc.retroweaver.ant.RetroWeaverTask"/>
|
||||
<mkdir dir="${deploy.dir}/retro"/>
|
||||
<weave inputjar="${deploy.dir}/${app.name}.jar"
|
||||
outputjar="${deploy.dir}/retro/${app.name}.jar"/>
|
||||
outputjar="${deploy.dir}/retro/${app.name}.jar" failonerror="true">
|
||||
<classpath>
|
||||
<pathelement location="/usr/local/jdk1.4/jre/lib/rt.jar"/>
|
||||
<pathelement location="lib/retroweaver-rt-1.2.2.jar"/>
|
||||
<pathelement location="dist/retro/samskivert.jar"/>
|
||||
<fileset dir="lib" includes="**/*.jar"/>
|
||||
</classpath>
|
||||
</weave>
|
||||
</target>
|
||||
|
||||
<!-- generate a class hierarchy diagram -->
|
||||
|
||||
Reference in New Issue
Block a user