Re: [7.0.0-M3] Build/Run Test :: freemarker.core package does not exist
Lukasz Lenart <[email protected]>
| Newsgroups | gmane.comp.jakarta.struts.devel |
|---|---|
| Message-ID | <CAMopvkOLUMDxkLA8h6YAGddPXFnzDax7iq9AVmwx2W0GgGC6uQ@mail.gmail.com> |
pon., 5 lut 2024 o 17:13 Burton Rhodes <[email protected]> napisał(a): > > I can build and install the struts code base [struts2-parent] when > skipping tests; however, I am unable to run any test due to a test build > error. I get "package freemarker.core does not exist" in several > classes containing "import freemarker.core.*" within the [struts2-core] > package. Any tips on how I can solve this? I'm using the following trick to run tests inside IDE. Just run "mvn install" first and then apply this patch https://github.com/apache/struts/pull/871 Cheers Łukasz