Jump to page: 1 2
Thread overview
DSSS 0.50 and Rebuild 0.6 released!
Feb 10, 2007
Gregor Richards
Feb 10, 2007
David Ferenczi
Feb 10, 2007
Gregor Richards
Feb 11, 2007
Hasan Aljudy
Feb 11, 2007
Gregor Richards
Feb 12, 2007
Alexander Panek
Rebuild 0.7 released
Feb 13, 2007
Gregor Richards
Feb 14, 2007
David Ferenczi
DSSS 0.51 and Rebuild 0.8 released.
Feb 14, 2007
Gregor Richards
Feb 14, 2007
Howard Berkey
Feb 18, 2007
Knud Soerensen
Feb 18, 2007
Knud Soerensen
Feb 18, 2007
Gregor Richards
Feb 20, 2007
Knud Soerensen
Feb 20, 2007
Gregor Richards
February 10, 2007
DSSS, the D Shared Software System, is a tool to ease the building, installation, configuration and acquisition of D software.

DSSS 0.50 has just been released. Most notably, it's now based on rebuild. It also has plenty of other fixes and new features.

Rebuild 0.6 implemented all requests and fixed all bugs in the last Rebuild thread.

As per usual, information is at http://www.dsource.org/projects/dsss/

 - Gregor Richards
February 10, 2007
Thank you for the new release!

A small problem:
Something went wrong with the parameter parsing, since

the command

-------------8<---------------------------------------
rebuild <my_entry_point_source_file>
    -Dd<path_to_my_documentation>
    <path_to_my_documentation>/candydoc/candy.ddoc
    <path_to_my_documentation>/candydoc/modules.ddoc
-------------8<---------------------------------------

still generates the source documentation without candydoc, but the executable will be called candy.

Regards,
David


February 10, 2007
David Ferenczi wrote:
> Thank you for the new release!
> 
> A small problem:
> Something went wrong with the parameter parsing, since
> 
> the command
> 
> -------------8<---------------------------------------
> rebuild <my_entry_point_source_file>
>     -Dd<path_to_my_documentation>
>     <path_to_my_documentation>/candydoc/candy.ddoc
>     <path_to_my_documentation>/candydoc/modules.ddoc
> -------------8<---------------------------------------
> 
> still generates the source documentation without candydoc, but the
> executable will be called candy.
> 
> Regards,
> David
> 
> 

Well that's bizarre XD

Sorry, thought I'd fixed that one. I guess I need to dig a bit deeper on this.

 - Gregor Richards
February 11, 2007

Gregor Richards wrote:
> DSSS, the D Shared Software System, is a tool to ease the building, installation, configuration and acquisition of D software.
> 
> DSSS 0.50 has just been released. Most notably, it's now based on rebuild. It also has plenty of other fixes and new features.
> 
> Rebuild 0.6 implemented all requests and fixed all bugs in the last Rebuild thread.
> 
> As per usual, information is at http://www.dsource.org/projects/dsss/
> 
>  - Gregor Richards

How do install rebuild on windows? I tried extracting rebuild.exe to c:\dmd\bin (only because it's already on the PATH) but when I tried to run it, it said "couldn't find etc folder". Where do I have to put the etc folder? and does it have to be in the PATH system variable?
February 11, 2007
Hasan Aljudy wrote:
> 
> 
> Gregor Richards wrote:
> 
>> DSSS, the D Shared Software System, is a tool to ease the building, installation, configuration and acquisition of D software.
>>
>> DSSS 0.50 has just been released. Most notably, it's now based on rebuild. It also has plenty of other fixes and new features.
>>
>> Rebuild 0.6 implemented all requests and fixed all bugs in the last Rebuild thread.
>>
>> As per usual, information is at http://www.dsource.org/projects/dsss/
>>
>>  - Gregor Richards
> 
> 
> How do install rebuild on windows? I tried extracting rebuild.exe to c:\dmd\bin (only because it's already on the PATH) but when I tried to run it, it said "couldn't find etc folder". Where do I have to put the etc folder? and does it have to be in the PATH system variable?

If you put rebuild.exe in c:\dmd\bin, the etc folder needs to be c:\dmd\etc

 - Gregor Richards

PS: rebuild.exe cannot live alone, it needs its configuration files.
February 12, 2007
Gregor Richards wrote:
> PS: rebuild.exe cannot live alone, it needs its configuration files.

Haha..yea.. we had that already.. though, it worked pretty fine without config files, too. :P
February 13, 2007
Fixed rebuild's support of .ddoc files.

ATTN David Ferenczi: I added a -candydoc flag, which generates the candydoc/modules.ddoc file from the list of input files and links in the candydoc stuff automatically. So, using rebuild+candydoc is now as easy as:

rebuild -o- -candydoc -Ddmylib_doc mylib/*.d


http://www.dsource.org/projects/dsss/wiki/Rebuild

 - Gregor Richards
February 14, 2007
This new release of DSSS fixes the net feature on Windows and a few more minor bugs. The new release of rebuild is nearly unchanged, just some issues with -p/-o-.

http://www.dsource.org/projects/dsss/
http://www.dsource.org/projects/dsss/wiki/Rebuild

 - Gregor Richards
February 14, 2007
Hi Gregor,

thank you very much, indeed!
It works great!

Regards,
David


Gregor Richards wrote:

> Fixed rebuild's support of .ddoc files.
> 
> ATTN David Ferenczi: I added a -candydoc flag, which generates the candydoc/modules.ddoc file from the list of input files and links in the candydoc stuff automatically. So, using rebuild+candydoc is now as easy as:
> 
> rebuild -o- -candydoc -Ddmylib_doc mylib/*.d
> 
> 
> http://www.dsource.org/projects/dsss/wiki/Rebuild
> 
>   - Gregor Richards

February 14, 2007
I just svn upped and built from subversion, and it works great.  Thank you!

Gregor Richards Wrote:

> This new release of DSSS fixes the net feature on Windows and a few more minor bugs. The new release of rebuild is nearly unchanged, just some issues with -p/-o-.
> 
> http://www.dsource.org/projects/dsss/ http://www.dsource.org/projects/dsss/wiki/Rebuild
> 
>   - Gregor Richards

« First   ‹ Prev
1 2