Classloader issues

2015-02-11 Thread Petar Tahchiev
Hi there, I have the following maven project setup: master | module1 | class ClassA (has annotation @Annotation) | module2 | class ClassB (also has annotation @Annotation) and I'm building it with maven, and I use an AbstractProcessor during compilation

Re: Classloader issues with source files in an aggregate build

2009-04-01 Thread depstei2
the sources files into the output directory. parent |-gwt application | |-src/main/java/... | |-pom.xml |-other source files (generates jar and sources-jar) | |-src/main/java/... | |-pom.xml |-pom.xml -- View this message in context: http://www.nabble.com/Classloader

Classloader issues with source files in an aggregate build

2008-11-05 Thread depstei2
/... | |-pom.xml |-pom.xml -- View this message in context: http://www.nabble.com/Classloader-issues-with-source-files-in-an-aggregate-build-tp20343191p20343191.html Sent from the Maven - Users mailing list archive at Nabble.com