Le 27/06/2016 10:24, Jenny Murphy a écrit : > Hi, > I am building a java application under snapcraft using the ant plugin. > My build.xml file puts the created jar files in a directory called > *lib*. The ant plugin complains about this because it was expecting to > find jar files in a directory called *jar*. > > Is it possible to tell the ant plugin to look elsewhere? > > I don't think the copy plugin is the solution because this errors at > the end of the ant part build step. > > Thanks in advance for any suggestions. > >
Hey Jenny, I'm by no mean a java expert and it doesn't seem that "snapcraft help ant" shows up any options for achieving this. The line of the plugin itself seems guilty: "files = glob.glob(os.path.join(self.builddir, 'target', '*.jar'))" Before advising you to inheirt/create your own plugin, I'm CCing Sergio who might have another idea or may want to grow a plugin options for this. Cheers, Didier
-- Snapcraft mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft
