On Fri, Oct 15, 2010 at 19:20, Jane Ren <[email protected]> wrote: > I am getting "Unable to determine file for log4j.properties" when I try to > compile my java code. > Does it mean Taverna can't find my log4j.properties? > I have it in > ./myfancytool-taverna/example-activity-ui/src/main/resources/log4j.properties
Taverna will try to find log4j.properties from the subfolder conf/ from your working directory. Try copying out log4j.properties to ./myfancytool-taverna/example-activity-ui/conf/ - does that work..? -- Stian Soiland-Reyes, myGrid team School of Computer Science The University of Manchester ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ taverna-hackers mailing list [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/about/contact-us/ Developers Guide: http://www.taverna.org.uk/developers/
