[jboss-jira] [JBoss JIRA] Created: (JBPM-699) build.xml needs to be modified for jbpm to build successfully

Prabhat Jha (JIRA) jira-events at jboss.com
Tue Jul 18 15:08:11 EDT 2006


build.xml needs to be modified for jbpm to build successfully
-------------------------------------------------------------

                 Key: JBPM-699
                 URL: http://jira.jboss.com/jira/browse/JBPM-699
             Project: JBoss jBPM
          Issue Type: Task
            Reporter: Prabhat Jha
         Assigned To: Koen Aers
            Priority: Minor


To build jBPM successfully, I had to make the following changes.

A. Add the constructs to create missing directories under target "download-eclipse" in jbpm.dist\build.xml

  <mkdir dir="${local-repository}/${eclipse-folder}"/>
  <mkdir dir="${local-repository}/${webtools-folder}"/>
  <mkdir dir="${local-repository}/${emf-folder}"/>
  <mkdir dir="${local-repository}/${gef-folder}"/>
  <mkdir dir="${local-repository}/${jem-folder}"/>

B. Modify the <import file > under jbpm.dist\build\projects\docs\gpd.userguide as 
  <import file="../../docbook-support/support.xml" />

Can you check in these changes in CVS? I am not sure if you are the right person.

Thanks,
Prabhat

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list