rafaelsteil / jforum3

JForum 3. No longer maintained, kept here for historical reasons
http://www.jforum.net
GNU Lesser General Public License v2.1
223 stars 161 forks source link

Fix a build failure due to missing project/lib folder #13

Closed jaikiran closed 10 years ago

jaikiran commented 12 years ago

The build used to fail due to missing jforum3/lib (which is used in the classpath path references in the build script). This commit fixes that issue by using Ant fileset's erroronmissingdir attribute to be set to false.

Note that this gets the build past this specific error but it fails later due to a lot of missing jars (like JPA, Hibernate and Spring).