Hello, I have a small and interesting problem I would like to solve. I have 2 projects A and B. - A contains a jjtree source file that is used to generate AST nodes and a parser - B uses A *but* also rewrites some of the AST nodes thus providing its own classes.
When I package everything, here is what happens: - A compiles OK but then B's compilation fails becasue the compiler uses classes from A instead of their rewritten form - if I exclude offending classes in A, of courses it does not compile. I could use maven-jar to exclude specific classes from packaging but exclusion does not work according to recent posts. Help appreciated, -- OQube < software engineering \ génie logiciel > Arnaud Bailly, Dr. \web> http://www.oqube.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]