If you are facing an error like below:
[scac] error: C:\git\bpels\MyProject\classes\scac_out.xml (The system can not find the path specified)
[scac] ====> Faulted
[scac] java.io.FileNotFoundException: C:\git\bpels\MyProject\classes\scac.log (The system can not find the path specified)
[scac] at java.io.FileOutputStream.open(Native Method)
[scac] at java.io.FileOutputStream.<init>(FileOutputStream.java:221)
[scac] at java.io.FileOutputStream.<init>(FileOutputStream.java:142)
[scac] at org.apache.tools.ant.util.LazyFileOutputStream.ensureOpened(LazyFileOutputStream.java:158)
[scac] ====> Faulted
[scac] java.io.FileNotFoundException: C:\git\bpels\MyProject\classes\scac.log (The system can not find the path specified)
[scac] at java.io.FileOutputStream.open(Native Method)
[scac] at java.io.FileOutputStream.<init>(FileOutputStream.java:221)
[scac] at java.io.FileOutputStream.<init>(FileOutputStream.java:142)
[scac] at org.apache.tools.ant.util.LazyFileOutputStream.ensureOpened(LazyFileOutputStream.java:158)
Here is the solution:
You only need to recreate the folder "classes" under the "MyProject" structure.
Then, try to build your project again.
No comments:
Post a Comment
Please leave your reply!