I am trying to build a plugin... phpeclipse and we are currently using cvs. When i tried to build with anonymous it gave me an error and keep asking for password. So i tried with an account that has write access to the repo, and i am still getting an error. How can i build a project from cvs? I have checked and the command line tool is there.
Eclipse 3.2.2
Pluginbuilder 0.2.0
Linux GTK
Java 1.6.0
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You have to make sure that cvs runs from command line without interaction. So, if you have entered the CVS root CVSROOT, make sure that
cvs -d CVSROOT co <yourplugin>
works for you with <yourplugin> being both the project name of your plug-in in the workspace and the module name in CVS. If they are not equal, please check the map file in maps/all.map. In addition to that you can check "Use ANT verbose mode" in order to see and verify the cvs commands which the PDE build generates from the map files.
On windows you can use "cvs login" to store a password, if necessary. So, run
cvs -d CVSROOT login
once and the password will be stored and following cvs commands can run without user interaction. An alternative is to set CVS_RSH to a shell script which can contain the password or use ssh to create a key based connection.
Since you have an anonymous account, I would rather assume that the CVSROOT is not quite correct.
Please also note that the 3.3 stream of pluginbuilder http://pluginbuilder3_3.pluginbuilder.org will read the CVS information from the projects in your workspace and create the map file from it. That might help if you don't have a straight mapping from your CVS modules to your workspace projects (e.g. different sub folders).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for the help. This is what i have. my CVSROOT is set to :pserver:anonymous@phpeclipse.cvs.sourceforge.net/cvsroot/phpeclipse
if i run the following on the command line.
cvs -d :pserver:anonymous@phpeclipse.cvs.sourceforge.net/cvsroot/phpeclipse co net.sourceforge.phpeclipse
it checks out the project.
This is what my map.all files looks like.
Buildfile: /data/home/emann/workspace_oss/phpeclipse/build.xml
main:
-properties:
-clean:
[echo] Cleaning directory /tmp/pluginbuilder/phpeclipse
[delete] Deleting directory /tmp/pluginbuilder/phpeclipse
[mkdir] Created dir: /tmp/pluginbuilder/phpeclipse
-build:
[java] Apache Ant version 1.6.5 compiled on June 2 2005
[java] Buildfile: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml
[java] parsing buildfile /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml with URI = file:///data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] Override ignored for property builder
[java] [property] Loading /data/home/emann/workspace_oss/phpeclipse/build-files/build.properties
[java] Override ignored for property javacFailOnError
[java] Override ignored for property fetchTag
[java] Override ignored for property buildType
[java] [available] Found: /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] Override ignored for property customTargets
[java] Build sequence for target(s) `main' is [main]
[java] Complete build sequence is [main, postBuild, fetch, process, assemble, preBuild, clean, generate, package, ]
[java] main:
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] [antcall] calling target(s) [preBuild] in build file /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml
[java] parsing buildfile /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml with URI = file:///data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] Override ignored for property builder
[java] Override ignored for property builderDirectory
[java] Override ignored for property buildProperties
[java] [property] Loading /data/home/emann/workspace_oss/phpeclipse/build-files/build.properties
[java] Override ignored for property javacDebugInfo
[java] Override ignored for property javacTarget
[java] Override ignored for property collectingFolder
[java] Override ignored for property javacFailOnError
[java] Override ignored for property archivePrefix
[java] Override ignored for property fetchTag
[java] Override ignored for property javacSource
[java] Override ignored for property mapVersionTag
[java] Override ignored for property buildType
[java] [available] Found: /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] Overriding previous definition of property customTargets
[java] Override ignored for property customTargets
[java] Override ignored for property genericTargets
[java] Build sequence for target(s) `preBuild' is [preBuild]
[java] Complete build sequence is [preBuild, postBuild, fetch, process, assemble, main, clean, generate, package, ]
[java] [antcall] Entering /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml...
[java] Build sequence for target(s) `preBuild' is [preBuild]
[java] Complete build sequence is [preBuild, postBuild, fetch, process, assemble, main, clean, generate, package, ]
[java] preBuild:
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] [ant] calling target(s) [preSetup] in build file /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] [property] Loading /data/home/emann/workspace_oss/phpeclipse/pluginbuilder.config
[java] [property] Loading /tmp/pluginbuilder/phpeclipse/version.properties
[java] [property] Unable to find property file: /tmp/pluginbuilder/phpeclipse/version.properties
[java] Importing file allElements.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml
[java] Importing file subversionSupport.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml
[java] Importing file fetchSvnAll.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/fetchSvnAll.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/fetchSvnAll.xml
[java] Override ignored for property buildResultsDirectory
[java] [ant] Entering /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml...
[java] Build sequence for target(s) `preSetup' is [preSetup]
[java] Complete build sequence is [preSetup, postSetup, -prepareBuildResultsDirectory, postBuild, callExternalPostBuild, postFetch, postGenerate, svn.co, fetch.svn.all, assemble.net.sourceforge.phpeclipse, package, getMapFiles, allElements, postAssemble, preGenerate, allElementsExceptSvnFetch, replaceVersions, fetchSubversion, noDefault, preProcess, preAssemble, postProcess, preFetch, runTests, ]
[java] preSetup:
[java] [ant] Exiting /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml.
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] [ant] calling target(s) [getMapFiles] in build file /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] [property] Loading /data/home/emann/workspace_oss/phpeclipse/pluginbuilder.config
[java] [property] Loading /tmp/pluginbuilder/phpeclipse/version.properties
[java] [property] Unable to find property file: /tmp/pluginbuilder/phpeclipse/version.properties
[java] Importing file allElements.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml
[java] Importing file subversionSupport.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml
[java] Importing file fetchSvnAll.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/fetchSvnAll.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/fetchSvnAll.xml
[java] Override ignored for property buildResultsDirectory
[java] [ant] Entering /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml...
[java] Build sequence for target(s) `getMapFiles' is [getMapFiles]
[java] Complete build sequence is [getMapFiles, postSetup, -prepareBuildResultsDirectory, postBuild, callExternalPostBuild, postFetch, postGenerate, svn.co, fetch.svn.all, assemble.net.sourceforge.phpeclipse, package, allElements, postAssemble, preGenerate, allElementsExceptSvnFetch, replaceVersions, fetchSubversion, noDefault, preProcess, preAssemble, postProcess, preSetup, preFetch, runTests, ]
[java] getMapFiles:
[java] [echo] Copying map files.
[java] [copy] all.map added as all.map doesn't exist.
[java] [copy] Copying 1 file to /tmp/pluginbuilder/phpeclipse/maps
[java] [copy] Copying /data/home/emann/workspace_oss/phpeclipse/maps/all.map to /tmp/pluginbuilder/phpeclipse/maps/all.map
[java] [ant] Exiting /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml.
[java] [concat] Concating file /tmp/pluginbuilder/phpeclipse/maps/all.map
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] [ant] calling target(s) [postSetup] in build file /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] [property] Loading /data/home/emann/workspace_oss/phpeclipse/pluginbuilder.config
[java] [property] Loading /tmp/pluginbuilder/phpeclipse/version.properties
[java] [property] Unable to find property file: /tmp/pluginbuilder/phpeclipse/version.properties
[java] Importing file allElements.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml
[java] Importing file subversionSupport.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml
[java] Importing file fetchSvnAll.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/fetchSvnAll.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/fetchSvnAll.xml
[java] Override ignored for property buildResultsDirectory
[java] [ant] Entering /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml...
[java] Build sequence for target(s) `postSetup' is [postSetup]
[java] Complete build sequence is [postSetup, -prepareBuildResultsDirectory, postBuild, callExternalPostBuild, postFetch, postGenerate, svn.co, fetch.svn.all, assemble.net.sourceforge.phpeclipse, package, getMapFiles, allElements, postAssemble, preGenerate, allElementsExceptSvnFetch, replaceVersions, fetchSubversion, noDefault, preProcess, preAssemble, postProcess, preSetup, preFetch, runTests, ]
[java] postSetup:
[java] [ant] Exiting /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml.
[java] [antcall] Exiting /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml.
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] [antcall] calling target(s) [fetch] in build file /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml
[java] parsing buildfile /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml with URI = file:///data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] Override ignored for property builder
[java] Override ignored for property builderDirectory
[java] Override ignored for property buildProperties
[java] [property] Loading /data/home/emann/workspace_oss/phpeclipse/build-files/build.properties
[java] Override ignored for property javacDebugInfo
[java] Override ignored for property javacTarget
[java] Override ignored for property collectingFolder
[java] Override ignored for property javacFailOnError
[java] Override ignored for property archivePrefix
[java] Override ignored for property fetchTag
[java] Override ignored for property javacSource
[java] Override ignored for property mapVersionTag
[java] Override ignored for property buildType
[java] [available] Found: /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] Overriding previous definition of property customTargets
[java] Override ignored for property customTargets
[java] Override ignored for property genericTargets
[java] Build sequence for target(s) `fetch' is [fetch]
[java] Complete build sequence is [fetch, postBuild, process, assemble, main, preBuild, clean, generate, package, ]
[java] [antcall] Entering /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml...
[java] Build sequence for target(s) `fetch' is [fetch]
[java] Complete build sequence is [fetch, postBuild, process, assemble, main, preBuild, clean, generate, package, ]
[java] fetch:
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] [ant] calling target(s) [preFetch] in build file /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] [property] Loading /data/home/emann/workspace_oss/phpeclipse/pluginbuilder.config
[java] [property] Loading /tmp/pluginbuilder/phpeclipse/version.properties
[java] [property] Unable to find property file: /tmp/pluginbuilder/phpeclipse/version.properties
[java] Importing file allElements.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml
[java] Importing file subversionSupport.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml
[java] Importing file fetchSvnAll.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/fetchSvnAll.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/fetchSvnAll.xml
[java] Override ignored for property buildResultsDirectory
[java] [ant] Entering /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml...
[java] Build sequence for target(s) `preFetch' is [preFetch]
[java] Complete build sequence is [preFetch, postSetup, -prepareBuildResultsDirectory, postBuild, callExternalPostBuild, postFetch, postGenerate, svn.co, fetch.svn.all, assemble.net.sourceforge.phpeclipse, package, getMapFiles, allElements, postAssemble, preGenerate, allElementsExceptSvnFetch, replaceVersions, fetchSubversion, noDefault, preProcess, preAssemble, postProcess, preSetup, runTests, ]
[java] preFetch:
[java] [ant] Exiting /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml.
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] [ant] calling target(s) [allElements] in build file /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] [property] Loading /data/home/emann/workspace_oss/phpeclipse/pluginbuilder.config
[java] [property] Loading /tmp/pluginbuilder/phpeclipse/version.properties
[java] [property] Unable to find property file: /tmp/pluginbuilder/phpeclipse/version.properties
[java] Importing file allElements.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml
[java] Importing file subversionSupport.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml
[java] Importing file fetchSvnAll.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/fetchSvnAll.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/fetchSvnAll.xml
[java] Override ignored for property buildResultsDirectory
[java] [ant] Entering /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml...
[java] Build sequence for target(s) `allElements' is [allElements]
[java] Complete build sequence is [allElements, postSetup, -prepareBuildResultsDirectory, postBuild, callExternalPostBuild, postFetch, postGenerate, svn.co, fetch.svn.all, assemble.net.sourceforge.phpeclipse, package, getMapFiles, postAssemble, preGenerate, allElementsExceptSvnFetch, replaceVersions, fetchSubversion, noDefault, preProcess, preAssemble, postProcess, preSetup, preFetch, runTests, ]
[java] allElements:
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] [antcall] calling target(s) [allElementsExceptSvnFetch] in build file /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] Override ignored for property isNightlyBuild
[java] Override ignored for property isNightlyOrIntegrationBuild
[java] [property] Loading /data/home/emann/workspace_oss/phpeclipse/pluginbuilder.config
[java] Override ignored for property autotestsuite.class.exclusions
[java] Override ignored for property verboseAnt
[java] Override ignored for property pluginbuilder.features
[java] Override ignored for property autotestsuite.trace
[java] Override ignored for property pluginbuilder.is.svn
[java] Override ignored for property pluginbuilder.cvs.root
[java] Override ignored for property autotestsuite.class.inclusions
[java] Override ignored for property pluginbuilder.is.runtests
[java] Override ignored for property autotestsuite.plugin.inclusions
[java] Override ignored for property pluginbuilder.is.cvs
[java] [property] Loading /tmp/pluginbuilder/phpeclipse/version.properties
[java] [property] Unable to find property file: /tmp/pluginbuilder/phpeclipse/version.properties
[java] Override ignored for property buildLabel
[java] Override ignored for property buildId
[java] Override ignored for property isCVS
[java] Importing file allElements.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml
[java] Importing file subversionSupport.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml
[java] Importing file fetchSvnAll.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/fetchSvnAll.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/fetchSvnAll.xml
[java] Override ignored for property buildResultsDirectory
[java] Build sequence for target(s) `allElementsExceptSvnFetch' is [allElementsExceptSvnFetch]
[java] Complete build sequence is [allElementsExceptSvnFetch, postSetup, -prepareBuildResultsDirectory, postBuild, callExternalPostBuild, postFetch, postGenerate, svn.co, fetch.svn.all, assemble.net.sourceforge.phpeclipse, package, getMapFiles, allElements, postAssemble, preGenerate, replaceVersions, fetchSubversion, noDefault, preProcess, preAssemble, postProcess, preSetup, preFetch, runTests, ]
[java] [antcall] Entering /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml...
[java] Build sequence for target(s) `allElementsExceptSvnFetch' is [allElementsExceptSvnFetch]
[java] Complete build sequence is [allElementsExceptSvnFetch, postSetup, -prepareBuildResultsDirectory, postBuild, callExternalPostBuild, postFetch, postGenerate, svn.co, fetch.svn.all, assemble.net.sourceforge.phpeclipse, package, getMapFiles, allElements, postAssemble, preGenerate, replaceVersions, fetchSubversion, noDefault, preProcess, preAssemble, postProcess, preSetup, preFetch, runTests, ]
[java] allElementsExceptSvnFetch:
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] [ant] calling target(s) [fetchElement] in build file /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml
[java] parsing buildfile /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml with URI = file:///data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] Override ignored for property fetchTag
[java] [ant] Entering /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml...
[java] Build sequence for target(s) `fetchElement' is [init, fetchElement]
[java] Complete build sequence is [init, fetchElement, noDefault, assembleElement, processElement, gatherLogs, gatherSources, packageElement, generateScript, gatherBinaries, cleanElement, ]
[java] init:
[java] fetchElement:
[java] [mkdir] Created dir: /tmp/pluginbuilder/phpeclipse/features
[java] [mkdir] Created dir: /tmp/pluginbuilder/phpeclipse/plugins
[java] [ant] Exiting /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml.
[java] [antcall] Exiting /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml.
[java] [ant] Exiting /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml.
[java] [antcall] Exiting /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml.
[java] BUILD FAILED
[java] /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml:23: The following error occurred while executing this line:
[java] /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml:51: The following error occurred while executing this line:
[java] /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml:40: The following error occurred while executing this line:
[java] /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml:4: The following error occurred while executing this line:
[java] /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:384)
[java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
[java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
[java] at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:706)
[java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:584)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:597)
[java] at org.eclipse.ant.core.AntRunner.run(AntRunner.java:494)
[java] at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
[java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
[java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:597)
[java] at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
[java] at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
[java] at org.eclipse.core.launcher.Main.run(Main.java:977)
[java] at org.eclipse.core.launcher.Main.main(Main.java:952)
[java] Caused by: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml:51: The following error occurred while executing this line:
[java] /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml:40: The following error occurred while executing this line:
[java] /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml:4: The following error occurred while executing this line:
[java] /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:384)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] ... 30 more
[java] Caused by: /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml:40: The following error occurred while executing this line:
[java] /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml:4: The following error occurred while executing this line:
[java] /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:384)
[java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] ... 39 more
[java] Caused by: /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml:4: The following error occurred while executing this line:
[java] /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:384)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] ... 49 more
[java] Caused by: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.eclipse.pde.internal.build.tasks.FetchTask.execute(FetchTask.java:104)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] ... 58 more
[java] --- Nested Exception ---
[java] /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml:51: The following error occurred while executing this line:
[java] /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml:40: The following error occurred while executing this line:
[java] /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml:4: The following error occurred while executing this line:
[java] /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:384)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
[java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
[java] at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:706)
[java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:584)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:597)
[java] at org.eclipse.ant.core.AntRunner.run(AntRunner.java:494)
[java] at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
[java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
[java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:597)
[java] at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
[java] at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
[java] at org.eclipse.core.launcher.Main.run(Main.java:977)
[java] at org.eclipse.core.launcher.Main.main(Main.java:952)
[java] Caused by: /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml:40: The following error occurred while executing this line:
[java] /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml:4: The following error occurred while executing this line:
[java] /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:384)
[java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] ... 39 more
[java] Caused by: /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml:4: The following error occurred while executing this line:
[java] /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:384)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] ... 49 more
[java] Caused by: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.eclipse.pde.internal.build.tasks.FetchTask.execute(FetchTask.java:104)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] ... 58 more
[java] --- Nested Exception ---
[java] /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml:40: The following error occurred while executing this line:
[java] /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml:4: The following error occurred while executing this line:
[java] /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:384)
[java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
[java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
[java] at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:706)
[java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:584)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:597)
[java] at org.eclipse.ant.core.AntRunner.run(AntRunner.java:494)
[java] at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
[java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
[java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:597)
[java] at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
[java] at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
[java] at org.eclipse.core.launcher.Main.run(Main.java:977)
[java] at org.eclipse.core.launcher.Main.main(Main.java:952)
[java] Caused by: /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml:4: The following error occurred while executing this line:
[java] /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:384)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] ... 49 more
[java] Caused by: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.eclipse.pde.internal.build.tasks.FetchTask.execute(FetchTask.java:104)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] ... 58 more
[java] --- Nested Exception ---
[java] /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml:4: The following error occurred while executing this line:
[java] /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:384)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
[java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
[java] at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:706)
[java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:584)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:597)
[java] at org.eclipse.ant.core.AntRunner.run(AntRunner.java:494)
[java] at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
[java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
[java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:597)
[java] at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
[java] at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
[java] at org.eclipse.core.launcher.Main.run(Main.java:977)
[java] at org.eclipse.core.launcher.Main.main(Main.java:952)
[java] Caused by: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.eclipse.pde.internal.build.tasks.FetchTask.execute(FetchTask.java:104)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] ... 58 more
[java] --- Nested Exception ---
[java] /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.eclipse.pde.internal.build.tasks.FetchTask.execute(FetchTask.java:104)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
[java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
[java] at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:706)
[java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:584)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:597)
[java] at org.eclipse.ant.core.AntRunner.run(AntRunner.java:494)
[java] at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
[java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
[java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:597)
[java] at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
[java] at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
[java] at org.eclipse.core.launcher.Main.run(Main.java:977)
[java] at org.eclipse.core.launcher.Main.main(Main.java:952)
[java] Total time: 3 seconds
BUILD FAILED
/data/home/emann/workspace_oss/phpeclipse/build.xml:97: The following error occurred while executing this line:
/data/home/emann/workspace_oss/phpeclipse/build.xml:53: Java returned: 13
Total time: 7 seconds
I hope this was not to much info, but i am at a loss here. what have i done wrong?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I downloaded Europa and was able to get the product to build. I am happy with that. Thanks for your assistance. I don't know why the 3.2 version of eclipse would not work.
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would still like to know why i cannot get it to build with 3.2.2. I now know that i have a need to publish for Eclipse 3.2.2 for a little while longer.
Any help is appreciated.
I really like this tool. If there is something i can do to assist you let me know.
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The problem here is that the pluginbuilder 0.2.0 version for Eclipse 3.2.2 does *not* read in the CVS information from the projects. It just creates map entries from the plugin's (or feature's) ID and the CVS root which you specify in the pluginbuilder editor. This will only work OK if there is a one to one mapping from ID to CVS module. Therefore you have to double check the generated map file.
This is already fixed in pluginbuilder 3.3 stream, and I would only need some time to merge it back to the 3.2 stream. The current 3.3 HEAD is able to read CVS and subversive information from projects and create correct map files.
In order to build phpeclipse successfully,please also comment the line containing "<replacefilter token="0.0.0.. />" in customTargets.xml:
Concerning the versioning I would suggest that you set the feature and plugin ids to specific versions (i.e. something differnt from 0.0.0) using a qualifier, e.g.
0.1.0.qualifier. The qualifier will then be replaced during the build process. For HEAD builds it will contain the timestamp, for release build you can specify a value.
cheers
Markus
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I applied the postBuild.xml file to the build-files directory. However i notice that my jar files have 0.0.0 is this because i commented out the following?
<replace dir="${buildDirectory}/features">
<include name="**/feature.xml"/>
<!-- <replacefilter token="0.0.0" value="${version.full}" /> -->
<replacefilter token="VERSION_QUALIFIER"
do i need to change my version to 0.0.0
I hope i am not being a pest. I appreciate the time you have given for this project, and in helping me. I know the value of peoples time, especially developers. If there is anything i can help you with or if you have a wish list i could get you something off of let me know.
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Edward, your questions are welcome. Since I am a user of phpeclipse myself I am happy to give back something to the phpeclipse team.
Basically, the problem here is that the replacement is done in ANT and is very simplistic, i.e. it only uses token replacement and there is no knowledge about the structure of the feature.xml. Therefore there is no way to differentiate between the version of the feature and the version of plug-ins. So, if you replace 0.0.0 with another version, every occurence of 0.0.0 in feature.xml will be replaced with that version. That means that the versions of the required plug-ins will be replaced too. This approach only works if the version of every plug-in (defined in the plug-ins manifest) is set to 0.0.0, too, since this will be replaced, too. So, either set *every* version, both in the feature.xml and the plug-in Manifest files to 0.0.0 and replace it with ${version.full} or do not replace with ${version.full} at all.
The recommended approach is to set the version of features and plugins to a full version including the marker 'qualifier' for replacement with a unique value during the build process. E.g. if you set the version to "1.0.0.qualifier" the qualifier will be replaced with a timestamp and the suffix NGT, so the full version could look like 200705120735NGT (note that you need to use the latest custom-targets.xml from the pluginbuilder3_3 branch). For release builds you can specify a value, e.g. 20070512PRD.
The versions of included plugins in the feature.xml should usually be 0.0.0. The build process handles 0.0.0 as special case and looks up the version of the check out plug-in. Therefore there is no need to maintain the version at several places.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to build a plugin... phpeclipse and we are currently using cvs. When i tried to build with anonymous it gave me an error and keep asking for password. So i tried with an account that has write access to the repo, and i am still getting an error. How can i build a project from cvs? I have checked and the command line tool is there.
Eclipse 3.2.2
Pluginbuilder 0.2.0
Linux GTK
Java 1.6.0
Thanks.
You have to make sure that cvs runs from command line without interaction. So, if you have entered the CVS root CVSROOT, make sure that
cvs -d CVSROOT co <yourplugin>
works for you with <yourplugin> being both the project name of your plug-in in the workspace and the module name in CVS. If they are not equal, please check the map file in maps/all.map. In addition to that you can check "Use ANT verbose mode" in order to see and verify the cvs commands which the PDE build generates from the map files.
On windows you can use "cvs login" to store a password, if necessary. So, run
cvs -d CVSROOT login
once and the password will be stored and following cvs commands can run without user interaction. An alternative is to set CVS_RSH to a shell script which can contain the password or use ssh to create a key based connection.
Since you have an anonymous account, I would rather assume that the CVSROOT is not quite correct.
Please also note that the 3.3 stream of pluginbuilder http://pluginbuilder3_3.pluginbuilder.org will read the CVS information from the projects in your workspace and create the map file from it. That might help if you don't have a straight mapping from your CVS modules to your workspace projects (e.g. different sub folders).
Markus,
Thanks for the help. This is what i have. my CVSROOT is set to :pserver:anonymous@phpeclipse.cvs.sourceforge.net/cvsroot/phpeclipse
if i run the following on the command line.
cvs -d :pserver:anonymous@phpeclipse.cvs.sourceforge.net/cvsroot/phpeclipse co net.sourceforge.phpeclipse
it checks out the project.
This is what my map.all files looks like.
feature@net.sourceforge.phpeclipse=HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net/cvsroot/phpeclipse,,net.sourceforge.phpeclipse
plugin@net.sourceforge.phpeclipse.smarty.ui=HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net/cvsroot/phpeclipse,,net.sourceforge.phpeclipse.smarty.ui
plugin@net.sourceforge.phpeclipse=HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net/cvsroot/phpeclipse,,net.sourceforge.phpeclipse
plugin@net.sourceforge.phpeclipse.core=HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net/cvsroot/phpeclipse,,net.sourceforge.phpeclipse.core
plugin@net.sourceforge.phpeclipse.debug.core=HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net/cvsroot/phpeclipse,,net.sourceforge.phpeclipse.debug.core
plugin@net.sourceforge.phpeclipse.debug.ui=HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net/cvsroot/phpeclipse,,net.sourceforge.phpeclipse.debug.ui
plugin@net.sourceforge.phpeclipse.externaltools=HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net/cvsroot/phpeclipse,,net.sourceforge.phpeclipse.externaltools
plugin@net.sourceforge.phpeclipse.launching=HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net/cvsroot/phpeclipse,,net.sourceforge.phpeclipse.launching
plugin@net.sourceforge.phpeclipse.phphelp=HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net/cvsroot/phpeclipse,,net.sourceforge.phpeclipse.phphelp
plugin@net.sourceforge.phpeclipse.ui=HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net/cvsroot/phpeclipse,,net.sourceforge.phpeclipse.ui
plugin@net.sourceforge.phpeclipse.webbrowser=HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net/cvsroot/phpeclipse,,net.sourceforge.phpeclipse.webbrowser
plugin@net.sourceforge.phpeclipse.xml.core=HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net/cvsroot/phpeclipse,,net.sourceforge.phpeclipse.xml.core
plugin@net.sourceforge.phpeclipse.xml.ui=HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net/cvsroot/phpeclipse,,net.sourceforge.phpeclipse.xml.ui
plugin@net.sourceforge.phpeclipse.xdebug.core=HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net/cvsroot/phpeclipse,,net.sourceforge.phpeclipse.xdebug.core
plugin@net.sourceforge.phpeclipse.xdebug.ui=HEAD,:pserver:anonymous@phpeclipse.cvs.sourceforge.net/cvsroot/phpeclipse,,net.sourceforge.phpeclipse.xdebug.ui
This is my Use Ant Verbose Mode output.
Buildfile: /data/home/emann/workspace_oss/phpeclipse/build.xml
main:
-properties:
-clean:
[echo] Cleaning directory /tmp/pluginbuilder/phpeclipse
[delete] Deleting directory /tmp/pluginbuilder/phpeclipse
[mkdir] Created dir: /tmp/pluginbuilder/phpeclipse
-build:
[java] Apache Ant version 1.6.5 compiled on June 2 2005
[java] Buildfile: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml
[java] parsing buildfile /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml with URI = file:///data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] Override ignored for property builder
[java] [property] Loading /data/home/emann/workspace_oss/phpeclipse/build-files/build.properties
[java] Override ignored for property javacFailOnError
[java] Override ignored for property fetchTag
[java] Override ignored for property buildType
[java] [available] Found: /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] Override ignored for property customTargets
[java] Build sequence for target(s) `main' is [main]
[java] Complete build sequence is [main, postBuild, fetch, process, assemble, preBuild, clean, generate, package, ]
[java] main:
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] [antcall] calling target(s) [preBuild] in build file /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml
[java] parsing buildfile /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml with URI = file:///data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] Override ignored for property builder
[java] Override ignored for property builderDirectory
[java] Override ignored for property buildProperties
[java] [property] Loading /data/home/emann/workspace_oss/phpeclipse/build-files/build.properties
[java] Override ignored for property javacDebugInfo
[java] Override ignored for property javacTarget
[java] Override ignored for property collectingFolder
[java] Override ignored for property javacFailOnError
[java] Override ignored for property archivePrefix
[java] Override ignored for property fetchTag
[java] Override ignored for property javacSource
[java] Override ignored for property mapVersionTag
[java] Override ignored for property buildType
[java] [available] Found: /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] Overriding previous definition of property customTargets
[java] Override ignored for property customTargets
[java] Override ignored for property genericTargets
[java] Build sequence for target(s) `preBuild' is [preBuild]
[java] Complete build sequence is [preBuild, postBuild, fetch, process, assemble, main, clean, generate, package, ]
[java] [antcall] Entering /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml...
[java] Build sequence for target(s) `preBuild' is [preBuild]
[java] Complete build sequence is [preBuild, postBuild, fetch, process, assemble, main, clean, generate, package, ]
[java] preBuild:
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] [ant] calling target(s) [preSetup] in build file /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] [property] Loading /data/home/emann/workspace_oss/phpeclipse/pluginbuilder.config
[java] [property] Loading /tmp/pluginbuilder/phpeclipse/version.properties
[java] [property] Unable to find property file: /tmp/pluginbuilder/phpeclipse/version.properties
[java] Importing file allElements.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml
[java] Importing file subversionSupport.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml
[java] Importing file fetchSvnAll.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/fetchSvnAll.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/fetchSvnAll.xml
[java] Override ignored for property buildResultsDirectory
[java] [ant] Entering /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml...
[java] Build sequence for target(s) `preSetup' is [preSetup]
[java] Complete build sequence is [preSetup, postSetup, -prepareBuildResultsDirectory, postBuild, callExternalPostBuild, postFetch, postGenerate, svn.co, fetch.svn.all, assemble.net.sourceforge.phpeclipse, package, getMapFiles, allElements, postAssemble, preGenerate, allElementsExceptSvnFetch, replaceVersions, fetchSubversion, noDefault, preProcess, preAssemble, postProcess, preFetch, runTests, ]
[java] preSetup:
[java] [ant] Exiting /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml.
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] [ant] calling target(s) [getMapFiles] in build file /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] [property] Loading /data/home/emann/workspace_oss/phpeclipse/pluginbuilder.config
[java] [property] Loading /tmp/pluginbuilder/phpeclipse/version.properties
[java] [property] Unable to find property file: /tmp/pluginbuilder/phpeclipse/version.properties
[java] Importing file allElements.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml
[java] Importing file subversionSupport.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml
[java] Importing file fetchSvnAll.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/fetchSvnAll.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/fetchSvnAll.xml
[java] Override ignored for property buildResultsDirectory
[java] [ant] Entering /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml...
[java] Build sequence for target(s) `getMapFiles' is [getMapFiles]
[java] Complete build sequence is [getMapFiles, postSetup, -prepareBuildResultsDirectory, postBuild, callExternalPostBuild, postFetch, postGenerate, svn.co, fetch.svn.all, assemble.net.sourceforge.phpeclipse, package, allElements, postAssemble, preGenerate, allElementsExceptSvnFetch, replaceVersions, fetchSubversion, noDefault, preProcess, preAssemble, postProcess, preSetup, preFetch, runTests, ]
[java] getMapFiles:
[java] [echo] Copying map files.
[java] [copy] all.map added as all.map doesn't exist.
[java] [copy] Copying 1 file to /tmp/pluginbuilder/phpeclipse/maps
[java] [copy] Copying /data/home/emann/workspace_oss/phpeclipse/maps/all.map to /tmp/pluginbuilder/phpeclipse/maps/all.map
[java] [ant] Exiting /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml.
[java] [concat] Concating file /tmp/pluginbuilder/phpeclipse/maps/all.map
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] [ant] calling target(s) [postSetup] in build file /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] [property] Loading /data/home/emann/workspace_oss/phpeclipse/pluginbuilder.config
[java] [property] Loading /tmp/pluginbuilder/phpeclipse/version.properties
[java] [property] Unable to find property file: /tmp/pluginbuilder/phpeclipse/version.properties
[java] Importing file allElements.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml
[java] Importing file subversionSupport.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml
[java] Importing file fetchSvnAll.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/fetchSvnAll.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/fetchSvnAll.xml
[java] Override ignored for property buildResultsDirectory
[java] [ant] Entering /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml...
[java] Build sequence for target(s) `postSetup' is [postSetup]
[java] Complete build sequence is [postSetup, -prepareBuildResultsDirectory, postBuild, callExternalPostBuild, postFetch, postGenerate, svn.co, fetch.svn.all, assemble.net.sourceforge.phpeclipse, package, getMapFiles, allElements, postAssemble, preGenerate, allElementsExceptSvnFetch, replaceVersions, fetchSubversion, noDefault, preProcess, preAssemble, postProcess, preSetup, preFetch, runTests, ]
[java] postSetup:
[java] [ant] Exiting /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml.
[java] [antcall] Exiting /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml.
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] [antcall] calling target(s) [fetch] in build file /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml
[java] parsing buildfile /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml with URI = file:///data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] Override ignored for property builder
[java] Override ignored for property builderDirectory
[java] Override ignored for property buildProperties
[java] [property] Loading /data/home/emann/workspace_oss/phpeclipse/build-files/build.properties
[java] Override ignored for property javacDebugInfo
[java] Override ignored for property javacTarget
[java] Override ignored for property collectingFolder
[java] Override ignored for property javacFailOnError
[java] Override ignored for property archivePrefix
[java] Override ignored for property fetchTag
[java] Override ignored for property javacSource
[java] Override ignored for property mapVersionTag
[java] Override ignored for property buildType
[java] [available] Found: /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] Overriding previous definition of property customTargets
[java] Override ignored for property customTargets
[java] Override ignored for property genericTargets
[java] Build sequence for target(s) `fetch' is [fetch]
[java] Complete build sequence is [fetch, postBuild, process, assemble, main, preBuild, clean, generate, package, ]
[java] [antcall] Entering /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml...
[java] Build sequence for target(s) `fetch' is [fetch]
[java] Complete build sequence is [fetch, postBuild, process, assemble, main, preBuild, clean, generate, package, ]
[java] fetch:
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] [ant] calling target(s) [preFetch] in build file /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] [property] Loading /data/home/emann/workspace_oss/phpeclipse/pluginbuilder.config
[java] [property] Loading /tmp/pluginbuilder/phpeclipse/version.properties
[java] [property] Unable to find property file: /tmp/pluginbuilder/phpeclipse/version.properties
[java] Importing file allElements.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml
[java] Importing file subversionSupport.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml
[java] Importing file fetchSvnAll.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/fetchSvnAll.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/fetchSvnAll.xml
[java] Override ignored for property buildResultsDirectory
[java] [ant] Entering /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml...
[java] Build sequence for target(s) `preFetch' is [preFetch]
[java] Complete build sequence is [preFetch, postSetup, -prepareBuildResultsDirectory, postBuild, callExternalPostBuild, postFetch, postGenerate, svn.co, fetch.svn.all, assemble.net.sourceforge.phpeclipse, package, getMapFiles, allElements, postAssemble, preGenerate, allElementsExceptSvnFetch, replaceVersions, fetchSubversion, noDefault, preProcess, preAssemble, postProcess, preSetup, runTests, ]
[java] preFetch:
[java] [ant] Exiting /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml.
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] [ant] calling target(s) [allElements] in build file /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] [property] Loading /data/home/emann/workspace_oss/phpeclipse/pluginbuilder.config
[java] [property] Loading /tmp/pluginbuilder/phpeclipse/version.properties
[java] [property] Unable to find property file: /tmp/pluginbuilder/phpeclipse/version.properties
[java] Importing file allElements.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml
[java] Importing file subversionSupport.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml
[java] Importing file fetchSvnAll.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/fetchSvnAll.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/fetchSvnAll.xml
[java] Override ignored for property buildResultsDirectory
[java] [ant] Entering /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml...
[java] Build sequence for target(s) `allElements' is [allElements]
[java] Complete build sequence is [allElements, postSetup, -prepareBuildResultsDirectory, postBuild, callExternalPostBuild, postFetch, postGenerate, svn.co, fetch.svn.all, assemble.net.sourceforge.phpeclipse, package, getMapFiles, postAssemble, preGenerate, allElementsExceptSvnFetch, replaceVersions, fetchSubversion, noDefault, preProcess, preAssemble, postProcess, preSetup, preFetch, runTests, ]
[java] allElements:
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] [antcall] calling target(s) [allElementsExceptSvnFetch] in build file /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] Override ignored for property isNightlyBuild
[java] Override ignored for property isNightlyOrIntegrationBuild
[java] [property] Loading /data/home/emann/workspace_oss/phpeclipse/pluginbuilder.config
[java] Override ignored for property autotestsuite.class.exclusions
[java] Override ignored for property verboseAnt
[java] Override ignored for property pluginbuilder.features
[java] Override ignored for property autotestsuite.trace
[java] Override ignored for property pluginbuilder.is.svn
[java] Override ignored for property pluginbuilder.cvs.root
[java] Override ignored for property autotestsuite.class.inclusions
[java] Override ignored for property pluginbuilder.is.runtests
[java] Override ignored for property autotestsuite.plugin.inclusions
[java] Override ignored for property pluginbuilder.is.cvs
[java] [property] Loading /tmp/pluginbuilder/phpeclipse/version.properties
[java] [property] Unable to find property file: /tmp/pluginbuilder/phpeclipse/version.properties
[java] Override ignored for property buildLabel
[java] Override ignored for property buildId
[java] Override ignored for property isCVS
[java] Importing file allElements.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml
[java] Importing file subversionSupport.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml
[java] Importing file fetchSvnAll.xml from /data/home/emann/workspace_oss/phpeclipse/build-files/subversionSupport.xml
[java] parsing buildfile /data/home/emann/workspace_oss/phpeclipse/build-files/fetchSvnAll.xml with URI = file:///data/home/emann/workspace_oss/phpeclipse/build-files/fetchSvnAll.xml
[java] Override ignored for property buildResultsDirectory
[java] Build sequence for target(s) `allElementsExceptSvnFetch' is [allElementsExceptSvnFetch]
[java] Complete build sequence is [allElementsExceptSvnFetch, postSetup, -prepareBuildResultsDirectory, postBuild, callExternalPostBuild, postFetch, postGenerate, svn.co, fetch.svn.all, assemble.net.sourceforge.phpeclipse, package, getMapFiles, allElements, postAssemble, preGenerate, replaceVersions, fetchSubversion, noDefault, preProcess, preAssemble, postProcess, preSetup, preFetch, runTests, ]
[java] [antcall] Entering /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml...
[java] Build sequence for target(s) `allElementsExceptSvnFetch' is [allElementsExceptSvnFetch]
[java] Complete build sequence is [allElementsExceptSvnFetch, postSetup, -prepareBuildResultsDirectory, postBuild, callExternalPostBuild, postFetch, postGenerate, svn.co, fetch.svn.all, assemble.net.sourceforge.phpeclipse, package, getMapFiles, allElements, postAssemble, preGenerate, replaceVersions, fetchSubversion, noDefault, preProcess, preAssemble, postProcess, preSetup, preFetch, runTests, ]
[java] allElementsExceptSvnFetch:
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] [ant] calling target(s) [fetchElement] in build file /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml
[java] parsing buildfile /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml with URI = file:///data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml
[java] Project base dir set to: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts
[java] Override ignored for property fetchTag
[java] [ant] Entering /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml...
[java] Build sequence for target(s) `fetchElement' is [init, fetchElement]
[java] Complete build sequence is [init, fetchElement, noDefault, assembleElement, processElement, gatherLogs, gatherSources, packageElement, generateScript, gatherBinaries, cleanElement, ]
[java] init:
[java] fetchElement:
[java] [mkdir] Created dir: /tmp/pluginbuilder/phpeclipse/features
[java] [mkdir] Created dir: /tmp/pluginbuilder/phpeclipse/plugins
[java] [ant] Exiting /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml.
[java] [antcall] Exiting /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml.
[java] [ant] Exiting /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml.
[java] [antcall] Exiting /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml.
[java] BUILD FAILED
[java] /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml:23: The following error occurred while executing this line:
[java] /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml:51: The following error occurred while executing this line:
[java] /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml:40: The following error occurred while executing this line:
[java] /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml:4: The following error occurred while executing this line:
[java] /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:384)
[java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
[java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
[java] at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:706)
[java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:584)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:597)
[java] at org.eclipse.ant.core.AntRunner.run(AntRunner.java:494)
[java] at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
[java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
[java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:597)
[java] at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
[java] at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
[java] at org.eclipse.core.launcher.Main.run(Main.java:977)
[java] at org.eclipse.core.launcher.Main.main(Main.java:952)
[java] Caused by: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml:51: The following error occurred while executing this line:
[java] /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml:40: The following error occurred while executing this line:
[java] /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml:4: The following error occurred while executing this line:
[java] /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:384)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] ... 30 more
[java] Caused by: /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml:40: The following error occurred while executing this line:
[java] /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml:4: The following error occurred while executing this line:
[java] /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:384)
[java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] ... 39 more
[java] Caused by: /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml:4: The following error occurred while executing this line:
[java] /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:384)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] ... 49 more
[java] Caused by: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.eclipse.pde.internal.build.tasks.FetchTask.execute(FetchTask.java:104)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] ... 58 more
[java] --- Nested Exception ---
[java] /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml:51: The following error occurred while executing this line:
[java] /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml:40: The following error occurred while executing this line:
[java] /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml:4: The following error occurred while executing this line:
[java] /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:384)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
[java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
[java] at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:706)
[java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:584)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:597)
[java] at org.eclipse.ant.core.AntRunner.run(AntRunner.java:494)
[java] at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
[java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
[java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:597)
[java] at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
[java] at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
[java] at org.eclipse.core.launcher.Main.run(Main.java:977)
[java] at org.eclipse.core.launcher.Main.main(Main.java:952)
[java] Caused by: /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml:40: The following error occurred while executing this line:
[java] /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml:4: The following error occurred while executing this line:
[java] /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:384)
[java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] ... 39 more
[java] Caused by: /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml:4: The following error occurred while executing this line:
[java] /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:384)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] ... 49 more
[java] Caused by: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.eclipse.pde.internal.build.tasks.FetchTask.execute(FetchTask.java:104)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] ... 58 more
[java] --- Nested Exception ---
[java] /data/home/emann/workspace_oss/phpeclipse/build-files/customTargets.xml:40: The following error occurred while executing this line:
[java] /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml:4: The following error occurred while executing this line:
[java] /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:384)
[java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
[java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
[java] at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:706)
[java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:584)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:597)
[java] at org.eclipse.ant.core.AntRunner.run(AntRunner.java:494)
[java] at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
[java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
[java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:597)
[java] at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
[java] at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
[java] at org.eclipse.core.launcher.Main.run(Main.java:977)
[java] at org.eclipse.core.launcher.Main.main(Main.java:952)
[java] Caused by: /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml:4: The following error occurred while executing this line:
[java] /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:384)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] ... 49 more
[java] Caused by: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.eclipse.pde.internal.build.tasks.FetchTask.execute(FetchTask.java:104)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] ... 58 more
[java] --- Nested Exception ---
[java] /data/home/emann/workspace_oss/phpeclipse/build-files/allElements.xml:4: The following error occurred while executing this line:
[java] /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:384)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
[java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
[java] at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:706)
[java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:584)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:597)
[java] at org.eclipse.ant.core.AntRunner.run(AntRunner.java:494)
[java] at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
[java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
[java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:597)
[java] at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
[java] at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
[java] at org.eclipse.core.launcher.Main.run(Main.java:977)
[java] at org.eclipse.core.launcher.Main.main(Main.java:952)
[java] Caused by: /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.eclipse.pde.internal.build.tasks.FetchTask.execute(FetchTask.java:104)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] ... 58 more
[java] --- Nested Exception ---
[java] /data/software/eclipse/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:42: Feature net.sourceforge.phpeclipse may have not been fetched correctly, check your map files.
[java] at org.eclipse.pde.internal.build.tasks.FetchTask.execute(FetchTask.java:104)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
[java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
[java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[java] at org.apache.tools.ant.Task.perform(Task.java:364)
[java] at org.apache.tools.ant.Target.execute(Target.java:341)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[java] at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
[java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
[java] at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:706)
[java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:584)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:597)
[java] at org.eclipse.ant.core.AntRunner.run(AntRunner.java:494)
[java] at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
[java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
[java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:597)
[java] at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
[java] at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
[java] at org.eclipse.core.launcher.Main.run(Main.java:977)
[java] at org.eclipse.core.launcher.Main.main(Main.java:952)
[java] Total time: 3 seconds
BUILD FAILED
/data/home/emann/workspace_oss/phpeclipse/build.xml:97: The following error occurred while executing this line:
/data/home/emann/workspace_oss/phpeclipse/build.xml:53: Java returned: 13
Total time: 7 seconds
I hope this was not to much info, but i am at a loss here. what have i done wrong?
I downloaded Europa and was able to get the product to build. I am happy with that. Thanks for your assistance. I don't know why the 3.2 version of eclipse would not work.
Thanks.
I would still like to know why i cannot get it to build with 3.2.2. I now know that i have a need to publish for Eclipse 3.2.2 for a little while longer.
Any help is appreciated.
I really like this tool. If there is something i can do to assist you let me know.
Thanks.
Hi Edward,
Please modify the following entry in maps/all.map:
feature@net.sourceforge.phpeclipse=HEAD,:pserver:phpeclipse.cvs.sourceforge.net:/cvsroot/phpeclipse,,net.sourceforge.phpeclipse.feature
The problem here is that the pluginbuilder 0.2.0 version for Eclipse 3.2.2 does *not* read in the CVS information from the projects. It just creates map entries from the plugin's (or feature's) ID and the CVS root which you specify in the pluginbuilder editor. This will only work OK if there is a one to one mapping from ID to CVS module. Therefore you have to double check the generated map file.
This is already fixed in pluginbuilder 3.3 stream, and I would only need some time to merge it back to the 3.2 stream. The current 3.3 HEAD is able to read CVS and subversive information from projects and create correct map files.
In order to build phpeclipse successfully,please also comment the line containing "<replacefilter token="0.0.0.. />" in customTargets.xml:
<replace dir="${buildDirectory}/features">
<include name="**/feature.xml"/>
<!-- <replacefilter token="0.0.0" value="${version.full}" /> -->
<replacefilter token="VERSION_QUALIFIER"
Concerning the versioning I would suggest that you set the feature and plugin ids to specific versions (i.e. something differnt from 0.0.0) using a qualifier, e.g.
0.1.0.qualifier. The qualifier will then be replaced during the build process. For HEAD builds it will contain the timestamp, for release build you can specify a value.
cheers
Markus
Markus,
Thank you so much for your assistance with this issue. Everything is working now. I am very happy, pluginbuilder is very easy to use.
Thanks.
I applied the postBuild.xml file to the build-files directory. However i notice that my jar files have 0.0.0 is this because i commented out the following?
<replace dir="${buildDirectory}/features">
<include name="**/feature.xml"/>
<!-- <replacefilter token="0.0.0" value="${version.full}" /> -->
<replacefilter token="VERSION_QUALIFIER"
do i need to change my version to 0.0.0
I hope i am not being a pest. I appreciate the time you have given for this project, and in helping me. I know the value of peoples time, especially developers. If there is anything i can help you with or if you have a wish list i could get you something off of let me know.
Thanks.
Edward, your questions are welcome. Since I am a user of phpeclipse myself I am happy to give back something to the phpeclipse team.
Basically, the problem here is that the replacement is done in ANT and is very simplistic, i.e. it only uses token replacement and there is no knowledge about the structure of the feature.xml. Therefore there is no way to differentiate between the version of the feature and the version of plug-ins. So, if you replace 0.0.0 with another version, every occurence of 0.0.0 in feature.xml will be replaced with that version. That means that the versions of the required plug-ins will be replaced too. This approach only works if the version of every plug-in (defined in the plug-ins manifest) is set to 0.0.0, too, since this will be replaced, too. So, either set *every* version, both in the feature.xml and the plug-in Manifest files to 0.0.0 and replace it with ${version.full} or do not replace with ${version.full} at all.
The recommended approach is to set the version of features and plugins to a full version including the marker 'qualifier' for replacement with a unique value during the build process. E.g. if you set the version to "1.0.0.qualifier" the qualifier will be replaced with a timestamp and the suffix NGT, so the full version could look like 200705120735NGT (note that you need to use the latest custom-targets.xml from the pluginbuilder3_3 branch). For release builds you can specify a value, e.g. 20070512PRD.
The versions of included plugins in the feature.xml should usually be 0.0.0. The build process handles 0.0.0 as special case and looks up the version of the check out plug-in. Therefore there is no need to maintain the version at several places.