I have just upgraded to Java 12 and B4j 7.31
I have a series of .bat files that do compilation of various B4J apps
I am getting the following error when the .bat files are run:
For some reason the folder \Obfuscation is recognised at the BaseFolder: echo but not when it goes to execute.
I have made absolutely no changes to the .bat file or B4J source - I have merely upgraded the Java and B4J environments.
I'm assuming this is some B4JBuilder bug but hesitate to say so - I've been wrong before!
I have a series of .bat files that do compilation of various B4J apps
I am getting the following error when the .bat files are run:
D:\XXXX\B4X\AWS EC2\FTPServer\YYYY>call "C:\Program Files (x86)\Anywhere Software\B4J\B4JBuilder" -BaseFolder="D:\XXXX\B4X\AWS EC2\FTPServer\YYYY\Obfuscation" -task=Build -obfuscate=True -configuration=Default
B4JBuilder v7.31
Java version: 12
BaseFolder: D:\XXXX\B4X\AWS EC2\FTPServer\YYYY\Obfuscation
ProjectFile: FTPServer.b4j
System.IO.FileNotFoundException: Could not find file 'D:\XXXX\B4X\AWS EC2\FTPServer\YYYY\FTPServer.b4j'.
File name: 'D:\XXXX\B4X\AWS EC2\FTPServer\YYYY\FTPServer.b4j'
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
at cq.p(FileMode A_0, FileAccess A_1)
at a5.k()
at a5.k(String[] A_0)
at a5.n(String[] A_0)
Could not find file 'D:\XXXX\B4X\AWS EC2\FTPServer\YYYY\FTPServer.b4j'.
For some reason the folder \Obfuscation is recognised at the BaseFolder: echo but not when it goes to execute.
I have made absolutely no changes to the .bat file or B4J source - I have merely upgraded the Java and B4J environments.
I'm assuming this is some B4JBuilder bug but hesitate to say so - I've been wrong before!