[rules-users] Unable to get LastModified for ClasspathResource

sdjoe joseph.white at mitchell.com
Mon Jan 6 12:56:44 EST 2014


I was facing the same issue and found that my rules file was not making it
into my JAR file. 
Because I am using Maven, I was able to include:

  <resources>
			<resource>
				<directory>src/main/resources/rules</directory>
			</resource>
		</resources>

in my pom.xml file. This allowed my rules files to be included inside of my
jar and everything worked fine afterwards.




--
View this message in context: http://drools.46999.n3.nabble.com/Unable-to-get-LastModified-for-ClasspathResource-tp4025031p4027540.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list