Help - The working directory uses numbers instead of the project names

2006-02-24 Thread Michael Mattox
This is causing us problems for the website and also for our source paths (a project uses a src/main/config from another project). Each time we regenerate the working directory we have new numbers. So instead of common we have 147. Is there something we missed in the configuration? -Michael

Re: Adding Build Time to Projects Summary Page

2006-02-24 Thread Richard C. L. Li
Not possible even by altering the Summary.vm template? Emmanuel Venisse wrote: No, it isn't possible. File an issue for this feature. Emmanuel Richard C. L. Li a écrit : Hi, Is there any way to add a column of the ending date and time of the latest build in the project summary page?

Re: Adding Build Time to Projects Summary Page

2006-02-24 Thread Emmanuel Venisse
you can but you'll need to readd it in continuum-web.jar because this file is always unpack at each restart. $date.format('medium',$latestBuild.endTime) Emmanuel Richard C. L. Li a écrit : Not possible even by altering the Summary.vm template? Emmanuel Venisse wrote: No, it isn't

Re: Help - The working directory uses numbers instead of the project names

2006-02-24 Thread Michael Mattox
No, you don't have missed something. Actually, you can't choose the working directory. Why do you use some files from an other project? Thses files are included in generated artifact? Emmanuel -- I'm talking about resource files. They're not included in the jars we produce. So we have this:

Not building EAR for an application

2006-02-24 Thread Sanjay Choudhary
Hi All, We hv. and application building thru continuum Our application is a normal J2EE application pom.xml EAR Project EJB1 Project EJB2 Project Jar Project Jar Project War Project Each of them has pom.xml. Now if we have change in Jar Project and EJB1 project, continuum builds the