[Mdarad-toolbox-devs] Veloedit

2006-03-06 Thread François Eric
Hey, Just to let you know I'm using a tool called veloedit (plugin in eclipse) that does syntax highlighting edition for Velocity templates. Not a breakthrough but it saves a lot of time for calling macros and making sure you've closed all your loops or conditions. I haven't looked at all

[Mdarad-toolbox-devs] ServiceLocator and struts-config maintenance

2006-03-15 Thread François Eric
Hi, I will be checking in modifications for the maintenance of the ServiceLocator and for the struts-config. - ServiceLocator now extends ServiceLocatorBase (which contains all the generated information). Therefore, to modify something or to add something, use the ServiceLocator file. -

[Mdarad-toolbox-devs] IMPORTANT: Merging to SVN

2006-04-03 Thread François Eric
Hi, Since there have been regular problems with CVS, I will be migrating mdarad-toolbox to subversion (SVN). Therefore, in a few days (time for tests), you will not be able to checkout mdarad through CVS. If you use Eclipse, a good plugin for SVN is: http://subclipse.tigris.org/ Otherwise

Re: [Mdarad-toolbox-devs] IMPORTANT: Merging to SVN

2006-04-03 Thread François Eric
(even though you sort of created a new one!). Post-actions: You can now copy your modified files over the new checked out subversion ones and commit your changes. Hope this helps, François François Eric wrote: Hi, Since there have been regular problems with CVS, I will be migrating mdarad

[Mdarad-toolbox-devs] CruiseControl and Subversion

2006-04-03 Thread François Eric
Hi, In addition to migrating mdarad-toolbox to subversion, I have updated the cruisecontrol scripts. As you know these scripts need to update, checkout and/or label from the RCS (revision control system). Therefore, I have modified the builds to use SVN. Before you can use the newly

[Mdarad-toolbox-devs] Timestamp Datetime requirement

2006-04-13 Thread François Eric
Hi, Phil, here are the Timestamp datatime datatype requirement: - Timestamp: contains day, month, year, hours, minutes, seconds, milliseconds - Datetime: contains day, month, year, hours, minutes, seconds I have already modified the TimestampDataIslandFormat to work with the backend but it

[Mdarad-toolbox-devs] Re: Timestamp Datetime requirement

2006-04-17 Thread François Eric
that would still needs to be done. Thanks, François François Eric wrote: Hi, Phil, here are the Timestamp datatime datatype requirement: - Timestamp: contains day, month, year, hours, minutes, seconds, milliseconds - Datetime: contains day, month, year, hours, minutes, seconds I have already

[Mdarad-toolbox-devs] New HighVolumeAssociationEnd Stereotype

2006-07-28 Thread François Eric
Hi, I added a new stereotype for HighVolumeAssociation ends. This changes the functionality for the selection of such associations (only many to one or one to one associations). Instead of having a dropdown with all the elements (which can be huge), there will be an input box with a select

[Mdarad-toolbox-devs] SrcTemplates

2006-08-30 Thread François Eric
Hi, - Problem: Differentiating custom source files and the templates source files (i.e. the files found under mdarad-genapp/templates/src). It was indeed complicated to know which are custom files and which are simple templates. - Solution: Creating a srcTemplates directory under the

Re: [Mdarad-toolbox-devs] CreateException with petstore sample

2006-09-12 Thread François Eric
in case, get the svn version (we have it running under continuous integration). By the way, I suggest you test with the sample totaltest rather than petstore. It shows off more of the generated functionalities of the application. François Eric a écrit : Hi Danny, We should really be doing