I'm trying to use jgoodies with a service based bundle with the following 
package imports

import com.jgoodies.forms.factories.FormFactory;
import com.jgoodies.forms.layout.CellConstraints;
import com.jgoodies.forms.layout.ColumnSpec;
import com.jgoodies.forms.layout.FormLayout;
import com.jgoodies.forms.layout.RowSpec;


What I'm interested in, is how to modify the maven file (from the example) so I 
can run the install command from Maven.  Basically what I did, was add an extra 
class to one of the extenderbased.x bundles that implemented some of the 
jgoodies classes (JFormDesigner).  I'm really quite new to maven, and not sure 
how to modify the pom.xml file to allow me to run the install.  

The error messages I get are along the line of:

package com.jgoodies.forms.factories does not exist
package com.jgoodies.forms.layout does not exist

Any help will be appriciated!
Thanks
Garrett

       
---------------------------------
 Check out  the hottest 2008 models today at Yahoo! Autos.

Reply via email to