Skip to Content.
Sympa Menu

perfsonar-dev - Re: [pS-dev] minor issues

Subject: perfsonar development work

List archive

Re: [pS-dev] minor issues


Chronological Thread 
  • From: Roman Lapacz <>
  • To: Joost de Mes <>
  • Cc: "" <>
  • Subject: Re: [pS-dev] minor issues
  • Date: Thu, 07 Dec 2006 15:39:54 +0100

Joost de Mes wrote:
Loukik (and others),

When developing on a windows system (eg running tomcat somewhere in c:\program files...) the build scripts, and some parts of the code won't work.

Windows is not the right platform for the perfSONAR service stuff . Maybe some day. We focus on unix-like systems.

Roman


In axis-deploy-targets.xml in targets "deploy-adminclient" and "undeploy-adminclient" the AdminClient arguments aren't escaped, wich generates errors when using spaces in filenames
<arg line="-l ${adminService} ${deployFile}"/>
should be:
<arg line="-l '${adminService}' '${deployFile}'"/>

In org.perfsonar.commons.auxiliary.AuxiliaryComponentManager (trunk) line 78:
String configFileName = urlString.getFile();
When used with windows, the configFileName becomes something like:
"/C:\Program%20Files\...perfsonar/conf/components.properties"
Wich java will not understand. I haven't got a simple solution for this problem yet.

I haven't posted these bugs on bugzilla because they're only portability issues, and (i think) 99% will use linux anyway. Maybe these can be solved in the next (alpha/beta) release.

Joost de Mes







Archive powered by MHonArc 2.6.16.

Top of Page