1 |
< |
<!-- build file for server --> |
1 |
> |
<!-- build file for i-scream CMS server --> |
2 |
> |
<!-- $Id$ --> |
3 |
> |
|
4 |
|
<project name="iscream-server" default="usage"> |
5 |
|
|
6 |
|
<!-- |
45 |
|
|
46 |
|
clean - clean all generated files |
47 |
|
distclean - remove 'fetched' libraries + clean |
48 |
+ |
|
49 |
+ |
Recommend to run the following target order: |
50 |
+ |
|
51 |
+ |
fetch packageutil package javadoc install |
52 |
|
</echo> |
53 |
|
</target> |
54 |
|
|
63 |
|
--> |
64 |
|
|
65 |
|
<!-- this uses static names, which is messy --> |
66 |
< |
<!-- fullcleanup target has same problem --> |
66 |
> |
<!-- distclean target has same problem --> |
67 |
|
<target name="fetch" depends="config"> |
68 |
|
<get |
69 |
|
src="${LIBURL}/crimson.jar" |
103 |
|
<target name="idl" depends="config"> |
104 |
|
<echo message="Generating Java source from IDL"/> |
105 |
|
<java classname="${IDLPARSER}"> |
106 |
< |
<arg line="-d ${IDLDIR} ${IDLFILE}"/> |
106 |
> |
<arg line="-sloppy_names -d ${IDLDIR} ${IDLFILE}"/> |
107 |
|
<classpath path="${IDLPARSERJAR}"/> |
108 |
|
</java> |
109 |
|
</target> |