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: Loukik Kudarimoti <>
  • To: Joost de Mes <>
  • Cc: "" <>
  • Subject: Re: [pS-dev] minor issues
  • Date: Thu, 07 Dec 2006 17:42:02 +0000

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.

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}'"/>
Hi Joost,

Is the above problem with Admin client only for windows?

As Roman mentioned, we haven't focussed on windows OS. Hopefully in future we will do something about it. Although I don't think the changes will have to be drastic as it looks like most of the problems are with white spaces.

thanks for your feedback,
Loukik.

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