digitalmars.D.dwt - DWT Tango SVN minor bug
- BLS <nanali nospam-wanadoo.fr> Sep 13 2008
- Frank Benoit <keinfarbton googlemail.com> Sep 14 2008
- BLS <nanali nospam-wanadoo.fr> Sep 14 2008
- Frank Benoit <keinfarbton googlemail.com> Sep 14 2008
- BLS <nanali nospam-wanadoo.fr> Sep 14 2008
- Frank Benoit <keinfarbton googlemail.com> Sep 14 2008
- Mike James <foo bar.com> Sep 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.
Sep 13 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.
Sep 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
Sep 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. :)
Sep 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.
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. :)
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
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.
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. :)
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
Yep - Conduit.d and FileConduit.d have been moved to tango\io\device. regards, Mike.
Sep 14 2008









Frank Benoit <keinfarbton googlemail.com> 