Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tigerstripe-dev] Tigerstripe Meeting

Title: Re: [tigerstripe-dev] Tigerstripe Meeting
My quick notes on the meeting:

Present: Jim, Duncan, Richard, Eric
Notes:
  • 0.4.6 RC1 was posted on download site last Friday.
    • Notified Steve/Chris internally. Haven’t heard back yet.
    • Richard to mention this to Marc
    • Jim to finish some UI polishing for the final release.
  • Automation for UI Test Runs
    • Eric made progress on problems with Ant build on Windows.
    • Looking more promising now.
  • Project meta-data needs update on Eclipse.org.
    • Eric to update, and reflect release at the same time as the next Eclipse joint release as agreed.
  • “Src” is the current “kinda-of-hardcoded-but-no-really” base repository for models.
    • this needs to be more flexible. Will need a change by 0.5
    • To get the base repository for a model:

    ITigerstripeModelProject proj = ....
    String repo = ((((TigerstripeOssjProjectHandle) project).getBaseRepository();

This will typically return “src/”

Eric


On 4/6/09 7:17 AM, "Eric Dillon" <erdillon@xxxxxxxxx> wrote:

Hi Tigerstripe Developers,

The usual gentle reminder for our community call at 8am PDT.
The meeting id is 25124081970. All details at http://wiki.eclipse.org/Tigerstripe_Community_Meetings

On the agenda:
  • 0.4.6 maintenance release build.
  • Progress on automated testing...
  • the “src” dir for Tigerstripe artifacts
  • AOB

Could be a quick call :-)
Eric

_______________________________________________
tigerstripe-dev mailing list
tigerstripe-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tigerstripe-dev

Back to the top