Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ormf-dev] Agenda for conference call on 2 Nov 2008

Hi,

I have added Cruise Control example screen shots.

Regards,

Note: Project is selected randomly and ant script is only example.

Yahya

2008/11/2 Yahya ÖZTÜRK <yahyaozturk@xxxxxxxxx>

Hi,

I have sent a document which covers my thoughts for meeting agenda. I am going to meet the conference tomorrow. Please examine my CM report about ORMF.

 

See you tomorrow

 

Regards,



2008/10/29 Barbara Rosi-Schwartz <Barbara.Rosi-Schwartz@xxxxxxxxx>

Hi.

Here's a list of issues that we would like to discuss this coming Sunday:

1) Collaborative meeting minute taking
2) Round robin
3) Modelling
4) Vertical participation in architecture
5) Functional testing: Achim's plan and beyond
6) CM: status
7) Requirements standards survey: report

As usual, please add to this thread any other issues you may want to raise.
_______________________________________________
ormf-dev mailing list
ormf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ormf-dev




--
Saygılarımla
Yahya ÖZTÜRK

Attachment: CCtray.JPG
Description: JPEG image

<cruisecontrol>
  <project name="ORMF_Example" buildafterfailed="true">

    <listeners>
      <currentbuildstatuslistener file="logs/ORMF_Example/status.txt"/>
    </listeners>
	

	<modificationset quietperiod="180">
      <svn RepositoryLocation="https://dev.eclipse.org/svnroot/technology/org.eclipse.ormf/trunk/plugins/ormf/org.eclipse.ormf.client.editorcontrib"; />
    </modificationset>

    <schedule Interval="60">
      <ant antscript="C:\Program Files\CruiseControl\apache-ant-1.7.0\bin\ant.bat"
           buildfile="C:\ORMF\trunk\plugins\ormf\org.eclipse.ormf.client.editorcontrib\ORMFExample.xml"
           target="compile"
           uselogger="true"
           usedebug="false"/>
    </schedule>

    <log dir="logs/ORMF_Example"/>

      <publishers>
      <currentbuildstatuspublisher file="logs/ORMF_Example/buildstatus.txt"/>
    </publishers>
  </project>
</cruisecontrol>

Attachment: dashboard.JPG
Description: JPEG image

Attachment: Feed View.JPG
Description: JPEG image

Attachment: Jmx View.JPG
Description: JPEG image

<project>
    <target name="compile">
		<echo>Build Successful</echo>
    </target>
</project>

Back to the top