Standalone Deployment Archive build (preferably with Ant)
Is there any way to perform a standalone (command-line) build of a Service Assembly Deployable Archive?
In my local help files, I found a reference to this process:
JAVA_HOME/bin/java -jar ENV_HOME/BusinessStudio/startup.jar
[-clean] -refresh -application com.tibco.matrix.ant.task.service.jbi.assembly.AMXCreateDeployableArchive
-data "workspacepath" -saf "serviceassemblypath" -archive "archivepath"
which seems to reference an Ant task. Is there any documentation for how I can use that Ant task directly? This documented approach also claims to require the Business Studio project to be open, etc., which we also really don't want.
Ideally, we'd be able to build on a system that doesn't even have BS installed, just some requisite jars copied over. But even if we have to install BS, we certainly don't want to have to have it running to perform automated builds.
(I did try running that command from the command line, but it's complaining about not being able to find my saf file, even though I fully-specified the path to it. There are spaces in some components of the path name, but I put double-quotes around those paths and even tried with the directory short-names.)