Thread overview
dwt-samples\jface>dsss build error
Aug 02, 2008
dolive
Aug 02, 2008
Frank Benoit
Aug 02, 2008
dolive
August 02, 2008
D:\D\dwt-samples\jface>dsss build -full -ID:\D\dwt-win
or
D:\D\dwt-samples\jface>dsss build -full -ID:\D\dwt-win -ID:\D\dwt-addon
or
D:\D\dwt-samples\jface>dsss build -full -ID:\D\dwt-win ,D:\D\dwt-addon
or
D:\D\dwt-samples\jface>dsss build -full -ID:\D\dwt-addon

error£º

FileTreeViewer.d => FileTreeViewer
+ D:\D\dsss\bin\rebuild.exe -Idsss_imports\ -I. -S.\ -ID:\D\dsss\include\d -SD:\
D\dsss\lib\ -full -ID:\D\dwt-win -ID:\D\dwt-addons  -ID:\D\dsss\include\d -SD:\D
\dsss\lib  -oqdsss_objs\D -g -gc -JD:\D\dsss\lib/res -J../res -I.. -L/SUBSYSTEM:
console:5 -L/rc:..\dwt FileTreeViewer.d -ofFileTreeViewer
D:\D\dwt-win\dwt\dwthelper\utils.d(970): Error: file "dwtx.jface.messages.proper
ties" cannot be found, check -Jpath
D:\D\dwt-win\dwt\dwthelper\utils.d(970): Error: cannot evaluate opCall("","dwtx.
jface.messages.properties") at compile time
D:\D\dwt-win\dwt\dwthelper\utils.d(91): template instance dwt.dwthelper.utils.ge
tImportData!("dwtx.jface.messages.properties") error instantiating
Command D:\D\dsss\bin\rebuild.exe returned with code 1, aborting.
Error: Command failed, aborting.


D:\D\dwt-samples\snippets>dsss build -full -ID:\D\dwt-win      is ok.

thanks
August 02, 2008
dolive schrieb:
> D:\D\dwt-samples\jface>dsss build -full -ID:\D\dwt-win
> or
> D:\D\dwt-samples\jface>dsss build -full -ID:\D\dwt-win -ID:\D\dwt-addon or
> D:\D\dwt-samples\jface>dsss build -full -ID:\D\dwt-win ,D:\D\dwt-addon or
> D:\D\dwt-samples\jface>dsss build -full -ID:\D\dwt-addon 
> 
> error£º
> 
> FileTreeViewer.d => FileTreeViewer
> + D:\D\dsss\bin\rebuild.exe -Idsss_imports\ -I. -S.\ -ID:\D\dsss\include\d -SD:\
> D\dsss\lib\ -full -ID:\D\dwt-win -ID:\D\dwt-addons  -ID:\D\dsss\include\d -SD:\D
> \dsss\lib  -oqdsss_objs\D -g -gc -JD:\D\dsss\lib/res -J../res -I.. -L/SUBSYSTEM:
> console:5 -L/rc:..\dwt FileTreeViewer.d -ofFileTreeViewer
> D:\D\dwt-win\dwt\dwthelper\utils.d(970): Error: file "dwtx.jface.messages.proper
> ties" cannot be found, check -Jpath
> D:\D\dwt-win\dwt\dwthelper\utils.d(970): Error: cannot evaluate opCall("","dwtx.
> jface.messages.properties") at compile time
> D:\D\dwt-win\dwt\dwthelper\utils.d(91): template instance dwt.dwthelper.utils.ge
> tImportData!("dwtx.jface.messages.properties") error instantiating
> Command D:\D\dsss\bin\rebuild.exe returned with code 1, aborting.
> Error: Command failed, aborting.
> 
> 
> D:\D\dwt-samples\snippets>dsss build -full -ID:\D\dwt-win      is ok.
> 
> thanks

JFace has a set of property files and images. They are located in dwt-addons/res and this folder must be given to the compiler/dsss with the -J option.
August 02, 2008
Frank Benoit дµ½:

> dolive schrieb:
> > D:\D\dwt-samples\jface>dsss build -full -ID:\D\dwt-win
> > or
> > D:\D\dwt-samples\jface>dsss build -full -ID:\D\dwt-win -ID:\D\dwt-addon
> > or
> > D:\D\dwt-samples\jface>dsss build -full -ID:\D\dwt-win ,D:\D\dwt-addon
> > or
> > D:\D\dwt-samples\jface>dsss build -full -ID:\D\dwt-addon
> > 
> > error£º
> > 
> > FileTreeViewer.d => FileTreeViewer
> > + D:\D\dsss\bin\rebuild.exe -Idsss_imports\ -I. -S.\ -ID:\D\dsss\include\d -SD:\
> > D\dsss\lib\ -full -ID:\D\dwt-win -ID:\D\dwt-addons  -ID:\D\dsss\include\d -SD:\D
> > \dsss\lib  -oqdsss_objs\D -g -gc -JD:\D\dsss\lib/res -J../res -I.. -L/SUBSYSTEM:
> > console:5 -L/rc:..\dwt FileTreeViewer.d -ofFileTreeViewer
> > D:\D\dwt-win\dwt\dwthelper\utils.d(970): Error: file "dwtx.jface.messages.proper
> > ties" cannot be found, check -Jpath
> > D:\D\dwt-win\dwt\dwthelper\utils.d(970): Error: cannot evaluate opCall("","dwtx.
> > jface.messages.properties") at compile time
> > D:\D\dwt-win\dwt\dwthelper\utils.d(91): template instance dwt.dwthelper.utils.ge
> > tImportData!("dwtx.jface.messages.properties") error instantiating
> > Command D:\D\dsss\bin\rebuild.exe returned with code 1, aborting.
> > Error: Command failed, aborting.
> > 
> > 
> > D:\D\dwt-samples\snippets>dsss build -full -ID:\D\dwt-win      is ok.
> > 
> > thanks
> 
> JFace has a set of property files and images. They are located in dwt-addons/res and this folder must be given to the compiler/dsss with the -J option.


dsss build -full -JD:\D\dwt-addons\res    is ok£¬thanks £¡

build this package 21 minute