Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stellation-res] Windows port

On Thu, Dec 19, 2002 at 07:11:41AM -0500, Jonathan Gossage wrote:
> I have checked in a number of changes in stellation.core to support Windows.
> 

Thanks!

> The following files have changed:
> build-core.xml
> stellation.properties
> script/svc.bat
> script/svcserver.bat
> script/svcadmin.bat
> 
> The changes included the following:
> 1. Added tasks to generate binary and source zip files for Windows.

The current build script, current.xml,  now includes these zip files.

> 2. Moved the build.compiler property into stellation.property to make itr
> easier
> to select which compiler to use while building.

I had left 'build.compiler' out of stellation.properties, thinking this should
be done via Ant configuration.

> 3. Broke the "clean" task into two tasks so that the database is only
> cleaned if the property stellation.test.bypass is not set.
> 4. Added the property test.bypass to stellation.properties to facilitite
> control over running tests.

I had thought this property should only be set in $HOME/stellation.properties,
but there's no harm in having it in core's stellation.properties.

> 5. Upgraded the Windows batch files to use the new property names.
> 
> My next step will be to get the tests going with the Firebird database and
> then I will address the Ant install scripts.

I just added new target 'dist-src' to build-core.xml. Since source comes from
two places (cli, core) it's simpler to have separate target for source. I updated
tar-src and zip-src to depend on 'dist-src'.
> 
> I have not added any tags since I am uncertain how to do this.

 cvs tag jg-2002-12-19 


dave

-- 
Dave Shields, IBM Research, shields@xxxxxxxxxxxxxx. 


Back to the top