J'ai ip dynamique et je cherche a faire des elleves j'ouvre le fichier config avec bloc notes je config et sa me met pas d'eleve enfin ché pas comment executer le fichier
<?xml version="1.0" encoding="UTF-8" ?>
- <beans
xmlns="http://www.springframework.org/schema/beans
"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instan
ce"
xmlns:tx="http://www.springframework.org/schema/tx
"
xsi:schemaLocation="http://www.springframework.org
/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee-2.5.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd">
- <bean id="creationKeyGenerator"
class="labrute.creation.WebCreationKeyGeneratorImp
l">
<constructor-arg ref="connectionManager" />
<constructor-arg value="http://brutalcombo.somee.com/create.aspx" />
</bean>
- <bean id="fightKeyGenerator" class="labrute.fight.WebFightKeyGeneratorImpl">
<constructor-arg ref="connectionManager" />
<constructor-arg value="http://brutalcombo.somee.com/fight.aspx" />
</bean>
<bean id="nameGenerator" class="labrute.name.RandomNameGeneratorImpl" />
<bean id="gfxGenerator" class="labrute.gfx.RandomGfxGeneratorImpl" />
<bean id="pupilCreator" class="labrute.creation.PupilCreator" autowire="constructor" />
- <bean id="createPupilsMI" class="labrute.ui.CreatePupilsMenuItem" autowire="constructor">
<property name="labelKey" value="SwingUI.pupilCreation" />
<property name="delay" value="60" />
- <property name="template1">
- <bean class="labrute.creation.PupilTemplate">
<property name="domain" value="FR" />
<property name="master" value="Extazie78" />
<property name="password" value="0000" />
</bean>
</property>
- <property name="template2">
- <bean class="labrute.creation.PupilTemplate">
<property name="domain" value="FR" />
<property name="master" value="Extazie78" />
<property name="password" value="0000" />
</bean>
</property>
</bean>
- <bean id="ipResetter" class="labrute.ip.ExternalIPResetter">
<property name="command"
value="C:\Users\gilles\Documents\Downloads\brutal-
combo-1.0-rc1/ResetIP.bat"/>
" />
</bean>
</beans>
J'ai tous config comment on envoie pour faire les eleeves