You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Krista Baker (JIRA)" <be...@incubator.apache.org> on 2005/05/23 22:00:53 UTC

[jira] Closed: (BEEHIVE-690) Netui build.properties doesn't like back-slash for beehive.home value

     [ http://issues.apache.org/jira/browse/BEEHIVE-690?page=all ]
     
Krista Baker closed BEEHIVE-690:
--------------------------------

    Assign To: Krista Baker

Comment from BEEHIVE-675: The issue here is that Java .properties files need to have '\' escaped correctly as '\\', so if there is need to define a path with win32 slashes, it needs to be : 
  c:\\apache\\apache-beehive-1.0 
which Ant (and Java) should handle correctly. 

Also, a note has been added to the samples and tutorials to use forward slashes '/' when editing the build.properties files.


> Netui build.properties doesn't like back-slash for beehive.home value
> ---------------------------------------------------------------------
>
>          Key: BEEHIVE-690
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-690
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>     Reporter: Mike Kaufman
>     Assignee: Krista Baker

>
> I'm following the page-flow tuturoial, and I get to the build part, and I see the following error:
> C:\temp\test\TestWorkspace\pageflow_tutorial\WEB-INF\src>ant clean build war
> Buildfile: build.xml
> BUILD FAILED
> C:\temp\test\TestWorkspace\pageflow_tutorial\WEB-INF\src\build.xml:28: Cannot fi
> nd C:beehive-distapache-beehive-incubating-20050510-svn169446/beehive-imports.xm
> l imported from C:\temp\test\TestWorkspace\pageflow_tutorial\WEB-INF\src\build.x
> ml
> Total time: 5 seconds
> The problem here is that the build.properties file doesn't like back-slashes for the value of beehive.home.  In the tututurial in the "Edit your build.properties" section, it should make a note of this.  This could throw people off.

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