ouvert_a_tous:dafop_2014:mercurial:build_xml_creation_branches_2-f-compile

Création d'une branche "feature" : f-compile

Le but est ici d'écrire un fichier build.xml qui va permettre de compiler correctement les fichiers en fonction de l'arborescence de travail de l'outil de développement choisi.

Ici, elle est proche de celle de Netbeans. H:\essais\build_xml_clone_pour_f-compile>hg update -r 0

resolving manifests
 branchmerge: False, force: False, partial: False
 ancestor: 6bb137890448, local: 6bb137890448+, remote: 5b4782aaddd2
 .hgtags: other deleted -> r
 LISEZMOI.txt: other deleted -> r
 build.xml: other deleted -> r
removing .hgtags
removing LISEZMOI.txt
removing build.xml
updating: build.xml 3/3 files (100.00%)
0 files updated, 0 files merged, 3 files removed, 0 files unresolved

H:\essais\build_xml_clone_pour_f-compile>hg update -r default
resolving manifests
 branchmerge: False, force: False, partial: False
 ancestor: 5b4782aaddd2, local: 5b4782aaddd2+, remote: 6bb137890448
 .hgtags: remote created -> g
 LISEZMOI.txt: remote created -> g
 build.xml: remote created -> g
getting .hgtags
getting LISEZMOI.txt
getting build.xml
updating: build.xml 3/3 files (100.00%)
3 files updated, 0 files merged, 0 files removed, 0 files unresolved

H:\essais\build_xml_clone_pour_f-compile>hg branch f-compile
marked working directory as branch f-compile
(branches are permanent and global, did you want a bookmark?)

H:\essais\build_xml_clone_pour_f-compile>hg commit -u bruno -m "Ajout branche f-compile (feature-compile) depends #7"

calling hook commit.lfiles: hgext.largefiles.reposetup.checkrequireslfiles
committed changeset 12:e265147ba527d6ef7e38b43b11ecd0631768a9fd

Modification du fichier build.xml

Le_dossier du projet
│
├───src
│    └───domaine
│         └───Commune.java
│         └───....
│   
├───lib
│    └───junit
│    │     └───junitX.Y.jar
│    │     └───....
│    │
│    └───pmd
│         └───....
│  
└───test

Les dossiers src, test et ib ne seront jamais effacés

  • ouvert_a_tous/dafop_2014/mercurial/build_xml_creation_branches_2-f-compile.txt
  • Dernière modification : 2022/12/03 07:45
  • de 127.0.0.1