Just checked the "server/app/target" folder, after a successful "maven package".
******************************************************* apache-james-trunk jerry$ tree server/app/target/ server/app/target/ ├── classes │ ├── META-INF │ │ ├── DEPENDENCIES │ │ ├── LICENSE │ │ ├── MANIFEST.MF │ │ ├── NOTICE │ │ ├── jpa-mappings-template.xml │ │ ├── org │ │ │ └── apache │ │ │ └── james │ │ │ ├── README │ │ │ ├── spring-mailbox-authenticator.xml │ │ │ ├── spring-mailbox-hbase.xml │ │ │ └── spring-server.xml │ │ ├── persistence-template.xml │ │ └── persistence.xml │ ├── dnsservice-template.conf │ ├── domainlist-template.conf │ ├── fetchmail-template.conf │ ├── hbase-site-template.xml │ ├── imapserver-template.conf │ ├── james-database-template.properties │ ├── jcr-repository-template.xml │ ├── jetm-monitoring.conf │ ├── jmx-template.properties │ ├── lib │ │ └── README.txt │ ├── lmtpserver-template.conf │ ├── log4j-template.properties │ ├── log4j.properties │ ├── mailbox-jcr-template.cnd │ ├── mailbox-maildir-template.properties │ ├── mailbox-template.conf │ ├── mailetcontainer-template.conf │ ├── mailrepositorystore-template.conf │ ├── org │ │ └── apache │ │ └── james │ │ └── app │ │ └── spring │ │ └── JamesAppSpringMain.class │ ├── pop3server-template.conf │ ├── recipientrewritetable-template.conf │ ├── smtpserver-template.conf │ ├── sqlResources-template.xml │ ├── sqlResources.xml │ ├── usersrepository-template.conf │ └── usersrepository23-template.conf ├── generated-sources │ └── annotations ├── james-server-app-3.0-beta5-SNAPSHOT-tests.jar ├── james-server-app-3.0-beta5-SNAPSHOT.jar ├── maven-archiver │ └── pom.properties ├── maven-shared-archive-resources │ └── META-INF │ ├── DEPENDENCIES │ ├── LICENSE │ └── NOTICE ├── maven-status │ └── maven-compiler-plugin │ └── compile │ └── default-compile │ └── createdFiles.lst ├── supplemental-models.xml └── test-classes └── META-INF ├── DEPENDENCIES ├── LICENSE └── NOTICE 22 directories, 48 files ******************************************************* Am I still missing something? -- Jerry Tian Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Wednesday, January 9, 2013 at 2:23 PM, Eric Charles wrote: > Doc needs a change.... you will find the baby in server/app/target. > Thx, Eric > > On 09/01/2013 05:49, Jerry Tian wrote: > > Hello, > > > > I think I still missed something. > > > > According to instructions here: > > > > package - generates all the James distributions, packed. From the root > > directory, cd to 'container-spring/target' to have the build distribution. > > > > I should have the latest James build, but all I got is: > > > > apache-james-trunk jerry$ ls -lh server/container-spring/target/ > > total 168 > > drwxr-xr-x 4 jerry staff 136B Jan 9 12:57 classes > > drwxr-xr-x 3 jerry staff 102B Jan 9 12:57 generated-sources > > -rw-r--r-- 1 jerry staff 8.7K Jan 9 13:39 > > james-server-container-spring-3.0-beta5-SNAPSHOT-tests.jar > > -rw-r--r-- 1 jerry staff 51K Jan 9 13:39 > > james-server-container-spring-3.0-beta5-SNAPSHOT.jar > > drwxr-xr-x 3 jerry staff 102B Jan 9 12:57 maven-archiver > > drwxr-xr-x 3 jerry staff 102B Jan 9 12:57 maven-shared-archive-resources > > drwxr-xr-x 3 jerry staff 102B Jan 9 12:57 maven-status > > -rw-r--r-- 1 jerry staff 17K Jan 9 13:39 supplemental-models.xml > > drwxr-xr-x 3 jerry staff 102B Jan 9 12:57 test-classes > > > > None of them seems to be the distribution package for deployment. Any > > suggestion? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org > (mailto:server-dev-unsubscr...@james.apache.org) > For additional commands, e-mail: server-dev-h...@james.apache.org > (mailto:server-dev-h...@james.apache.org) > >