Hi Jeff, The Maven build system is a little bit out of date. For now, we are still using tcbuild as the primary build system.
In order to support the Maven plugin, we have updated tcbuild so that it can deploy the Terracotta JAR files to a local or remote Maven repository. See this wiki page for documentation on tcbuild: http://docs.terracotta.org/confluence/display/devdocs/Building+Terracotta If you would like to deploy the Terracotta JARs to your local Maven repository, use this command: ./tcbuild dist_maven On Saturday 01 September 2007 2:31, Jeff Genender wrote: > Also...where is the 2.5-SNAPSHOT base? The current pom states its > 2.3-SNAPSHOT... > > Thanks, > > Jeff > > Jeff Genender wrote: > > Hi, > > > > I am trying to build from trunk using the maven build and I get: > > > > /Users/mbp/Projects/tc/code/base/parent14/../thirdparty/src/com/tc/backpo > >rt175/bytecode/AnnotationDefaults.java:[13,18] package com.tc.asm does not > > exist > > > > /Users/mbp/Projects/tc/code/base/parent14/../thirdparty/src/com/tc/backpo > >rt175/bytecode/AnnotationDefaults.java:[14,18] package com.tc.asm does not > > exist > > > > /Users/mbp/Projects/tc/code/base/parent14/../thirdparty/src/com/tc/backpo > >rt175/bytecode/AnnotationDefaults.java:[15,18] package com.tc.asm does not > > exist > > > > /Users/mbp/Projects/tc/code/base/parent14/../thirdparty/src/com/tc/backpo > >rt175/bytecode/AnnotationDefaults.java:[16,26] package com.tc.asm.commons > > does not exist > > > > Any way to get this to run? > > > > Thanks, > > > > Jeff > > _______________________________________________ > > tc-dev mailing list > > [email protected] > > http://lists.terracotta.org/mailman/listinfo/tc-dev > > _______________________________________________ > tc-dev mailing list > [email protected] > http://lists.terracotta.org/mailman/listinfo/tc-dev -- Jason Voegele "Rights" is a fictional abstraction. No one has "Rights", neither machines nor flesh-and-blood. Persons... have opportunities, not rights, which they use or do not use. -- Lazarus Long _______________________________________________ tc-dev mailing list [email protected] http://lists.terracotta.org/mailman/listinfo/tc-dev
