From: Patrick W. <pat...@ny...> - 2008-08-02 20:46:55
|
Okay, It took awhile but this should all be working now. You need to add that jar for the optional SCP task somewhere in your ant lib. Again, you should add it to ~/.ant/lib/ http://prdownloads.sourceforge.net/jsch/jsch-0.1.39.jar?download Build.local.properties has three more entries if you want it to publish. If you have any entry for "publish" it will think you want to, because it only checks that the property is set. updateUser=sourceforgeUser updatePassword=yourPassword publish=true Testing should also work now, and fail the build with a junit xml report in the usual place. -- Patrick On Sat, 2008-08-02 at 14:52 -0400, Michelle S Osborne wrote: > i noticed this line in the build log: > > [java] /home/mso206/cruisecontrol/gitclipse-build/plugins/edu.nyu.cs.gitclipse.test/test.xml:11: Basedir /home/mso206/cruisecontrol/gitclipse-build/plugins/edu.nyu.cs.gitclipse.test/${eclipse-test-home} does not exist > > That doesn't make sense for a couple of reasons. One is that eclipse-test-home definitely is defined in test.local.properties, and the second is that eclipse-test-home is the directory that the version of eclipse we're running tests against gets expanded to. That should be completely separate from the gitclipse-build directory, which is where the project gets built. > > Michelle > > ----- Original Message ----- > From: osp...@ny... > Date: Saturday, August 2, 2008 2:09 pm > Subject: [Gitclipse-build] [cc] gitclipse Build Failed > To: git...@li... > > > View results here -> http://linserv3.cims.nyu.edu:33333?log=log20080802140739 > > > > > > BUILD FAILED > > > > > > Ant Error Message: > > /home/mso206/cruisecontrol/build_gitclipse.xml:18: The following > > error occurred while executing this line: /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/build.xml:106: > > Java returned: 13 > > > > > > > > Date of build: > > 08/02/2008 14:07:39 > > > > > > Time to build: > > 1 minute 19 seconds > > > > > > Last changed: > > 08/02/2008 14:04:22 > > > > > > Last log entry: > > Added publishing for update site. > > > > > > > > > > > > > > > > > > > > > > > > Errors/Warnings: (6) > > > > > > > > > > BUILD > > FAILED/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:28: > > The following error occurred while executing this > > line:/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:112: > > The following error occurred while executing this > > line:/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:139: > > The following error occurred while executing this > > line:/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:186: > > Java returned: 13Total time: 1 minute 5 seconds > > > > > > > > > > > > > > > > Unit Tests: (0) > > > > > > > > > > > > No Tests Run > > > > > > > > > > > > This project doesn't have any tests > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Modifications since last successful build: > > (4) > > > > > > > > > > modified > > pcw216 > > /gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml > > 08/02/2008 14:04:22 > > Added publishing for update site. > > > > > > modified > > pcw216 > > /gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml > > 08/02/2008 14:04:20 > > Added publishing for update site. > > > > > > modified > > pcw216 > > /gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml > > 08/02/2008 14:04:19 > > Added publishing for update site. > > > > > > modified > > pcw216 > > /gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml > > 08/02/2008 02:44:25 > > Fail the test runner after all tests have run. > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > > Build the coolest Linux based applications with Moblin SDK & win great > > prizes > > Grand prize is a trip for two to an Open Source event anywhere in the > > world > > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > _______________________________________________ > > Gitclipse-build mailing list > > Git...@li... > > https://lists.sourceforge.net/lists/listinfo/gitclipse-build > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Gitclipse-build mailing list > Git...@li... > https://lists.sourceforge.net/lists/listinfo/gitclipse-build |