Expand my Community achievements bar.

SOLVED

lcds 3.1 ant/command line model deploy?

Avatar

Former Community Member

I'm in the process of configuring hudson to automate our managed environment builds for our lcds projects I've got the code compiling currently through the <fb.exportReleaseBuild project="testESN" />  task using the eclipse ant build.  does any know if the fb.exportReleaseBuild task or if there is another task to generate/deploy the model as part of the build?  our CM environment has its own lcds server.  I will be migrating the current build to a standard ant build using mxmlc task.  I noticed in the .fml file the <FbEntityProperties> hard wires the rootUrl to a specific host.

thanks in advance    

chuckles

1 Accepted Solution

Avatar

Correct answer by
Employee

You can deploy the model by copying it to the WEB-INF/datamodel directory of your web application.

There is currently no Java client to deploy a model to a running server.

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

You can deploy the model by copying it to the WEB-INF/datamodel directory of your web application.

There is currently no Java client to deploy a model to a running server.

Avatar

Former Community Member

thanks, I will modify my hudson script to act accordingly