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