Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[buckminster-dev] Updating the classpath when the cspec changes

After Thomas change, every time a pom.xml file in a maven project is
updated the CSpec is also updated with the dependencies from the pom.

Would it be possible to also update the project classpath?

My .classpath look like this

<classpath>
  <classpathentry kind="src" path="src/main/java"/>
  <classpathentry kind="src" output="target/test-classes"
    path="src/test/java"/>
  <classpathentry kind="con"
    path="org.eclipse.buckminster.jdt.requiredComponents"/>
  <classpathentry kind="con"
    path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
  <classpathentry kind="output" path="target/classes"/>
</classpath>

I added by hand the buckminster classpathentry


Back to the top