Changeset 1265


Ignore:
Timestamp:
03/22/19 10:34:53 (5 years ago)
Author:
davidb
Message:

Adding in a new target to run expeditee with the multiuser/authentication features active

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r1115 r1265  
    197197        </target>
    198198
     199        <target name="run-fresh-login">
     200          <java classname="org.apollo.ApolloSystem" failonerror="true" fork="yes">
     201            <classpath refid="classpath.exp"/>
     202            <classpath>
     203              <pathelement location="${build.dir.exp}"/>
     204            </classpath>
     205            <jvmarg value="-Dexpeditee.home=${user.dir}/expeditee-fresh"/>
     206            <jvmarg value="-Dauth=true"/>
     207          </java>
     208        </target>
     209
    199210
    200211
Note: See TracChangeset for help on using the changeset viewer.