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