Skip to content
Snippets Groups Projects
Select Git revision
  • 07ce37542ce3ac0320244aeefaa0ab747b903996
  • clf default protected
  • kinetic
  • hydro
  • indigo
  • obsolete/master
  • groovy
  • 0.3.2
  • 0.3.1
  • 0.3.0
  • 0.1.35
  • 0.2.4
  • 0.2.3
  • 0.2.2
  • 0.2.1
  • 0.1.34
  • 0.1.33
  • 0.1.32
  • 0.1.31
  • 0.1.30
  • 0.1.29
  • 0.1.28
  • 0.1.27
  • 0.2.0
  • 0.1.26
  • 0.1.25
  • 0.1.24
27 results

15.rosjava.sh.em

Blame
  • 15.rosjava.sh.em 585 B
    #!/bin/sh
    
    @[if DEVELSPACE]@
    SCRIPT=@(CMAKE_CURRENT_SOURCE_DIR)/generate_environment_variables.py
    @[else]@
    SCRIPT=@(CMAKE_INSTALL_PREFIX)/share/rosjava_build_tools/generate_environment_variables.py
    @[end if]@
    
    export ROS_MAVEN_PATH="`python ${SCRIPT} --maven-path`"
    export ROS_MAVEN_DEPLOYMENT_REPOSITORY="`python ${SCRIPT} --maven-deployment-repository`"
    export ROS_MAVEN_REPOSITORY="`python ${SCRIPT} --maven-repository`"
    export ROS_LOCAL_MAVEN_REPOSITORY="`python ${SCRIPT} --local-maven-repository`"
    export ROS_MAVEN_SETTING_XML_CONTENT="`python ${SCRIPT} --create-maven-settings`"