[M3devel] CM3 Release Engineering Status

Randy Coleburn rcoleburn at scires.com
Thu Jul 23 17:10:42 CEST 2009


Olaf:
 
My browser is reporting a problem with the security certificate used
for these web pages.
 
I can work on "install.cmd" for you.
 
I haven't had any crash with cm3ide.  If someone can give details, I'll
try to check into it.
 
With regard to #1007, I already sent in the script you requested.  Here
it is again.
 
Your script can be expressed in Windows .CMD format as follows:
 
REM ---BEGIN---
@echo off
for %%p in (m3-win\import-libs; ... m3-comm\tcp;) do call :ShipIt %%p
goto End
 
:ShipIt
echo ...shipping %1...
pushd %1
cm3 -ship %SHIPARGS%
popd
echo.
goto :EOF
 
:End
echo done
@echo on
REM ---END---
 
Of course, the REM lines at the beginning/end are optional, I just put
them there to show start/end of the script.  Also, you would want to
replace "m3-win\import-libs; ... m3-comm\tcp;" with the actual list of
folders to be processed.  You can separate them by blank spaces or
semi-colons, but if you have a path with an embedded space, you will
need to put double quotes around the path.
 
FYI:  If your list of paths is in a text file, there is another form of
the FOR command that would work to process the list from that file.
 
I don't mind writing .CMD files, so if you and Jay want some help in
this area, I am willing to volunteer.
 
Regards,
Randy Coleburn

>>> Olaf Wagner <wagner at elegosoft.com> 7/23/2009 9:42 AM >>>
I updated the roadmap in our trac

   https://projects.elego.de/cm3/roadmap 

and created several tickets, see

   https://projects.elego.de/cm3/timeline 

This morning I moved the RC2 tag to a position which should
now be almost stable (hopefully), but I don't really know yet.
Many tests are pending.

Any help on resolving the tickets and other issues not yet
recorded in trac will be appreciated. I'm not sure if we can cope
with all the tasks during the weekend; I'll move the milestone
date if necessary.

Please write a ticket for every issue that is related to one of
the release milestones (one on the formsedit crash is still missing,
for example).

Again, if you need access to trac, let me know; the web admin GUI
is broken and I need to add accounts and passwords from the command
line.

Olaf
-- 
Olaf Wagner -- elego Software Solutions GmbH
                Gustav-Meyer-Allee 25 / Gebäude 12, 13355 Berlin,
Germany
phone: +49 30 23 45 86 96  mobile: +49 177 2345 869  fax: +49 30 23 45
86 95
    http://www.elegosoft.com | Geschäftsführer: Olaf Wagner | Sitz:
Berlin
Handelregister: Amtsgericht Charlottenburg HRB 77719 | USt-IdNr:
DE163214194



CONFIDENTIALITY NOTICE:  This email and any attachments are intended
solely for the use of the named recipient(s). This e-mail may contain
confidential and/or proprietary information of Scientific Research
Corporation.  If you are not a named recipient, you are prohibited from
making any use of the information in the email and attachments.  If you
believe you have received this email in error, please notify the sender
immediately and permanently delete the email, any attachments, and all
copies thereof from any drives or storage media and destroy any
printouts of the email or attachments.

EXPORT COMPLIANCE NOTICE:  This email and any attachments may contain
technical data subject to U.S export restrictions under the
International Traffic in Arms Regulations (ITAR) or the Export
Administration Regulations (EAR).  Export or transfer of this technical
data and/or related information to any foreign person(s) or entity(ies),
either within the U.S. or outside of the U.S., may require export
authorization by the appropriate U.S. Government agency prior to export
or transfer.  In addition, technical data may not be exported or
transferred to certain countries or specified designated nationals
identified by U.S. embargo controls without prior export authorization. 
By accepting this email and any attachments, all recipients confirm that
they understand and will comply with all applicable ITAR, EAR and
embargo compliance requirements.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://m3lists.elegosoft.com/pipermail/m3devel/attachments/20090723/4b2b671c/attachment-0002.html>


More information about the M3devel mailing list