Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

"lib_external" does not exist - Error in ant build

803239Dec 26 2010 — edited Nov 25 2011
Can anybody, tell me please what is the reason I am getting the error lib_external does not exist, when trying to build a simple struts web-application to create a war file.

The full error message is given below:
===========================================================
C:\Basic_Struts2_Ant>ant
Buildfile: C:\Basic_Struts2_Ant\build.xml

clean:
[delete] Deleting directory C:\Basic_Struts2_Ant\dist
[delete] Deleting directory C:\Basic_Struts2_Ant\build

init:
[mkdir] Created dir: C:\Basic_Struts2_Ant\build

compile:
[mkdir] Created dir: C:\Basic_Struts2_Ant\build\WEB-INF\classes
[javac] C:\Basic_Struts2_Ant\build.xml:69: warning: 'includeantruntime' was not set, defaulting
to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 2 source files to C:\Basic_Struts2_Ant\build\WEB-INF\classes

BUILD FAILED
C:\Basic_Struts2_Ant\build.xml:69: C:\Basic_Struts2_Ant\lib_external does not exist.

Total time: 2 seconds
C:\Basic_Struts2_Ant>
===============================================================

can someone give me the clue faced the same problem earlier.

Thanks.
Sujoy
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 23 2011
Added on Dec 26 2010
1 comment
275 views