packing scala projects == different than java?

2010-02-24 Thread Adam Crain
I have a 3 project buildfile... a scala executable that depends on two jars. I am successfully running the scala tests now for project 'fep' But I can't get the custom task :run to work because project 'fep' won't package into a jar like 'fepproto' and 'javadnp3'. Any ideas what it's not packaging

Re: packing scala projects == different than java?

2010-02-24 Thread Rhett Sutphin
Hi Adam, On Feb 24, 2010, at 4:33 PM, Adam Crain wrote: I have a 3 project buildfile... a scala executable that depends on two jars. I am successfully running the scala tests now for project 'fep' But I can't get the custom task :run to work because project 'fep' won't package into a jar