Ant build scripts, antcall, dependencies, etc

后端 未结 3 984
野性不改
野性不改 2021-01-31 17:56

I have a build script and as part of that script it copies a jar file to a directory, for ease lets call it the utils jar. the utils jar is built by another build script sittin

3条回答
  •  悲&欢浪女
    2021-01-31 18:02

    You can pass params down to antcall using nested in the antcall block. So, you can pass the properties down that way (probably even basedir since properties are immutable).

提交回复
热议问题