[jboss-jira] [JBoss JIRA] Closed: (JBPM-1010) jpdl/examples/build.xml not recognizing user properties

Tom Baeyens (JIRA) jira-events at lists.jboss.org
Mon Sep 10 10:05:11 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBPM-1010?page=all ]

Tom Baeyens closed JBPM-1010.
-----------------------------

    Resolution: Done

> jpdl/examples/build.xml not recognizing user properties
> -------------------------------------------------------
>
>                 Key: JBPM-1010
>                 URL: http://jira.jboss.com/jira/browse/JBPM-1010
>             Project: JBoss jBPM
>          Issue Type: Patch
>    Affects Versions: jBPM jPDL 3.2
>            Reporter: Gregg Freeman
>         Assigned To: Tom Baeyens
>             Fix For: jBPM jPDL 3.2.2
>
>
> If the build machine is using a different directory specified in ${user.home}/jbpm/build.properties, the build fails when trying to build the examples.  It complains about not being able to find ${user.home}/jbpm/repository.
> Patch is:
> ### Eclipse Workspace Patch 1.0
> #P jbpm.3
> Index: jpdl/examples/example.base.build.xml
> ===================================================================
> RCS file: /cvsroot/jbpm/jbpm.3/jpdl/examples/example.base.build.xml,v
> retrieving revision 1.5
> diff -u -r1.5 example.base.build.xml
> --- jpdl/examples/example.base.build.xml	17 Jan 2007 15:10:49 -0000	1.5
> +++ jpdl/examples/example.base.build.xml	5 Jul 2007 19:17:44 -0000
> @@ -1,5 +1,6 @@
>  <project name="jbpm.jpdl.example.base" basedir="." default="test">
>  
> +  <property file="${user.home}/jbpm/build.properties" />
>    <property file="../../../build/build.properties" />
>    <path id="classpath">
>      <fileset dir="${local.repository}">

-- 
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