Page 2 of 2

Re: gwt error while doing a maven build 1.5

Posted: Wed Sep 07, 2011 11:52 am
by jefffischer
This is the most recent we have. It compiles against the latest M4 snapshot.

Re: gwt error while doing a maven build 1.5

Posted: Sun Sep 11, 2011 11:05 pm
by om.singh
Is it possible to have an early view into the cms module. In case a sample can be imbedded in the ecommerce.zip packet. It will give me a kick start early

Re: gwt error while doing a maven build 1.5

Posted: Fri Sep 16, 2011 5:02 pm
by Dalla
jefffischer wrote:This is the most recent we have. It compiles against the latest M4 snapshot.



Hi,

I´ve tried using this latest zip, but I´m running into problems when attempting to start the site or admin demo.
I ran mvn install in the root directory, but when I try the jetty-demo ant in the site-admin directory,
it attempts to fetch the com.mycompany:admin:jar:0.0.1-SNAPSHOT from the defined remote repos,
which is weird since the jar is already inside my local repo.

Same issue if I run the jetty-demo task in the site directory, the only difference is that the error now refers to com.mycompany:core:jar:0.0.1-SNAPSHOT missing.

I´ve used maven before, but I´m not that familiar with ant. Is there some setting that I missed?

EDIT: Forget it... It appears that I had two different maven installations, and I pointed build.properties to the wrong one :oops: