Hi,

I have a project in Maven 1.1 (can't upgrade due to company restrictions at
the moment).  I am using Eclipse Galileo on Mac 10.5.6.  Within my project
level directory, I have service, model, and serviceWebApp directories. 
However, when I run "maven eclipse" from the top level directory, my
".classpath" file is incomplete ...

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
        <classpathentry kind="src" path="model/src/main/java"/>
        <classpathentry kind="src" path="service/src/main/java"/>
        <classpathentry kind="src" path="test/src/main/test"/>
        <classpathentry kind="src" path="webapp/src/main/java"/>
        <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="output" path="bin"/>
</classpath>

It does not contain references to any of the dependencies in my
service/project.xml, model/project.xml, etc. files.  Any idea how I can
generate an Eclipse .classpath file that will include these?

Thanks, - Dave
-- 
View this message in context: 
http://old.nabble.com/maven-eclipse-is-not-generating-entire-classpath-tp26286014p26286014.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to