You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Sancheski <sa...@gmail.com> on 2007/05/16 13:26:11 UTC

Problems generating .classpath

Hi all
I am having some problems generating .classpath file using eclipse:eclipse
goal. I have never experienced this problem before. I also had to add the
plugin configuration info showed below to generate the .project file
properly (without this config, the .project file did not take java nature as
usual). My question is what I am doing wrong and what I should do to
generate the .classpath file. Thanks in advance

<build>
      <plugins>
       ...............
      <plugin>
	     <groupId>org.apache.maven.plugins</groupId>
	     <artifactId>maven-eclipse-plugin</artifactId>
	     <configuration>
	     <additionalProjectnatures>
	        <projectnature>
	          org.eclipse.ajdt.ui.ajnature
	        </projectnature>
	        <projectnature>
	          org.eclipse.jdt.core.javanature
	        </projectnature>
	     </additionalProjectnatures>
	     <additionalBuildcommands>
	        <buildcommand>
	          org.eclipse.ajdt.core.ajbuilder
	        </buildcommand>
	        <buildcommand>
                  org.eclipse.jdt.core.javabuilder
	        </buildcommand>
	     </additionalBuildcommands>
	     </configuration>
	   </plugin>
          ...........
      </plugins>
</build>
-- 
View this message in context: http://www.nabble.com/Problems-generating-.classpath-tf3764036s177.html#a10639951
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org