create one unique directroy for my project with the timestamp format. Please help me

2015-05-16 Thread Aitor Iturriondobeitia
Hello i am trying, during several days, to buids my proyects, copy my configurations... to one directory thsi directory must be unique and the name must to have the timestap format (MMdd-HH.mm.ss) i cannot, i am unable to get it. can you help me please? i have the next project structure. i

Re: create one unique directroy for my project with the timestamp format. Please help me

2015-05-16 Thread Aitor Iturriondobeitia
hello i must to generate the ears, conf files, and jboss modules into these structure because It is the structure that have forced me to generate. his structure is essential only for management issues . my projects have a maven structure but need to copy the artifacts ( ears , jboss modules ,

Re: create one unique directroy for my project with the timestamp format. Please help me

2015-05-16 Thread Karl Heinz Marbaise
Hi, based on Ron's questions you seemed to be not answering his questions... Kind regards Karl Heinz Marbaise On 5/16/15 5:56 PM, Aitor Iturriondobeitia wrote: hello thanks for your answer my pourpose is : 1.- create one dir, for example: 20150516-17.22.12 2.- into this directory create for

Re: create one unique directroy for my project with the timestamp format. Please help me

2015-05-16 Thread Ron Wheeler
What are you trying to accomplish? What configuration files? What are you trying to build as an application? What is the purpose of the time stamp? Ron On 16/05/2015 10:50 AM, Aitor Iturriondobeitia wrote: Hello i am trying, during several days, to buids my proyects, copy my

Re: create one unique directroy for my project with the timestamp format. Please help me

2015-05-16 Thread Aitor Iturriondobeitia
hello thanks for your answer my pourpose is : 1.- create one dir, for example: 20150516-17.22.12 2.- into this directory create for each maven project the artifact, this is: when i comple the 5 ears to copy to thar dir (20150516-17.22.12) copy the configuration to that dir this structure i must

Re: create one unique directroy for my project with the timestamp format. Please help me

2015-05-16 Thread Dan Tran
@Aitor, Looks like you want to assemble a bunch of artifact into a directory with root directory has a timestamp format 1. Create a Maven project with its src/main/runtime has the static contents pom.xml src/main/runtime app1