Also when I run mvn package in the command prompt. The only thing the
created jar contains is the class from the project itself and nothing to
do with the dependant jar files.

Running this jar gives this error:

Exception in thread "main" java.lang.NoClassDefFoundError:
com/precisionsoftware/utils/AppProperties
        at
com.precisionsoftware.customizeskin.CustomizeSkin.setProperties(Customiz
eSkin.java:209)
        at
com.precisionsoftware.customizeskin.CustomizeSkin.run(CustomizeSkin.java
:743)
        at
com.precisionsoftware.customizeskin.CustomizeSkin.main(CustomizeSkin.jav
a:758)



-----Original Message-----
From: Gerard Garrigan [mailto:[EMAIL PROTECTED] 
Sent: 24 February 2006 15:29
To: Maven Users List
Subject: RE: [m2] Failure to recognise a jar

Hello Thorsten,

For the line,

import com.precisionsoftware.trax.common.tools.AppDetails;

it will say that the import cannot be resolved.

Thanks,

Ger

-----Original Message-----
From: Thorsten Heit [mailto:[EMAIL PROTECTED] 
Sent: 24 February 2006 15:20
To: Maven Users List
Subject: Re: [m2] Failure to recognise a jar

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

> my libraries in eclipse. However when I try to import a class
contained
> in the jar eclipse throws an error. 

What kind of error?


Regards

Thorsten
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (MingW32)

iD8DBQFD/yQaQvObkgCcDe0RAtnYAJ9qgXLvReOXMx1+POZwGRxK3KH76QCfYbm7
ixauH7pzO1b8+6djEAiLoSo=
=ogKz
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to