Post by drcrunk on Nov 30, 2020 20:20:58 GMT
Hi,
As I run the script for preparing the development environment, I get the below error from the script. Any advice to resolve would be helpful. Thanks,
The step I am executing that gives the error is:
github.com/SAFSDEV/Core/blob/master/developer_setup.md
6. Call ant safs.win.prepare to prepare the development environment. When this succeed, you will be able to see the libs and safsjars, which contain the dependency files needed by SAFS projects.
Unknown host: safsbuild
The error is
groovy.init:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass$3$1 (file:/C:/SAFSDev/libs/groovy/groovy-all-2.4.7.jar) to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass$3$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
javac.compile:
[groovyc] Compiling 912 source files to C:\SAFSDev\classes
[groovyc] org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
[groovyc] Compile error during compilation with javac.
[groovyc] C:\SAFSDev\source\common\org\safs\tools\mail\Mailer.java:26: error: package javax.activation does not exist
[groovyc] import javax.activation.DataHandler;
[groovyc] ^
[groovyc] C:\SAFSDev\source\common\org\safs\tools\mail\Mailer.java:27: error: package javax.activation does not exist
[groovyc] import javax.activation.DataSource;
[groovyc] ^
[groovyc] C:\SAFSDev\source\common\org\safs\tools\mail\Mailer.java:28: error: package javax.activation does not exist
[groovyc] import javax.activation.FileDataSource;
[groovyc] ^
[groovyc] 3 errors
[groovyc]
[groovyc]
[groovyc] 1 error
BUILD FAILED
C:\SAFSDev\safs.build.xml:292: The following error occurred while executing this line:
: Compilation Failed
Dr. John
As I run the script for preparing the development environment, I get the below error from the script. Any advice to resolve would be helpful. Thanks,
The step I am executing that gives the error is:
github.com/SAFSDEV/Core/blob/master/developer_setup.md
6. Call ant safs.win.prepare to prepare the development environment. When this succeed, you will be able to see the libs and safsjars, which contain the dependency files needed by SAFS projects.
Unknown host: safsbuild
The error is
groovy.init:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass$3$1 (file:/C:/SAFSDev/libs/groovy/groovy-all-2.4.7.jar) to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass$3$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
javac.compile:
[groovyc] Compiling 912 source files to C:\SAFSDev\classes
[groovyc] org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
[groovyc] Compile error during compilation with javac.
[groovyc] C:\SAFSDev\source\common\org\safs\tools\mail\Mailer.java:26: error: package javax.activation does not exist
[groovyc] import javax.activation.DataHandler;
[groovyc] ^
[groovyc] C:\SAFSDev\source\common\org\safs\tools\mail\Mailer.java:27: error: package javax.activation does not exist
[groovyc] import javax.activation.DataSource;
[groovyc] ^
[groovyc] C:\SAFSDev\source\common\org\safs\tools\mail\Mailer.java:28: error: package javax.activation does not exist
[groovyc] import javax.activation.FileDataSource;
[groovyc] ^
[groovyc] 3 errors
[groovyc]
[groovyc]
[groovyc] 1 error
BUILD FAILED
C:\SAFSDev\safs.build.xml:292: The following error occurred while executing this line:
: Compilation Failed
Dr. John