Hi , I have an urgent requirement. i have to create and deploy various kinds of dars. 1)TBO dar --input given will be classes 2)types dar,methods dar workflow dar and soon.
i tried creating normal dar in the following way Please find the steps i am following to build the Dar Jenkins Configuration:- Step 1) Checking out project from SVN repository. Step 2) Giving path to build.bat file Slave Configuration: Step1) Build.bat file contains following entries:- SET PROJECTSDIR-path where all the files are checked out in jenkins workspace SET BUILDWORKSPACE-path where headless composer workspace exists SET BUILDFILE=which contains build.xml RMDIR /S /Q %BUILDWORKSPACE% MKDIR %BUILDWORKSPACE% XCOPY %PROJECTSDIR% %BUILDWORKSPACE% /E JAVA -cp %ECLIPSE%\startup.jar org.eclipse.core.launcher.Main -data %BUILDWORKSPACE1% -application org.eclipse.ant.core.antRunner -buildfile %BUILDFILE% build.xml consists of the following:- <emc.importProject >-where we import the specified project from build workspace in composer <emc.build dmproject>we build the specified project <emc.dar dmproject="name of the project" manifest="bin/dar/default.dardef.artifact" dar=Path to dar with name/> I am getting following error : build: [emc.build] [INFO] Validating referenced projects [emc.build] [INFO] Referenced project name = DocumentumCoreProject [emc.build] [INFO] Referenced project name = TCMReferenceProject [emc.build] [INFO] Referenced project name = Eridoc Services [emc.build] [INFO] Build started: R13B_02 [emc.build] [ERROR] Unexpected error during build [emc.build] java.lang.NullPointerException [emc.build] at internal.com.emc.ide.builder.ArtifactBuilder$IDmArtifactClassInfoAccessor.getClassName(ArtifactBuilder.java:680) [emc.build] at internal.com.emc.ide.builder.ArtifactBuilder$IDmArtifactClassInfoAccessor.getClassName(ArtifactBuilder.java:1) [emc.build] at com.emc.ide.util.objectcomparator.SorterComparator.compare(SorterComparator.java:28) [emc.build] at java.util.Arrays.mergeSort(Arrays.java:1284) [emc.build] at java.util.Arrays.mergeSort(Arrays.java:1296) [emc.build] at java.util.Arrays.mergeSort(Arrays.java:1296) [emc.build] at java.util.Arrays.sort(Arrays.java:1223) Could anyone please help me.. i need this done urgently.. -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Dar-creation-tp4669725.html Sent from the Jenkins issues mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.