Re: Java Binding

John Moeller <[email protected]>
Newsgroups gmane.comp.lib.boost.langbinding
Message-ID <[email protected]>
David Abrahams wrote:
>> Aha.  Ok, I didn't notice the "show dead files" link.  Does that mean 
>> that they are still available to get through CVS?  I have to admit that 
>> it's been several years since I used CVS, and I wouldn't know how to 
>> retrieve them.  That is, I don't know what "dead" means in the CVS 
>> source browser.  Does that mean that they've been deleted from the 
>> repository, and these are the versions that existed before?  
> 
> No, it just means they were only checked in on the "langbinding"
> branch, and never on HEAD.

I see now.  Sorry for the noise.

>> Would I just be retrieving a particular version of each file, or is
>> there a tag that exists right before the files were killed?  Oh, and
>> do I need access to CVS for this or is there anonymous access?
> 
> Anonymous access will do.
> 
> at the root of your boost working copy,
> 
>    cvs up -r langbinding boost/langbinding libs/langbinding

This worked great.  Thank you very much.

It didn't build, until I figured out that I needed a Jamfile.v2.  I 
based this one off of the one in boost/system:


project boost/langbinding
     : source-location ../src
     ;

SOURCES =
     backend/plugin
     backend/call_xxx_data
#    classes/holder
     classes/inheritance
     converter/registry
     module/id
     ;

lib boost_langbinding
    : $(SOURCES).cpp
    ;


Will this work?  Or will I need something more?

Thanks again,

-- 

John Moeller
[email protected]


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.