[jira] [Closed] (JAMES-1624) karaf build failure on james trunk on mvn package

2015-10-26 Thread Matthieu Baechler (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthieu Baechler closed JAMES-1624. Resolution: Fixed merged > karaf build failure on james trunk on mvn pack

[jira] [Commented] (JAMES-1624) karaf build failure on james trunk on mvn package

2015-10-26 Thread ASF GitHub Bot (JIRA)
pull request: https://github.com/apache/james-project/pull/8#issuecomment-151055063 :+1: > karaf build failure on james trunk on mvn package > - > > Key: JAMES-1624 > URL: https://issues.apa

[jira] [Commented] (JAMES-1624) karaf build failure on james trunk on mvn package

2015-10-23 Thread ASF GitHub Bot (JIRA)
pull request: https://github.com/apache/james-project/pull/8#issuecomment-150568076 :+1: > karaf build failure on james trunk on mvn package > - > > Key: JAMES-1624 > URL: https://issues.apa

[jira] [Commented] (JAMES-1624) karaf build failure on james trunk on mvn package

2015-10-23 Thread ASF GitHub Bot (JIRA)
pull request: https://github.com/apache/james-project/pull/8#issuecomment-150525089 Build finished. No test results found. > karaf build failure on james trunk on mvn package > - > > Key: JAMES-1624 >

[jira] [Commented] (JAMES-1624) karaf build failure on james trunk on mvn package

2015-10-23 Thread ASF GitHub Bot (JIRA)
pull request: https://github.com/apache/james-project/pull/8#issuecomment-150524840 Build triggered. sha1 is merged. > karaf build failure on james trunk on mvn package > - > > Key: JAMES-1624 >

[jira] [Commented] (JAMES-1624) karaf build failure on james trunk on mvn package

2015-10-23 Thread ASF GitHub Bot (JIRA)
pull request: https://github.com/apache/james-project/pull/8#issuecomment-150524880 Build started sha1 is merged. > karaf build failure on james trunk on mvn package > - > > Key: JAMES-1624 >

[jira] [Commented] (JAMES-1624) karaf build failure on james trunk on mvn package

2015-10-23 Thread ASF GitHub Bot (JIRA)
hase This tasks takes artifacts from maven repository and put them in target/ directory. It actually needs these artifacts to be installed, and it obviously fails if they are missing. > karaf build failure on james trunk on mvn

[jira] [Commented] (JAMES-1624) karaf build failure on james trunk on mvn package

2015-10-23 Thread Matthieu Baechler (JIRA)
araf distribution pom.xml, it tries to deploy artifacts from m2 repository even when running "package" goal, so artifacts are obviously not there. What about changing the phase to install ? (I'll open a PR for this but I need feedback) > karaf build failure on jame

[jira] [Created] (JAMES-1624) karaf build failure on james trunk on mvn package

2015-10-13 Thread Matthieu Baechler (JIRA)
Matthieu Baechler created JAMES-1624: Summary: karaf build failure on james trunk on mvn package Key: JAMES-1624 URL: https://issues.apache.org/jira/browse/JAMES-1624 Project: James Server

[jira] [Commented] (JAMES-1508) build failure on james trunk At revision 1487220

2015-10-13 Thread Matthieu Baechler (JIRA)
open this ticket but IMO it's still a bug : "mvn package" should not fail. I'll open a clone to track progress on this problem. > build failure on james trunk At revision 1487220 > > > Key

[jira] [Closed] (JAMES-1508) build failure on james trunk At revision 1487220

2013-05-28 Thread echo (JIRA)
stall -DskipTests" worked. Thanks [~chas] > build failure on james trunk At revision 1487220 > > > Key: JAMES-1508 > URL: https://issues.apache.org/jira/browse/JAMES-1508 >

[jira] [Commented] (JAMES-1508) build failure on james trunk At revision 1487220

2013-05-28 Thread Eric Charles (JIRA)
tion: /Users/wdx/.m2/repository/org/apache/james/karaf/james-karaf-features/3.0.0-beta5-SNAPSHOT/james-karaf-features-3.0.0-beta5-SNAPSHOT-features.xml (No such file or directory) Would 'mvn install' help? (not sure) Thx, Eric > build failure on james trunk At

[jira] [Updated] (JAMES-1508) build failure on james trunk At revision 1487220

2013-05-28 Thread Echo (JIRA)
fa450edef68 Revision: 1487220 Node Kind: directory Schedule: normal Last Changed Author: eric Last Changed Rev: 1476802 Last Changed Date: 2013-04-29 01:23:37 +0800 (一, 29 4 2013) was:(Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36

[jira] [Created] (JAMES-1508) build failure on james trunk At revision 1487220

2013-05-28 Thread Echo (JIRA)
Echo created JAMES-1508: --- Summary: build failure on james trunk At revision 1487220 Key: JAMES-1508 URL: https://issues.apache.org/jira/browse/JAMES-1508 Project: James Server Issue Type: Bug

Re: Build failure on James trunk

2013-01-12 Thread Jerry Tian
Thanks, Eric, it works now. -- Jerry Tian Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Saturday, January 12, 2013 at 5:47 PM, Eric Charles wrote: > In that case, I ususally do "mvn clean install" and it works. > Add -DskipTests because we have for now test failure in the > mailb

Re: Build failure on James trunk

2013-01-12 Thread Eric Charles
In that case, I ususally do "mvn clean install" and it works. Add -DskipTests because we have for now test failure in the mailbox-integration-tests module. Thx, Eric On 11/01/2013 08:25, Jerry Tian wrote: Hello, I do think the build trunk should be put into Jenkins, but in a less frequent w

Re: Build failure on James trunk

2013-01-11 Thread Jerry Tian
Hello, I do think the build trunk should be put into Jenkins, but in a less frequent way, like one build a week or one build every two weeks? Maybe the tests can be disable too. If building without tests, the whole process should take less than 5 minutes, at least on my Macbook(a 2012 model).

Re: Build failure on James trunk

2013-01-10 Thread Eric Charles
On 10/01/2013 09:33, Ioan Eugen Stan wrote: Hello Jerry, Thanks for the patch and all the support so far. I think I'm the reason for James's missing dependencies failures. I update server but I didn't build all the James components from current, like you did. I just built Server. I apologize f

Re: Build failure on James trunk

2013-01-10 Thread Ioan Eugen Stan
Hello Jerry, Thanks for the patch and all the support so far. I think I'm the reason for James's missing dependencies failures. I update server but I didn't build all the James components from current, like you did. I just built Server. I apologize for not documenting the process. Please feel free

Re: Build failure on James trunk

2013-01-09 Thread Eric Charles
Hi Jerry, The mailing list strips attachments. Moreover, to submit content (code, doc...), it's best to open a JIRA and attach there the patch granting ASF for rights. Thx, Eric On 10/01/2013 06:55, Jerry Tian wrote: Hi, Eric, The document patch generated from SVN diff is attached. -- Jer

Re: Build failure on James trunk

2013-01-09 Thread Jerry Tian
Hi, Eric, The document patch generated from SVN diff is attached. -- Jerry Tian Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Wednesday, January 9, 2013 at 4:17 PM, Eric Charles wrote: > You're more than welcome :) > Feel free to submit the patch, I will happily commit it. > >

Re: Build failure on James trunk

2013-01-09 Thread Eric Charles
You're more than welcome :) Feel free to submit the patch, I will happily commit it. Thx, Eric On 09/01/2013 07:46, Jerry Tian wrote: cheers, finally catch it. btw, if it helps to fix the document, please let me know. I found that they are in "server/src/site/xdoc/dev-build.xml ", so if need

Re: Build failure on James trunk

2013-01-08 Thread Jerry Tian
cheers, finally catch it. btw, if it helps to fix the document, please let me know. I found that they are in "server/src/site/xdoc/dev-build.xml ", so if needed, I can submit a patch of it. Thanks. -- Jerry Tian Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Wednesday, January 9

Re: Build failure on James trunk

2013-01-08 Thread Eric Charles
Oops, it's just new. You need to invoke with a profile. Add "-Pwith-assembly" to your mvn command. Thx, Eric On 09/01/2013 07:09, Jerry Tian wrote: > Just checked the "server/app/target" folder, after a successful "maven > package". > > > ***

Re: Build failure on James trunk

2013-01-08 Thread Jerry Tian
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 │ │ ├── MANIF

Re: Build failure on James trunk

2013-01-08 Thread Eric Charles
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-spr

Re: Build failure on James trunk

2013-01-08 Thread Eric Charles
That's an excellent input. I have moved the definitions in james-project to "/project/build/plugins". Children definitively benefit from these. However, apache-parent doesn't have them (I tought they had). I will update james-sever to 1.8.2.-SNAPSHOT james-project, and it should work fine. T

Re: Build failure on James trunk

2013-01-08 Thread Jerry Tian
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

Re: Build failure on James trunk

2013-01-08 Thread Jerry Tian
Hi, Eric, After trying XML code here and there, finally got the trunk to build. The only change need to made is in server/pom.xml *** apache-james-trunk jerry$ svn diff server/pom.xml Index: server/pom.xml ===

Re: Build failure on James trunk

2013-01-08 Thread Jerry Tian
Hi, Eric, After SVN update, I still got the same error, both install and package. *** [INFO] [INFO]

Re: Build failure on James trunk

2013-01-08 Thread Eric Charles
There may have an configuration to tune regarding the deployement of test-jar. In the meantime, could you try to build with "mvn install" instead of "mvn compile" or "mvn package" (I assume you don't invoke install, otherwise you shouldn't have that issue). Thx in advance for your feedback,

Re: Build failure on James trunk

2013-01-08 Thread Jerry Tian
Hi, Eric, Just updated the repo and made a clean build, it passed the previous modules, but failed on another one. Here is the output. [INFO] [INFO]

Re: Build failure on James trunk

2013-01-08 Thread Eric Charles
Hi Jerry, I have update the jsieve pom, see JSIEVE-95, the 2.5.0-SNAPSHOT was not deployed in nexus (2.5.1-SNAPSHOT well). The mailbox-integration-tester was compiling fine a few days ago here, but lamentally fails today with the same exception as yours. I have committed a fix (MAILBOX-190).

Build failure on James trunk

2013-01-08 Thread Jerry Tian
Hello, When attempted to build from trunk and follow the latest development of James, I am stuck with two building errors. One is module version related, one is compiling error. I am following the building instruction there: http://james.apache.org/server/3/dev-build.html After checking out