It turns out that the missing licensing.jar wasn't what caused my build to fail, but the version of Flex-mojos I was using was just eating the error, which was "Not found any compatible unit test framework". Since I don't have any tests for this project, I'm just trying to figure out how to skip the testing altogether, but not having much luck yet.
-Josh On 28 May 2010 06:01, Logan Allred <[email protected]> wrote: > On Wed, May 26, 2010 at 12:29 AM, Josh McDonald <[email protected]> > wrote: > > I've got my project building with Maven successfully ("mvn compile"), but > > when I try to run "mvn package" to get just the build artifacts rather > than > > all the build-process cruft that goes into /target I get a message > telling > > me I need license.jar. > > Could you provide the actual message? There are some warnings that you > might need the license.jar, but I don't think the build should fail > because of a missing license.jar. > > > This project doesn't need the data-visualisation tools yet, so I don't > care > > about building without a valid license, but I can't seem to make it work. > > There are other things that might need license.jar, for example > automation and font embedding. > > Logan > > -- > You received this message because you are subscribed to the Google > Groups "Flex Mojos" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<flex-mojos%[email protected]> > For more options, visit this group at > http://groups.google.com/group/flex-mojos > > http://flexmojos.sonatype.org/ > -- "Therefore, send not to know For whom the bell tolls. It tolls for thee." Josh 'G-Funk' McDonald - [email protected] - http://twitter.com/sophistifunk - http://flex.joshmcdonald.info/ -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos http://flexmojos.sonatype.org/
