Marketcetera Community Forums
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
how to use project 'org.marketcetera.photon.build' to make a headless build for photon  XML
Forum Index » Developer Help
Author Message
jiangjiahong


Joined: 07/11/2011 07:00:06
Messages: 6
Offline

I works at windows xp and eclipse 3.6

every thing goes well, but the productBuild.xml does not work.
it report an error:


btw: I tried http://www.vogella.de/articles/EclipsePDEBuild/article.html
it can not find some plugins like core, client, etc...

can you help me?
colin


Joined: 23/03/2009 21:35:49
Messages: 449
Offline

Will you please provide more detail so I can try to reproduce the problem?
jiangjiahong


Joined: 07/11/2011 07:00:06
Messages: 6
Offline

colin wrote:Will you please provide more detail so I can try to reproduce the problem?


Windows 7
Eclipse SDK Version: 3.6.1

1. I modified build.properties.
#buildDirectory=/home/autobuild/continuum-builds/31
buildDirectory=c:/continuum-builds
#baseLocation=/home/autobuild/eclipse-rcp-target-3.3.0
baseLocation=D:/software/program/eclipse
2. run the ant script productBuild.xml in my eclipse( in the same jre at workspace).
3. then the console reports:


Buildfile: E:\work\tem_WB\marketcetera-platform\source\photon\plugins\org.marketcetera.photon.build\productBuild.xml

main:

preBuild:
[mkdir] Created dir: E:\work\tem_WB\marketcetera-platform\source\photon\plugins\org.marketcetera.photon.build\${buildDirectory}

preSetup:

checkLocalMaps:

getMapFiles:
[cvs] Caught exception: Cannot run program "cvs" (in directory "E:\work\tem_WB\marketcetera-platform\source\photon\plugins\org.marketcetera.photon.build\${buildDirectory}\maps"): CreateProcess error=2, The system cannot find the file specified

postSetup:

checkLocalBase:

getBaseComponents:

BUILD FAILED
E:\work\tem_WB\marketcetera-platform\source\photon\plugins\org.marketcetera.photon.build\productBuild.xml:18: The following error occurred while executing this line:
D:\JDP\eclipse3.6.1\plugins\org.eclipse.pde.build_3.6.1.R36x_v20100823\scripts\build.xml:53: The following error occurred while executing this line:
D:\JDP\eclipse3.6.1\plugins\org.eclipse.pde.build_3.6.1.R36x_v20100823\templates\headless-build\customTargets.xml:73: The following error occurred while executing this line:
D:\JDP\eclipse3.6.1\plugins\org.eclipse.pde.build_3.6.1.R36x_v20100823\templates\headless-build\customTargets.xml:18: java.net.MalformedURLException: no protocol: ${eclipseBaseURL}

Total time: 359 milliseconds
 
Forum Index » Developer Help
Go to:   
Powered by JForum 2.1.8 © JForum Team