| 169 | | <stubInitConfig configPath="${stubbles.projects.path}/${first.project}/config"/> |
|---|
| 170 | | <stubInitClassLoader/> |
|---|
| 171 | | <foreach list="${projects}" param="stubbles.project" target="generate-client-project"/> |
|---|
| | 169 | <if> |
|---|
| | 170 | <isset property="first.project"/> |
|---|
| | 171 | <then> |
|---|
| | 172 | <stubInitConfig configPath="${stubbles.projects.path}/${first.project}/config"/> |
|---|
| | 173 | <stubInitClassLoader/> |
|---|
| | 174 | <foreach list="${projects}" param="stubbles.project" target="generate-client-project"/> |
|---|
| | 175 | </then> |
|---|
| | 176 | <else> |
|---|
| | 177 | <echo>No project to generate JSON-RPC proxies for.</echo> |
|---|
| | 178 | </else> |
|---|
| | 179 | </if> |
|---|