Ant, On Thursday July 27 2006 12:05 pm, ant elder wrote: > Using mvn eclipse:eclipse on the new trunk code doesn't seem to set up the > eclipse projects correctly now, there's lots of errors like "Cannot nest > 'launcher/src/main/java' inside 'launcher'". > Is there a different way to do this now? > > ...ant
Yea. For some reason, someone insisted that the NOTICE.txt and LICENSE.txt files needed to be put into the root each subproject (instead of into src/main/resources) which just doesn't work for the eclipse:eclipse plugin. We "hacked" around it by creating a eclipse profile that makes it look elsewhere. You can do: mvn -Peclipse eclipse:eclipse and it should generate working .classpath files. That keeps eclipse from putting "." as a source directory. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 F:781-902-8001 [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
