roq-messaging / RoQ

RoQ, Elastically scalable MOM
21 stars 4 forks source link

RoQ simulation .jar is not in the build anymore #128

Closed sskhiri closed 11 years ago

sskhiri commented 11 years ago

Since the the RoQ Nightly build, we haven't got the the roq-simulation-1.0-SNAPSHOT-jar-with-dependencies.jar included in the build.

sskhiri commented 11 years ago

This is perhaps linked to the fact we call the mvn clean in post level processing. I would like to have a clean as pre- level processing. Any idea of what it could be ?

sskhiri commented 11 years ago

This is a bug of the post build script, we need to add a line for RoQ Simulation !

sskhiri commented 11 years ago

To add to the post build script:

  1. dans la section 2 SIMUL="$BUILD_LOCATION/org.roqmessaging\$roq-simulation/archive/org.roqmessaging/roq-simulation/1.0-SNAPSHOT/roq-simulation-1.0-SNAPSHOT-jar-with-dependencies.jar"
  2. Dans la section 2 (copy jar) cp $SIMUL $ROOT_FOLDER/lib
sskhiri commented 11 years ago

Updated on the jenkins server.