From: Patrick W. <pat...@ny...> - 2008-07-25 03:06:16
|
Fixed it. There was a mistake in the init part of the build script. Copy and paste error. > -----Original Message----- > From: git...@li... [mailto:gitclipse- > bui...@li...] On Behalf Of Michelle S Osborne > Sent: Thursday, July 24, 2008 8:45 PM > To: git...@li... > Subject: Re: [Gitclipse-build] [cc] gitclipse Build Failed > > I'm not sure why this is failing. I added the javagitJar property to > build.local.properties, and the jar is being copied to the right > location on each successful javagit build. Was there anything else that > I was supposed to do? > > By the way, the way that I got that jar-publishing to work kind of > sucks because it will still break if the name of the jar produced by > the javagit build changes. The name is hard-coded into the publisher > that does the copying. I'm not sure how to determine the name of the > jar dynamically, other than by reading the pom file that produces it. > > Michelle > > ----- Original Message ----- > From: osp...@ny... > Date: Thursday, July 24, 2008 3:56 am > Subject: [Gitclipse-build] [cc] gitclipse Build Failed > To: git...@li... > > > View results here -> > http://linserv3.cims.nyu.edu:33333?log=log20080724035513 > > > > > > 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.buil > d/build.xml:103: > > Java returned: 13 > > > > > > > > Date of build: > > 07/24/2008 03:55:13 > > > > > > Time to build: > > 1 minute 23 seconds > > > > > > Last changed: > > 07/24/2008 03:51:55 > > > > > > Last log entry: > > Hopefully this will provide auto association for git projects. > > > > > > > > > > > > > > > > > > > > > > > > Errors/Warnings: (7) > > > > > > > > > > BUILD > > > FAILED/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v2007101 > 9/scripts/build.xml:24: > > The following error occurred while executing this > > > line:/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019 > /scripts/build.xml:64: > > The following error occurred while executing this > > > line:/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse > .build/customTargets.xml:10: > > The following error occurred while executing this > > > line:/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse > .build/allElements.xml:12: > > The following error occurred while executing this > > > line:/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019 > /scripts/genericTargets.xml:85: > > Unable to find plug-in: edu.nyu.cs.gitclipse.ui_0.0.0. Please check > > the error log for more details.Total time: 9 seconds > > > > > > > > > > > > > > > > Unit Tests: (0) > > > > > > > > > > > > No Tests Run > > > > > > > > > > > > This project doesn't have any tests > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Modifications since last successful build: > > (17) > > > > > > > > > > modified > > pcw216 > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/cor > e/GitTeamProviderType.java > > 07/24/2008 03:51:55 > > Hopefully this will provide auto association for git > projects. > > > > > > modified > > pcw216 > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/cor > e/GitProviderPlugin.java > > 07/24/2008 03:51:55 > > Hopefully this will provide auto association for git > projects. > > > > > > modified > > pcw216 > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/cor > e/messages.properties > > 07/24/2008 03:51:55 > > Hopefully this will provide auto association for git > projects. > > > > > > modified > > pcw216 > > /gitclipse/trunk/edu.nyu.cs.gitclipse.core.test/META- > INF/MANIFEST.MF > > 07/22/2008 23:36:16 > > Breaking the build to add in the javagit jar to plug-in > > dependencies and build script. > > > > > > modified > > pcw216 > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml > > 07/22/2008 23:36:13 > > Breaking the build to add in the javagit jar to plug-in > > dependencies and build script. > > > > > > modified > > pcw216 > > /gitclipse/trunk/edu.nyu.cs.gitclipse.build/build.xml > > 07/22/2008 23:36:13 > > Breaking the build to add in the javagit jar to plug-in > > dependencies and build script. > > > > > > modified > > pcw216 > > /gitclipse/trunk/edu.nyu.cs.gitclipse.core/META- > INF/MANIFEST.MF > > 07/22/2008 23:36:09 > > Breaking the build to add in the javagit jar to plug-in > > dependencies and build script. > > > > > > modified > > pcw216 > > /gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml > > 07/22/2008 23:36:05 > > Breaking the build to add in the javagit jar to plug-in > > dependencies and build script. > > > > > > modified > > acase > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/di > alogs/PushPage.java > > 07/22/2008 00:01:59 > > Moving ui.model.Push and ui.model.Pull to > > core.operation.GitPush and core.operation.GitPull where they probably > > belong. > > > > > > deleted > > acase > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/mo > del/Push.java > > 07/22/2008 00:01:59 > > Moving ui.model.Push and ui.model.Pull to > > core.operation.GitPush and core.operation.GitPull where they probably > > belong. > > > > > > added > > acase > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/cor > e/operations/GitPull.java > > 07/22/2008 00:01:59 > > Moving ui.model.Push and ui.model.Pull to > > core.operation.GitPush and core.operation.GitPull where they probably > > belong. > > > > > > modified > > acase > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/di > alogs/PullPage.java > > 07/22/2008 00:01:59 > > Moving ui.model.Push and ui.model.Pull to > > core.operation.GitPush and core.operation.GitPull where they probably > > belong. > > > > > > added > > acase > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/cor > e/operations/GitPush.java > > 07/22/2008 00:01:59 > > Moving ui.model.Push and ui.model.Pull to > > core.operation.GitPush and core.operation.GitPull where they probably > > belong. > > > > > > deleted > > acase > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/mo > del/Pull.java > > 07/22/2008 00:01:59 > > Moving ui.model.Push and ui.model.Pull to > > core.operation.GitPush and core.operation.GitPull where they probably > > belong. > > > > > > added > > pcw216 > > /gitclipse/trunk/edu.nyu.cs.gitclipse.update-site/site.xml > > 07/21/2008 16:59:17 > > Initial import of update site. > > > > > > added > > pcw216 > > /gitclipse/trunk/edu.nyu.cs.gitclipse.update-site/.project > > 07/21/2008 16:59:17 > > Initial import of update site. > > > > > > added > > pcw216 > > /gitclipse/trunk/edu.nyu.cs.gitclipse.update-site > > 07/21/2008 16:59:06 > > Initial import of update site. > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > ---- > > 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 |