Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Project Errors after checking resources out of CVS

Hi Kurt,

Unless you need the TAU plugins, you can just remove org.eclipse.ptp.perf.tau.* plugins from your workspace. If you want them, you need to download the TAU jar files and copy them to the plugin.

Also, the make errors are just because you haven't built these plugins yet. If you go into the org.eclipse.ptp.<arch>.<os> plugin and run 'sh BUILD' these messages should go away.

Greg

On Jun 16, 2009, at 3:01 PM, Kurt Hendle wrote:

Hello,

After checking CDT and PTP sources out of CVS using the ptp-2.1-all- anonymous.psf file, the following list of errors occurs with PTP projects. Note that the majority of errors occur in org.eclipse.ptp.perf.tau.* projects.

Description Resource make: *** No rule to make target `all'. org.eclipse.ptp.debug.sdm make: *** No rule to make target `all'. org.eclipse.ptp.proxy make: *** No rule to make target `all'. org.eclipse.ptp.rm.ibm.ll.proxy make: *** No rule to make target `all'. org.eclipse.ptp.rm.ibm.pe.proxy make: *** No rule to make target `all'. org.eclipse.ptp.utils Package 'edu.uoregon.tau.common.resources.CVS' does not exist in this plug-in Package 'edu.uoregon.tau.common.resources' does not exist in this plug-in
Package 'edu.uoregon.tau.common.tar' does not exist in this plug-in
Package 'edu.uoregon.tau.common.treetable' does not exist in this plug-in
Package 'edu.uoregon.tau.common' does not exist in this plug-in
Package 'edu.uoregon.tau.paraprof.barchart' does not exist in this plug-in Package 'edu.uoregon.tau.paraprof.enums' does not exist in this plug- in Package 'edu.uoregon.tau.paraprof.interfaces' does not exist in this plug-in Package 'edu.uoregon.tau.paraprof.script' does not exist in this plug-in Package 'edu.uoregon.tau.paraprof.sourceview' does not exist in this plug-in Package 'edu.uoregon.tau.paraprof.treetable' does not exist in this plug-in
Package 'edu.uoregon.tau.paraprof.util' does not exist in this plug-in
Package 'edu.uoregon.tau.paraprof' does not exist in this plug-in
Package 'edu.uoregon.tau.perfdmf.analysis' does not exist in this plug-in Package 'edu.uoregon.tau.perfdmf.database' does not exist in this plug-in Package 'edu.uoregon.tau.perfdmf.loader' does not exist in this plug- in
Package 'edu.uoregon.tau.perfdmf' does not exist in this plug-in
Package 'edu.uoregon.tau.vis' does not exist in this plug-in
Project 'org.eclipse.ptp.perf.tau.jars' is missing required library: 'batik-combined.jar' Project 'org.eclipse.ptp.perf.tau.jars' is missing required library: 'jargs.jar' Project 'org.eclipse.ptp.perf.tau.jars' is missing required library: 'jcommon-0.9.6.jar' Project 'org.eclipse.ptp.perf.tau.jars' is missing required library: 'jfreechart-0.9.21.jar' Project 'org.eclipse.ptp.perf.tau.jars' is missing required library: 'jgraph.jar' Project 'org.eclipse.ptp.perf.tau.jars' is missing required library: 'jogl.jar' Project 'org.eclipse.ptp.perf.tau.jars' is missing required library: 'jython.jar' Project 'org.eclipse.ptp.perf.tau.jars' is missing required library: 'paraprof.jar' Project 'org.eclipse.ptp.perf.tau.jars' is missing required library: 'perfdmf.jar' Project 'org.eclipse.ptp.perf.tau.jars' is missing required library: 'tau-common.jar' Project 'org.eclipse.ptp.perf.tau.jars' is missing required library: 'vis.jar' Project 'org.eclipse.ptp.perf.tau.jars' is missing required library: 'xerces.jar'
The project cannot be built until build path errors are resolved
The project cannot be built until its prerequisite org.eclipse.ptp.perf.tau.perfdmf is built. Cleaning and building all projects is recommended The project was not built since it depends on org.eclipse.ptp.perf.tau.jars, which has build path errors


Closing the projects related to the errors is a quick fix, but is there a more permanent fix?

Kurt
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top