www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - DWT Tango SVN minor bug

reply BLS <nanali nospam-wanadoo.fr> writes:
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.
Sep 13 2008
parent reply Frank Benoit <keinfarbton googlemail.com> writes:
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.
Sep 14 2008
next sibling parent reply BLS <nanali nospam-wanadoo.fr> writes:
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
Sep 14 2008
parent reply Frank Benoit <keinfarbton googlemail.com> writes:
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. :)
Sep 14 2008
parent reply BLS <nanali nospam-wanadoo.fr> writes:
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
Sep 14 2008
parent Frank Benoit <keinfarbton googlemail.com> writes:
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.
Sep 14 2008
prev sibling parent Mike James <foo bar.com> writes:
Yep - Conduit.d and FileConduit.d have been moved to tango\io\device.

regards, Mike. 
Sep 14 2008