Saludos Amigos;
Ojalá alguien pueda apoyarme en el siguiente tema:
Tengo Instalado AllFusion Plex 6.1 sobre Windows 7. Estoy realizando una Aplicación que será desplegada en ambiente Java, por lo tanto tengo instalado la versión 6-0_21 del JVM y JDK (Java). Dentro de las opciones Generate and Buid - > Java Build tengo la siguiente configuración:
-Compiler Alias - javac1.6
-Java Dir - el directorio de la JVM (incluye el javac)
La variable de entorno JAVA_TEMP - apunta al directorio correcto.
Pero al compilar me arroja el siguiente resultado:
---------------------------------------------
Build process created
C:\Proyectos\PPPTT\Gen>call ant -f "C:\Proyectos\PPPTT\Gen\src\buildJava.xml"
Buildfile: C:\Proyectos\PPPTT\Gen\src\buildJava.xml
ListOfFilesToCompile:
startlog:
buildjavasource:
[javac] Compiling 20 source files to C:\Proyectos\PPPTT\Gen\Bld
BUILD FAILED
C:\Proyectos\PPPTT\Gen\src\buildJava.xml:26: The following error occurred while executing this line:
C:\ProgramData\CA\Plex\6.1\ObJava\bin\plexjavabuild.xml:48: Compile failed; see the compiler error output for details.
Total time: 0 seconds
---------------------------------
¿donde se encuentra el "compiler error output" ?
Si alguién tiene una idea que pueda aportar, se lo agradeceré mucho.
Atentamente,
Hugo