[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[cdt-dev] Problem exporting CDT sdk feature
|
Recently exporting of org.eclipse.cdt.sdk-feature started failing with:
Problems during export
/home/sprigogin/cdt1/org.eclipse.cdt.sdk-feature/build.xml:35: The following error occurred while executing this line:
/home/sprigogin/cdt1/org.eclipse.cdt.sdk-feature/build.xml:22: The following error occurred while executing this line:
/home/sprigogin/cdt1/org.eclipse.cdt.sdk-feature/features/org.eclipse.cdt.source/build.xml:34: The following error occurred while executing this line:
/home/sprigogin/cdt1/org.eclipse.cdt.sdk-feature/features/org.eclipse.cdt.source/build.xml:10: The following error occurred while executing this line:
/home/sprigogin/cdt1/org.eclipse.cdt.sdk-feature/plugins/org.eclipse.cdt.source/build.xml:62: The following error occurred while executing this line:
java.io.FileNotFoundException: /home/sprigogin/cdt1/org.eclipse.cdt/build.xml (No such file or directory)
The following error occurred while executing this line:
/home/sprigogin/cdt1/org.eclipse.cdt.sdk-feature/build.xml:22: The following error occurred while executing this line:
/home/sprigogin/cdt1/org.eclipse.cdt.sdk-feature/features/org.eclipse.cdt.source/build.xml:34: The following error occurred while executing this line:
/home/sprigogin/cdt1/org.eclipse.cdt.sdk-feature/features/org.eclipse.cdt.source/build.xml:10: The following error occurred while executing this line:
/home/sprigogin/cdt1/org.eclipse.cdt.sdk-feature/plugins/org.eclipse.cdt.source/build.xml:62: The following error occurred while executing this line:
java.io.FileNotFoundException: /home/sprigogin/cdt1/org.eclipse.cdt/build.xml (No such file or directory)
/home/sprigogin/cdt1/org.eclipse.cdt.sdk-feature/build.xml:35: The following error occurred while executing this line:
/home/sprigogin/cdt1/org.eclipse.cdt.sdk-feature/build.xml:22: The following error occurred while executing this line:
/home/sprigogin/cdt1/org.eclipse.cdt.sdk-feature/features/org.eclipse.cdt.source/build.xml:34: The following error occurred while executing this line:
/home/sprigogin/cdt1/org.eclipse.cdt.sdk-feature/features/org.eclipse.cdt.source/build.xml:10: The following error occurred while executing this line:
/home/sprigogin/cdt1/org.eclipse.cdt.sdk-feature/plugins/org.eclipse.cdt.source/build.xml:62: The following error occurred while executing this line:
java.io.FileNotFoundException: /home/sprigogin/cdt1/org.eclipse.cdt/build.xml (No such file or directory)
The following error occurred while executing this line:
/home/sprigogin/cdt1/org.eclipse.cdt.sdk-feature/build.xml:22: The following error occurred while executing this line:
/home/sprigogin/cdt1/org.eclipse.cdt.sdk-feature/features/org.eclipse.cdt.source/build.xml:34: The following error occurred while executing this line:
/home/sprigogin/cdt1/org.eclipse.cdt.sdk-feature/features/org.eclipse.cdt.source/build.xml:10: The following error occurred while executing this line:
/home/sprigogin/cdt1/org.eclipse.cdt.sdk-feature/plugins/org.eclipse.cdt.source/build.xml:62: The following error occurred while executing this line:
java.io.FileNotFoundException: /home/sprigogin/cdt1/org.eclipse.cdt/build.xml (No such file or directory)
Exporting org.eclipse.cdt-feature works just fine.
Does anybody else see this problem?
-sergey