
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
24/Jan/05 04:39 PM
|
|
In Build.xml there is a "buildworld" target which performs a bunch of targets and then "jars". There is no targe
<!-- Build insane product jars -->
<antcall target="clobber"/>
<antcall target="insane"/>
<antcall target="all"/>
<antcall target="jars"/>
<!-- Build sane product jars -->
<antcall target="clobber"/>
<antcall target="sane"/>
<antcall target="all"/>
<antcall target="jars"/>
<!-- Build everything else -->
<antcall target="javadoc"/>
|
|
Description
|
In Build.xml there is a "buildworld" target which performs a bunch of targets and then "jars". There is no targe
<!-- Build insane product jars -->
<antcall target="clobber"/>
<antcall target="insane"/>
<antcall target="all"/>
<antcall target="jars"/>
<!-- Build sane product jars -->
<antcall target="clobber"/>
<antcall target="sane"/>
<antcall target="all"/>
<antcall target="jars"/>
<!-- Build everything else -->
<antcall target="javadoc"/>
|
Show » |
| There are no subversion log entries for this issue yet.
|
|