Re: Modules added to projects build

Vitezslav Stejskal <[email protected]> Fri, 16 May 2003 11:54:13 +0200
Newsgroups gmane.comp.java.netbeans.modules.projects.devel
Message-ID <[email protected]>

[email protected] wrote:

>Of course it could be in cvs but also made available in the web page.
>
>S1S (closed source) keeps this file in vcs, so my update command is:
>
>cvs update {file with module/branch tag info} ; ant update
>
>Much more convenient than web download.
>  
>
Aha, I understand. We could perhaps put this automated build script in 
the nbbuild module and merge its functionality with regular 
nbbuild/build.xml. It would still be usable as a standalone script as it 
is now, but you could update it from cvs and use following commands from 
the <cvs>/nbbuild directory:

1. ant checkout - will checkout sources from cvs
2. ant auto-build - will do #1 and start the build process

Is it acceptable?
-vita