Thanks Tim. Ant was using jdk 1.6. I´ve fixed it.
Now when executing "make_home", I have this error:
Code: |
Buildfile: C:\Proyectos\XAware\server\buildscripts\build.XML
init:
replace_version_tags:
[delete] Deleting: C:\Proyectos\XAware\server\src\org\xaware\shared\conf\XAsystem.xml
[copy] Copying 1 file to C:\Proyectos\XAware\server\src\org\xaware\shared\conf
[delete] Deleting: C:\Proyectos\XAware\dist\bin\XAsystem_standard.xml
[copy] Copying 1 file to C:\Proyectos\XAware\dist\bin
[delete] Deleting: C:\Proyectos\XAware\dist\bin\XAsystem_lite.xml
[copy] Copying 1 file to C:\Proyectos\XAware\dist\bin
compile:
[echo] Compiling server classes for JDK jdk5
[echo] Compiling api classes for JDK jdk5
[echo] Compiling extensions classes for JDK jdk5
[echo] Compiling functoids classes for JDK jdk5
[echo] Compiling ps classes for JDK jdk5
[echo] Compiling schemanavigator classes for JDK jdk5
[javac] Compiling 63 source files to C:\Proyectos\XAware\server\build\classes\jdk5
[javac] C:\Proyectos\XAware\schemanavigator\src\org\xaware\schemanavigator\SchemaNavDialogUtill.java:23: package org.Eclipse.jface.dialogs does not exist
[javac] import org.eclipse.jface.dialogs.IDialogConstants;
[javac] ^
[javac] C:\Proyectos\XAware\schemanavigator\src\org\xaware\schemanavigator\SchemaNavDialogUtill.java:24: package org.eclipse.jface.dialogs does not exist
[javac] import org.eclipse.jface.dialogs.MessageDialog;
[javac] ^
[javac] C:\Proyectos\XAware\schemanavigator\src\org\xaware\schemanavigator\SchemaNavigatorLogger.java:23: package org.eclipse.core.runtime does not exist
[javac] import org.eclipse.core.runtime.IStatus;
[javac] ^
[javac] C:\Proyectos\XAware\schemanavigator\src\org\xaware\schemanavigator\SchemaNavigatorLogger.java:24: package org.eclipse.core.runtime does not exist
[javac] import org.eclipse.core.runtime.Status;
....
|
The error is captured in the attachement.
The project "schemanavigator" has the correct references to the plugin dependences (like org.eclipse.jface). I'm attaching an interesting log made with Filemon, in the moment when the compilation is running. Eclipse is searching jars in the project folder.
Thanks again.
Bye,
Juan Pablo