Thread overview
DWT Tango SVN minor bug
Sep 14, 2008
BLS
Sep 14, 2008
Frank Benoit
Sep 14, 2008
BLS
Sep 14, 2008
Frank Benoit
Sep 14, 2008
BLS
Sep 14, 2008
Frank Benoit
Sep 14, 2008
Mike James
September 14, 2008
imports for tango.io.xxx should become tango.io.device.xxx
(just 3 files)
bjoern

C:\dwt\dwt-win>dsss build -version=TANGOSVN
Creating imports for DD-dwt

dwt => DD-dwt
dwt\dwthelper\FileInputStream.d(10): module FileConduit cannot read file 'tango\
io\FileConduit.d'
Command c:\dsss\bin\rebuild.exe returned with code 1, aborting.
Error: Command failed, aborting.

C:\dwt\dwt-win>dsss build -version=TANGOSVN
Creating imports for DD-dwt

dwt => DD-dwt
dwt\dwthelper\FileOutputStream.d(11): module FileConduit cannot read file 'tango
\io\FileConduit.d'
Command c:\dsss\bin\rebuild.exe returned with code 1, aborting.
Error: Command failed, aborting.

C:\dwt\dwt-win>dsss build -version=TANGOSVN
Creating imports for DD-dwt

dwt => DD-dwt
dwt\dwthelper\InflaterInputStream.d(15): module Conduit cannot read file 'tango\
io\Conduit.d'
Command c:\dsss\bin\rebuild.exe returned with code 1, aborting.
Error: Command failed, aborting.
September 14, 2008
BLS schrieb:
> imports for tango.io.xxx should become tango.io.device.xxx
> (just 3 files)
> bjoern
> 
> C:\dwt\dwt-win>dsss build -version=TANGOSVN
> Creating imports for DD-dwt
> 
> dwt => DD-dwt
> dwt\dwthelper\FileInputStream.d(10): module FileConduit cannot read file
> 'tango\
> io\FileConduit.d'
> Command c:\dsss\bin\rebuild.exe returned with code 1, aborting.
> Error: Command failed, aborting.
> 
> C:\dwt\dwt-win>dsss build -version=TANGOSVN
> Creating imports for DD-dwt
> 
> dwt => DD-dwt
> dwt\dwthelper\FileOutputStream.d(11): module FileConduit cannot read
> file 'tango
> \io\FileConduit.d'
> Command c:\dsss\bin\rebuild.exe returned with code 1, aborting.
> Error: Command failed, aborting.
> 
> C:\dwt\dwt-win>dsss build -version=TANGOSVN
> Creating imports for DD-dwt
> 
> dwt => DD-dwt
> dwt\dwthelper\InflaterInputStream.d(15): module Conduit cannot read file
> 'tango\
> io\Conduit.d'
> Command c:\dsss\bin\rebuild.exe returned with code 1, aborting.
> Error: Command failed, aborting.

If you use the dwt release, please use also the tango release. Or use the dwt mercurial checkout and the tango from svn.
September 14, 2008
Frank Benoit schrieb:
> If you use the dwt release, please use also the tango release.
> Or use the dwt mercurial checkout and the tango from svn.

This is exactly what I did.
hg clone http://hg.dsource.org/projects/dwt-win
and I am using tango snapshot snapshot
September 14, 2008
Yep - Conduit.d and FileConduit.d have been moved to tango\io\device.

regards, Mike.

September 14, 2008
BLS schrieb:
> Frank Benoit schrieb:
>> If you use the dwt release, please use also the tango release. Or use the dwt mercurial checkout and the tango from svn.
> 
> This is exactly what I did.
> hg clone http://hg.dsource.org/projects/dwt-win
> and I am using tango snapshot snapshot

oh, then my windows tango was not up to date. :)
September 14, 2008
Frank Benoit schrieb:
> BLS schrieb:
>> Frank Benoit schrieb:
>>> If you use the dwt release, please use also the tango release.
>>> Or use the dwt mercurial checkout and the tango from svn.
>> This is exactly what I did.
>> hg clone http://hg.dsource.org/projects/dwt-win
>> and I am using tango snapshot snapshot
> 
> oh, then my windows tango was not up to date. :)
Hi Frank,
dwt-sample/examples/controlexample
ControlExemple and CustomControlExample are compilable without any error msg. but both don't start. I'll try to figure out what's the matter....
(other dwt-examples are working fine)
Bjoern
September 14, 2008
BLS schrieb:
> Frank Benoit schrieb:
>> BLS schrieb:
>>> Frank Benoit schrieb:
>>>> If you use the dwt release, please use also the tango release. Or use the dwt mercurial checkout and the tango from svn.
>>> This is exactly what I did.
>>> hg clone http://hg.dsource.org/projects/dwt-win
>>> and I am using tango snapshot snapshot
>>
>> oh, then my windows tango was not up to date. :)
> Hi Frank,
> dwt-sample/examples/controlexample
> ControlExemple and CustomControlExample are compilable without any error
> msg. but both don't start. I'll try to figure out what's the matter....
> (other dwt-examples are working fine)
> Bjoern

The tango 'device' package problem is fixed now in dwt-win.