Boost logo

Boost-Build :

From: Phillip Seaver (phil_at_[hidden])
Date: 2006-09-21 17:05:47


Has anyone used boost-build to create jar files? One of my co-workers
is compiling .java files into .class files and then making a .jar file
out of the .class files. The problem is the paths in the class files.
He basically needs to strip off everything but the original relative
path. E.g., for apago/foo.java, he gets
....../link-static/threading-multi/apago/foo.class and he needs to pass
just apago/foo.class to the jar creation program.

I was looking through the BB code to see if I could find something
similar, but I didn't find anything (which, of course, doesn't mean it's
not there).

Thanks,

Phillip


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk